Please open the page in Chrome, hit the F12 key and then click the Console tab.
Here you will see many errors. The most important being the ones about jQuery not being defined.
I suspect this might be caused by the plugin you are using for caching, but, that is just a guess.
You will have to correct these errors for the toggle to work. The error is actually breaking all javascript on the page that comes after the error.
The TOC is designed on purpose to display by default in these cases.
I hope this helps! Let me know.
I did as you suggested. In fact, I went a step further and deactivated all my plugins except the Easy TOC. I then confirmed that no errors were in the console in chrome. The TOC is still not auto-hiding and the toggle feature is still not working. Any other suggestions?
The issue likely lies with the plugin used to minify and concat the CSS and JS files … the JS file which controls this feature in ezTOC is not being loaded on the page.
Like I said, no plugins were active except this one.
Please double check, the existence of the following on your pages suggest Fast Velocity Minify is installed and active:
If the plugin is not active, please contact their support team on how to clear its cache before deactivating it.
It is now but when I tested it the only active plugin was the Easy TOC. I deactivated it again so you can see.
-
This reply was modified 6 years, 5 months ago by
hmilesphi.
Ok, the required JS is still not being enqueued on the page. Please make sure the theme has the require wp_head() and`wp_footer() template tags.
-
This reply was modified 6 years, 5 months ago by
Steven.
You would ask the theme’s support team if you are unsure of or do not know how to check. Judging from a quick look at the page source, I suspect those template tags do exist, but that is just guessing, you should confirm. If you find that they do exist, then I’m sorry, this feature seems not to be compatible with your WP installation for an unknown reason.