How to set Focus Keyword in Elementor integration

#274271
  • Resolved Armins Runcs
    Rank Math free

    Hello,
    Testing free version if Rank Math.Using Elementor Pro. And can not set up fovus keywords – they disapear just a second after I insert them (write and click Enter or start writing, choose one of and click Enter).

Viewing 14 replies - 1 through 14 (of 14 total)
  • Prabhat
    Rank Math agency

    Hello,

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

    Assuming you are using the latest version of all the plugins and the themes (please update if not yet), it would seem like a conflict with one of the plugins or the theme you are using.

    To determine that, please follow this troubleshooting guide:
    https://rankmath.com/kb/check-plugin-conflicts/

    Here is a video you can follow as well: https://www.youtube.com/watch?v=FcIWRhcUP2c

    Only the site admin would know and your users won’t be affected by this troubleshooting.

    If the issue persists, please edit the first post on this ticket and include your WordPress logins in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    Please do take a complete backup of your website before sharing the information with us.

    We really look forward to helping you.

    For sure there could not be Theme conflict as I use Helo Elementor and you announce full integration with Rlementor.

    As for conflicts with other plugins – I need them more than Rank math – so many SEO plugins are out there.

    Prabhat
    Rank Math agency

    Hello,

    Could you please allow us to investigate this further?

    We might need to take a closer look at the issue. Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Have found the conflicting plugin. During testing Rank math I have installed “Extend Rank Math”- after removing it all worked as supposed.

    By the way – is it possible to disable the Meta description in Rank math?

    Tammy
    Rank Math business

    Hello.

    If you would like to disable the meta description on the frontend for your posts, you can add the following code to your theme’s functions.php file:

    /**
     * Allow changing the meta description sentence from within the theme.
     *
     * @param string $description The description sentence.
     */
    add_filter( 'rank_math/frontend/description', function( $description ) {
    	return false;
    });

    You can also customize this further to check the current page/post and return false for that post type.

    I hope this information is helpful, and please do not hesitate to contact us if you require any additional support.

    Thank you.

    Added the code you provided to theme’s functions.php file. And now it is seen in frontend as you can see here: https://staging-healthyweightloss.kinsta.cloud/

    No changes in soure code of posts and pages.
    To be clear – I vould like to remove this meta tag from all pages and posts or from just posts: <meta name=”description” content=”Bla Bla Bla”/>

    Hello,

    It seems like you haven’t added the code correctly. Please remove and try copying it from here and adding again into your theme’s functions.php file.

    If the issue persists then we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress logins in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    “It seems like you haven’t added the code correctly. Please remove and try copying it from here and adding again into your theme’s functions.php file.”

    Idd exactly as you advice – just copu/pase this:
    /**
    * Allow changing the meta description sentence from within the theme.
    *
    * @param string $description The description sentence.
    */
    add_filter( ‘rank_math/frontend/description’, function( $description ) {
    return false;
    });

    Description tag disapeared, but why the code is visible in front end?

    Hello,

    The code is likely added in the frontend because you wrapped it inside a comment of some sort.

    Please remove any previous code you added and copy-paste the following:

    
    add_filter( 'rank_math/frontend/description', function( $description ) {
        return false;
    });
    

    Hope this helps solve your issues.

    Don’t hesitate to get in touch if you have any other questions.

    In general nothing has changed – the code is still visible on front end as you can see here: https://staging-healthyweightloss.kinsta.cloud/

    Hello,

    Could you please share a set of WP credentials for the staging website so we can check the settings and make sure that the filter is applied properly on the page?

    Looking forward to hearing back from you.

    Have solved the problem myself.

    Hello,

    We are glad that this issue is already resolved.

    If you have any other concerns, please don’t hesitate to contact us anytime by creating a new ticket to assist you further with anything else.

    Looking forward to helping you.

    Thank you.

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

The ticket ‘How to set Focus Keyword in Elementor integration’ is closed to new replies.