• Resolved lstitx

    (@lstitx)


    Hi!

    I’m currently trying to disable the skip link. It is currently displaying on every page. https://snipboard.io/uYSTn2.jpg

    I tried to disable it with multiple actions / filters but none of them work:

    add_filter( 'hello_elementor_enable_skip_link', '__return_false' );
    remove_action( 'wp_footer', 'the_block_template_skip_link' );
    remove_action( 'wp_body_open', 'gutenberg_the_skip_link' );
    remove_action( 'init', 'gutenberg_the_skip_link' );
    remove_action( 'wp_body_open', 'the_block_template_skip_link' );
    remove_action( 'init', 'the_block_template_skip_link' );

    Is there another way I can get rid of this?

    Cheers!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support marthaeli

    (@marthaeli)

    Hi @lstitx,

    Thanks for contacting Elementor.

    Since this is a development-based query, you may opt to visit our Github account, where you can contact a member of our development team to describe the issue you are experiencing.

    Please note that this is not an official support channel but a respective member of the development team will respond to your post as soon as they are available.

    Please follow this guide which outlines the steps required to post on our Github: https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md

    Kind Regards

    Plugin Support aracelil

    (@aracelil)

    Hello.

    We are closing this thread due to inactivity. Feel free to open a new thread should you need assistance in the future.

    Kind Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.