• Resolved oliver1444

    (@oliver1444)


    Hi,

    I think your plugin is outstanding!!!

    The only thing missing is a table of content plugin.

    Ah, a chain when you put a value in the padding for example that you can lock ?? it…

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @oliver1444 ,

    Thanks you for the nice feedback ??

    If you can explain about table of content block, we will consider it adding on the the updates.

    Best Regards!

    Thread Starter oliver1444

    (@oliver1444)

    Thanks for coming back to me.

    I would love to hook the table of content block via elements of my theme (Generatepress) into posts.

    For SEO and user experience that would be a super value

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @oliver1444 ,

    I think I got the block what are you talking about. We will add Tablet of Content block as soon as possible on coming updates.
    Thanks for the suggestion.

    Best Regards!

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @oliver1444 ,

    Please update the plugin to the latest version, we have added Tablet of Contents block. Let us know if you have any thought on it.

    Best Regards!

    Hello @codersantosh ,

    Would you consider adding the option ‘None’ to the ‘Ordered List Type’ setting of this block? Because I need to place the numbers directly into the headers and it appears duplicated on the Table of Contents block.

    Thanks a lot.

    Thread Starter oliver1444

    (@oliver1444)

    Hi,

    thank you for adding it. Great plugin, unfortunately I cant use it with the hook element of my theme Generatepress.

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @krzd7,

    Yes, I think it is a good idea, we will add it to the next version. You can add the following custom CSS for now.

    .g-toc-body>ul,.g-toc-body>ol {
        list-style: none;
    }

    Hello @oliver1444,

    We are sorry to hear you could not use it. Although we have added it upon your request.
    Table of contents automatically filters heading from core heading, Simple Text and Advanced Text block to generate its body(Table of contents).

    Thanks @codersantosh,

    I had to override the following CSS rules:

    .g-ordered-list {
    	padding-left: 0 !important;
    }
    
    .g-toc ol li {
    	padding-left: 0;
    }
    
    .g-toc ol li::marker {
    	content: '' !important;
    }
    Thread Starter oliver1444

    (@oliver1444)

    Hi,

    Yes, thank you. I don’t know why it interfere with elements- it did that with the Kadence blocks, too.
    But that is somehow solved, I would rather use your plugin but I need to hook it instead to put it on every post

    Plugin Contributor codersantosh

    (@codersantosh)

    @krzd7 Thanks we will consider your suggestions.

    @oliver1444 I would like to suggest you to look on Table of Contents , created with PHP.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Table of content’ is closed to new replies.