Essential Addons for Elementor

#17587
  • Resolved Ramin
    Rank Math pro

    Hi I uses Essential Addons for Elementor for create table of content, and its work fine and its nice and also work with elementor fine , but rank math doesn’t know this and says it seems doesn’t use table of content plugin
    please fix that . thank you

    • This topic was modified 4 years, 6 months ago by Ramin.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

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

    Thank you.

    Hello,

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

    You can add the following snippet of code to your theme’s functions.php file to detect this widget:

    /**
     * Filter to add plugins to the TOC list.
     *
     * @param array TOC plugins.
     */
    add_filter( 'rank_math/researches/toc_plugins', function( $toc_plugins ) {
           $toc_plugins['essential-addons-for-elementor/essential_adons_elementor.php'] = 'Essential add ons for Elementor';
        return $toc_plugins;
    });

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

The ticket ‘Essential Addons for Elementor’ is closed to new replies.