4.1.0 is actually running live on my site https://www.phenomlab.com/community (I love a challenge :)) for those who fancy a sneak peek. @rahul – Star given 🙂
Fixed lots of code on my site – Rahul is correct. I do have a custom wp-single.php file that I wrote for the theme I use, as it enables Parallax. So, I needed to make a small change Essentially, look for a populated value – if it doesn’t exist, use the below hard coded image (just a test). If it does, then use the image specified in the post. if (the_post_thumbnail_url(full) == NULL) { $imageurl = “https://www.phenomlab.com/wp-content/uploads/2017/10/forensic.jpg”; } else { $imageurl = the_post_thumbnail_url(full); } That cures the missing image !
Seems to be a CSS change in terms of ap-comments -> apcomments ?
I HAVE to say, this is a MASSIVE improvement. Thanks very much to Rahul and the rest of the team. It’s so much faster too !
Right. Got it. Dropped main plugin directory name of “anspress-question-answer” and then uploaded the GIT based plugin instead as a zip. All “cosmetic” issues appear to be resolved 🙂
Mark, Thanks for trying it out. If you want community slug before ask then simply make ask page a child of community. 🙂 May be CSS cache but not sure. I think its because of question.php template you are overriding. There is a slight change in template. This is a major change done in this version. Single question now behave like real WP single post. So that all other 3rd party widget and plugin should work as expected. But layout should be same there is not any change in single question layout.
Hmm. User profile links are now broken /user/username now throws up a 404.
Try this –Â https://anspress.io/questions/question/redirect-registration-and-logic-page/
Did you enabled comments from WordPress discussion settings?
It’s working super fine for me. 🙂