Quite good.
-
In general, the plugin is QUITE good. It offers a lot of nice functionality–including a “floating” TOC at top right of the page, which I think is terrific.
I did find a solution for one small problem I experienced. The problem was that the bullet character provided by my theme was overlapping the first character of each TOC line. Yuck. But a simple CSS fix solved it:
ul.ez-toc-list li::before { content: “”; }That fix applies to top level list items and all list items under them, so it solved my problem.
Another issue is that it does not appear to have any shortcodes, like [toc] or [no_toc]. That turns out to be by design. (Apparently, most of the support queries revolved around them.)
That’s fine though. It was easy enough to create a manual TOC for the few pages that needed one, and reuse the CSS that accompanies the plugin.
Mostly, I just absolutely love that there is an automatically-generated TOC on every page that has 3 or more headings. (The default is 4. I found 3 to be a better setting, for my site.)
So I’ve upgraded to 5-stars, to reflect my opinion that it is a “must-have” for any “serious” (or wordy) site (like mine). :^__)
- The topic ‘Quite good.’ is closed to new replies.