RankMath SEO not showing

#26475
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Thank you for contacting Rank Math today.

    I do not have access to your theme files, could you please add the following function to your theme’s functions.php file and let me know whether this fixes the issue:

    add_action( 'rank_math/admin/enqueue_scripts', function(){
    	wp_enqueue_script( 'lodash', 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.15/lodash.fp.min.js' );
    }, 9 );

    Looking forward to helping you. Thank you.

    ​​​​​​

    thanks but it’s does’nt work…

    Hello there,

    There are still several JS errors that are reported on your site that suggest that there is some sore of conflict with your WP files. Switching to a different theme is causing a white screen(WSOD) error.

    Could you please share some FTP access as well so that we can dig deeper into this issue?

    I am looking forward to your response.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello Michael
    I’m Dinesh. Today I installed the Rank Math SEO plugin and facing an issue. The Rank math box is not showing in my editor while writing my blog post. It’s only showing in the sidebar. How to fix this? Please, help me out as soon as you can.
    Thank you
    Dinesh.

    Hi Dinesh,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    I’m afraid the RankMath meta box location comes with the new version of the plugin. You can easily roll back to the previous meta box layout by adding the following code snippet to your theme’s functions.php file:

    /**
     * Disable Gutenberg Sidebar Integration
     */
    add_filter( 'rank_math/gutenberg/enabled', '__return_false' );

    Looking forward to helping you. Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘RankMath SEO not showing’ is closed to new replies.