Untested and unsupported:
Thanks Steven.
I manage to solve my problem with the shortcode [toc] but I noticed that the discs are not appearing in the links (ul li). Do you know why?
https://prnt.sc/sdeqgo
Sorry, I do not know what you are asking, can you please provide more details?
Please check this page https://bit.ly/2xPmrTC
I don’t know if it’s the best solution but I’ve changed this CSS and it worked
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
background: 0 0;
list-style: disc; <—–
line-height: 1.6;
margin: 0 0 0 10px; <—–
overflow: inherit; <—–
z-index: 1;
}
Ok, I understand now… the CSS changes are one solution. Presently the supported options can be found on the Table of Contents Settings admin page.