WoodMart theme issue with Rank Math SEO plugin
-
I’m having a problem when using the Rank Math SEO plugin with the Woodmart theme. When I enable the plugin, the brand page appears unformatted, even after reloading it remains unformatted (image 01). If I disable the plugin, the page appears correctly formatted (image 02). Does anyone have any ideas on how to fix this issue and continue using the plugin?
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
Hello again,
Try this links:
https://fresh.bpure.net/marca/aboca/
https://fresh.bpure.net/marca/adventure-menu/
I cleared the cache and, if we reload the page, it loads correctly. The problem only occurs on the first access.
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_action( 'category_description', 'woodmart_page_css_files_disable', 9 );
add_action( 'term_description', 'woodmart_page_css_files_disable', 9 );
add_action( 'category_description', 'woodmart_page_css_files_enable', 11 );
add_action( 'term_description', 'woodmart_page_css_files_enable', 11 );
Thanks, I think the issue has been fixed, I will monitor it. Everything works fine now.
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘WoodMart theme issue with Rank Math SEO plugin’ is closed to new replies.