Rank Math Pro

#1005859
  • Resolved max learn
    Rank Math free

    After uploading this code /**
    * Filter to enable Rank Math SEO on Elementor templates
    */
    add_filter( ‘rank_math/excluded_post_types’, function( $post_types ) {
    $post_types[‘elementor_library’] = ‘elementor_library’;
    return $post_types;
    }, 11 );

    also i am getting the same problem in elementor edit mode the widget panel is only loading not able to open

Viewing 1 replies (of 1 total)
  • Hello,

    We apologize for the issue you are facing with Elementor after adding the code snippet to enable Rank Math SEO on Elementor templates. It seems that there might be a conflict or another issue affecting the Elementor editor.

    Here are a few steps you can try to troubleshoot the problem:

    1. Clear Cache: If you are using any caching plugins, clear the cache and check if the issue persists.

    2. Check for Plugin Conflicts: Temporarily deactivate other plugins to see if one of them is causing a conflict with Elementor or Rank Math.

    3. Switch Themes: Try switching to a default WordPress theme (like Twenty Twenty-One) to see if the issue is related to your current theme.

    4. Browser Console: Open your browser’s developer console (usually F12 or right-click and select "Inspect") and check for any JavaScript errors that might indicate what is going wrong.

    5. Increase PHP Memory Limit: Sometimes, increasing the PHP memory limit can resolve issues with loading editors. You can do this by adding the following line to your wp-config.php file:

      define('WP_MEMORY_LIMIT', '256M');

    If these steps do not resolve the issue, please reply to this ticket with your site URL so that a human agent from our support team can assist you further. Thank you for raising this concern, and we’re here to help!

    This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.

    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 1 replies (of 1 total)

The ticket ‘Rank Math Pro’ is closed to new replies.