Home Forums WoodMart support forum WoodMart theme issue with Rank Math SEO plugin

WoodMart theme issue with Rank Math SEO plugin

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #712706

    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.
    #712731

    Artem Temos
    Keymaster
    Xtemos team

    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

    #712892

    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.

    #712924

    Artem Temos
    Keymaster
    Xtemos team

    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 );
    #712986

    Thanks, I think the issue has been fixed, I will monitor it. Everything works fine now.

    #713005

    Artem Temos
    Keymaster
    Xtemos team

    You are always welcome. Feel free to contact us if you have any further questions.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘WoodMart theme issue with Rank Math SEO plugin’ is closed to new replies.