does not work properly in PHP8
By hansbeen on July 28, 2025
It works properly on PHP 7.4.
On PHP 8 (up to 8.3) it does not work. If you click a link in the table it just goes to the top of the page.
I have 2 sites with the same setup. One it works, the other not, but I cannot find the difference between the websites.
Disabling all of the other plugins makes no difference.
Is there an explanation or fix?
Due o this I put the php back to 7.4 now
WordPress theme twenty-seventeen
Easy to use Table of Content Plugin
By Zeeshan Ahmed (zeeshanahmed24) on March 4, 2025
It is a simple yet powerful WordPress plugin that auto-generates a structured table of contents for posts and pages. It enhances navigation, improves readability, and supports customization. Works seamlessly with both Gutenberg and classic editors, making it a great tool for content-heavy sites.
Perfect plugin
By thefbi on January 26, 2025
I was searching for a plugin i can insert into a popup to make my own layout, with Yootheme Pro. This plugin was good, but i had some problems with the Yootheme H1, H2 with other sections in the same page. I asked the support for fix that and they have make a fix for the pro version very quiclky. So now it work perfectly on all the Yootheme pages. Great plugin, great support.
ok
By maksymii on November 4, 2024
ok but too much modyfing every post code
A must have plugin
By viche on October 10, 2024
Very good and even better support!
Great plugin, and very helpful team
By karsten007 on September 25, 2024
Hello, I was requesting new features and plugin support, and the team gave it to me. And still the team is working on more plugin optimization and new features, for example, using ToC on Tablet and mobile, which is very great improvement. At the moment the team is working on my suggestions, and I must say, this plugin is very useful, and the plugin team is also great. Thank you very much.
Used It
By infotaicom on September 19, 2024
Good plugin
I love it
Highly Recommend: Feature-Rich and Exceptional Support!
By Fatima85 on September 16, 2024
I had an issue with the plugin, and the support team was incredibly helpful and responsive. They went above and beyond to assist me in resolving my problem, which I greatly appreciated. The plugin itself is free and packed with features that make it a must-have for anyone looking to easily organize and display a table of contents on their website. It’s user-friendly, versatile, and works seamlessly. I highly recommend it to anyone in need of a reliable and feature-rich solution!
Too invasive and slows down homepage significantly
By Artan (artankrasniqi1988) on August 14, 2024
The plugin has some nice features but there is a major flaw:
Although we deactivated the standard TOC completly and only activated the sticky TOC and also only for posts, the functions seem still to run on our homepage. I deeply tested it. When sticky TOC is activated (only for posts), our hompage loading time piles up from 1s to 2,8s which is an insane increase. I tested multiple times. I also deactivated the plugin completely and the results are the same.
The plugin adds then the class "ez-toc-section" to every header like h1, h2, etc. It seems it is duplicating the whole page before it is thrown out, that´s while page load almost triples. I asked the support, even send a video, but it seems the support has no technical knowledge, so you kind of walk in circles with them without a result.
For me personally this invasive behavior is too much. Sticky TOC shouldn´t run on homepage or other pages when it´s deactivated. And I mean really shouldn´t run the functions, not only hiding elements via CSS if that´s the case.
A better solution would be they would wrap their functions and run them only on desired posts, pages, etc. for example with:
function my_custom_function_for_single_posts() {
if (is_single()) {
// Your function or code to run only on post pages
}
}
add_action('wp_head', 'my_custom_function_for_single_posts');
But I´m not completly sure were their problem really comes from. Perhaps they will fix it in future. For everyone until now I recommend test you page loading times, with and without activated plugin, to be sure that your site won´t be affected badly.
Regards
---
Edit: They tried to fix the issue and had full access to my installation but couldn´t manage it. The problem is still there. The plugin is too invasive and will slow down your pages. I found out that the "sticky toc class" is added on almost every page throughout your installation and page speed is influenced very badly. I cannot recommend this plugin. The problem seems to lay in how the plugin works. I think there´s a function that crawls the sites and then throws out a new DOM where it adds classes to the h tags. And it does it regardless where u want it to run only. Therefore it doesn´t matter if you set it to "blog" only. It will do it either way and double or tripple your loading times for almost every page. Better search for something more lightweight for now. No need to slow down your site just for a table of contents. I assume that most people that don´t have the technical knowledge for this don´t realize this problem at all.
Good Plugin, great support
By ohrenbaer on July 23, 2024
Great plugin for table of contents. I love the "sticky toc" function. To my initial disappointment, it didn't work properly on my website at first. I contacted the support and they fixed it for me.