Problem – Social Login Profile Picture overrides the deafult avatar image size setting

Please ask this issue on social login plugin support forum. This issue is not related to AnsPress. Cheers.

Anspress base page conflicts with othe plugins

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.

Meta-Title Not Pulled From Question – Duplicate Titles

Rahul, How far you from making sure Anspress is compatible with Yoast?

SEO Titles are all the same.

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.

SEO Titles are all the same.

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?

Add breadcrumb to questions view

The breadcrumb on the base page is duplicating. Even on yours: Add yoast breadcrumb support   Is there a fix for this?

Titles not showing on browser

Did you kept base page title as ANSPRESS_TITLE ? Please refer to documents page.

User profile page to display a different 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

User profile page to display a different page

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

WP Super Cache

whats difference between cache plugins? i thought w3 was good?