Support » Plugin: LuckyWP Table of Contents » “Related” links in TOC go nowhere
“Related” links in TOC go nowhere
-
The TOC code below generated links to H3 items 6.1, 6.2, and 6.3 that make no sense and do not work when they are clicked on.
<div class=”lwptoc_i”> <div class=”lwptoc_header”>
<b class=”lwptoc_title”>Contents (This Page)</b> <span class=”lwptoc_toggle”>
hide
</span>
</div>
<div class=”lwptoc_items”>
<div class=”lwptoc_itemWrap”><div class=”lwptoc_item”>
<span class=”lwptoc_item_number”>1.</span>
<span class=”lwptoc_item_label”>Related</span>
</div><div class=”lwptoc_item”>
<span class=”lwptoc_item_number”>2.</span>
<span class=”lwptoc_item_label”>Animals predicted 2016 election results?</span>
</div><div class=”lwptoc_item”>
<span class=”lwptoc_item_number”>3.</span>
<span class=”lwptoc_item_label”>The 2016 election results shock Oberlin</span>
</div><div class=”lwptoc_item”>
<span class=”lwptoc_item_number”>4.</span>
<span class=”lwptoc_item_label”>Complexity</span>
</div><div class=”lwptoc_item”>
<span class=”lwptoc_item_number”>5.</span>
<span class=”lwptoc_item_label”>Why tax lawyers love complexity</span>
</div><div class=”lwptoc_item”>
<span class=”lwptoc_item_number”>6.</span>
<span class=”lwptoc_item_label”>Complexity compounds the difficulties</span>
<div class=”lwptoc_itemWrap”><div class=”lwptoc_item”>
<span class=”lwptoc_item_number”>6.1.</span>
<span class=”lwptoc_item_label”>Related</span>
</div><div class=”lwptoc_item”>
<span class=”lwptoc_item_number”>6.2.</span>
<span class=”lwptoc_item_label”>Related</span>
</div><div class=”lwptoc_item”>
<span class=”lwptoc_item_number”>6.3.</span>
<span class=”lwptoc_item_label”>Related</span>
</div></div></div></div></div>
</div>The page I need help with: [log in to see the link]
-
Hello!
In code of your page has hidden blocks, for example:
<div id="jp-relatedposts" class="jp-relatedposts"> <h3 class="jp-relatedposts-headline"><em>Related</em></h3> </div>
Try add
Related
to option “Skip by Text” in settings of plugin on tab “Misc”.
- The topic ‘“Related” links in TOC go nowhere’ is closed to new replies.