glitterball3
Forum Replies Created
-
Same here – query loops broken when AIOSEO enabled.
Update: this bug is triggered when there is no custom meta description text entered. Once this field has some custom text entered (rather than auto content based on “Page Content”), it works again.
- This reply was modified 1 year, 11 months ago by glitterball3.
Thanks for the reply – the code in the example if for products.
If it helps anyone, adding the following code to a theme’s functions.php will get rid of the schema markup:add_filter( ‘aioseo_schema_disable’, ‘aioseo_disable_schema’ );
function aioseo_disable_schema( $disabled ) {
return true;
}Thanks for your help.
I tried your suggestion, and did get it to update, however there was some strange behaviour:
When I selected the plugin, and then ‘delete’, then apply, Then okay from the confirmation dialog, nothing appears to happen – and the plugin is not deleted. However, once I went through this stage, the update plugin links all worked!Thanks for your reply.
Would that mean that all my settings will be lost (if I uninstall the plugin)?Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Disable Open GraphI have checked a few other websites that use the All in One Events Calendar, and I can see that they also have the same issues. Those sites also ONLY have OG tags on the Events detail pages (and no other pages or posts), so I find it highly unlikely that those OG tags are being generated by any plugin other than AIO Events Calendar.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Disable Open GraphHi,
An example is:
https://www.tenerifetourist.com/event/arona-summer-festival-2017/Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Disable Open GraphI am talking about the actual event page.
I still see the og tags even with AIO SEO disabled.I don’t want to disable Total Cache, as that can be problematic to disable/re-enable and I doubt if it is adding the OG tags.
Are you sure that AIO Events Calendar does not add og tags to the actual event detail post?