Please ask this issue on social login plugin support forum. This issue is not related to AnsPress. Cheers.
Hello Michael Base page cannot be the cause of conflict with other plugin cause it only display AnsPress contents. Its true that all contents of AnsPress is delivered from shortcode hence if you want to use any widgets which relay on current post Id then you must use AnsPress widget positions. Also AnsPress uses WP hooks for registering CPTs and taxonomies. Yoast issue has been already fixed please check development version commit.
Rahul, How far you from making sure Anspress is compatible with Yoast?
Maybe there is a communication gap here between Rahul and everyone asking for a solution. So anspress without yoast works find and it will update the page title / meta title as long as you make sure it says ANSPRESS_TITLE for the page title in the default page you created in wordpress for use as a base page template for anspress. This is under All Pages > Edit Page. Titles work fine until you have Yoast Seo installed. The only workaround to this would be to have 2 wordpress installs on your server: one for the blog with yoast, and another for anspress.
I also had yoast installed and disabled it but it didn’t make a difference. Is there a function that I can call from my theme’s header to insert Anspress’ page title for the question and category pages?
The breadcrumb on the base page is duplicating. Even on yours: Add yoast breadcrumb support Is there a fix for this?
Did you kept base page title as ANSPRESS_TITLE ? Please refer to documents page.
function my_ap_user_link_override($link, $user_id){ global $userpro; return $userpro->permalink($user_id); } add_filter('ap_user_link', 'my_ap_user_link_override', 10, 2); Add this code to your theme function.php
I dont knw how to deals why my other ansPress menu. I tried many times to add them to my menu but not responding. No User, Reputation, Ask menu @Rahul
whats difference between cache plugins? i thought w3 was good?