atoom
Forum Replies Created
-
No! Don’t do it! Just follow the temporary solution I provided, it works fine for me.
I don’t know why I can’t delete the older post with thereturn-solution that it’s not really a solution.
The final solution, in my case, is the one I provided as temporary.Temporary solution:
In all
schema/*.phpchange fromif( $google_seo_org_name != '' && !is_home() ) { add_filter( "the_content", "google_seo_schema_organisation" ); }to
if( $google_seo_org_name != '' && !is_home() && !is_feed() ) { add_filter( "the_content", "google_seo_schema_organisation" ); }Good luck
Same issue here.
—– EDIT —–
I have modified the file google-seo-author-snippets/schema/gsas_schema_for_product.php adding
return ""
and
return;
at the beginning of the two functions. Now instead of product informations the plugin is showing empty tickets informations in feeds. Please solve this issue!Forum: Plugins
In reply to: [DW Question & Answer] Qtranslate/mQtranslate supportDo you have access to your database? Maybe through PHPMyAdmin? If so search for the table taxonomy and look for the exact name of DW Q&A category name. Otherwise you can grab the name when you are in the page where you add/edit DW Q&A categories.
When you have that, for tintix wasdwqa-question_category, just replace in the tintix’s code.Hope it helps
Forum: Plugins
In reply to: [DW Question & Answer] Qtranslate/mQtranslate supportTHANK YOU!!!!!!!!!!!!!!!!!
Really really thank you!