Rank Math Table of Contents not working on JetEngine listing headings

#825406
  • Resolved Md Abu Shaharia
    Rank Math free

    I inserted jetlisting in a page whre I also inserted Rank Math Table of Contents block. Rank Math Table of Contents block detect pages all headings except Jetlisting content headings. webpage – https://fxdailyview.com/best-forex-brokers/indonesia/

    You can find “Best Forex Brokers In Indonesia” heading and jetlisting block started after this heading and every listing there is a company name with H3. but it is not detect by Rank Math Table of Contents. https://imgur.com/dN6bmOS

    I used this snippets also –

    /**
    * Filter to add plugins to the TOC list.
    *
    * @param array TOC plugins.
    */
    add_filter( ‘rank_math/researches/toc_plugins’, function( $toc_plugins ) {
    $toc_plugins[‘jet-engine/jet-engine.php’] = ‘JetEngine’;
    return $toc_plugins;
    });

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for your query and we are so sorry about the trouble this must have caused.

    Please note that our plugin will only recognize content that is included in the post’s actual content or post_content. If those headings can’t be found in the database’s post_content, then our plugin will not be able to see those.

    Looking forward to helping 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 1 replies (of 1 total)

The ticket ‘Rank Math Table of Contents not working on JetEngine listing headings’ is closed to new replies.