No scrolling to heading due to no id present in headings
-
Hi, let me know how to proceed to further debug this. I’m runnin this on local host in a custom theme added by shortcode inside template as follows:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="text-justify"> <?php echo do_shortcode('[joli-toc]'); ?> <?php the_content(); ?> </div> <?php endwhile; endif; ?>
Tried what was suggested here https://www.ads-software.com/support/topic/no-hash-id-added-to-headlines/
and didn’t fix it.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘No scrolling to heading due to no id present in headings’ is closed to new replies.