Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marc Toensing

    (@marcdk)

    Okay, since the plug-in works for many people in different languages and different websites, I need an url and more details what you are trying to do.

    SimpleTOC does count all all headings Inman Gutenberg post. So there is something weird going on. We need an url.

    Thread Starter technicalx

    (@technicalx)

    I no longer have this plugin on the page but it’s basically this one
    https://dev1.weboraclewebdev.com/network/wordpress_ineedatradie/privacy-policy/

    Columns -> group -> [heading, list] repeated.

    Plugin Author Marc Toensing

    (@marcdk)

    Okay. I understand the problem. SimpleTOC does not look headings in nested blocks. I will into this.

    Plugin Author Marc Toensing

    (@marcdk)

    SimpleTOC v4.4 now works in Column layouts and other nested block layouts. Please test again and change your rating.

    Thread Starter technicalx

    (@technicalx)

    columns working but my particular page still has issue, here’s my code. Existing anchor might be messing it up?

    <!-- wp:group {"align":"full","backgroundColor":"secondary"} -->
    <div class="wp-block-group alignfull has-secondary-background-color has-background"><div class="wp-block-group__inner-container"><!-- wp:spacer {"height":50} -->
    <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
    <!-- /wp:spacer -->
    
    <!-- wp:heading {"textAlign":"center","level":1} -->
    <h1 class="has-text-align-center" id="htoc-p">Privacy Policy</h1>
    <!-- /wp:heading -->
    
    <!-- wp:spacer {"height":50} -->
    <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
    <!-- /wp:spacer --></div></div>
    <!-- /wp:group -->
    
    <!-- wp:spacer {"height":50} -->
    <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
    <!-- /wp:spacer -->
    
    <!-- wp:columns -->
    <div class="wp-block-columns"><!-- wp:column {"width":"25%"} -->
    <div class="wp-block-column" style="flex-basis:25%"><!-- wp:simpletoc/toc /--></div>
    <!-- /wp:column -->
    
    <!-- wp:column {"width":"75%"} -->
    <div class="wp-block-column" style="flex-basis:75%"><!-- wp:group -->
    <div class="wp-block-group"><div class="wp-block-group__inner-container"><!-- wp:heading {"level":4} -->
    <h4 id="htoc-we-respect-your-privacy">We respect your privacy</h4>
    <!-- /wp:heading -->
    
    <!-- wp:list {"ordered":true} -->
    <ol><li>I Need a Tradie respects your right to privacy and is committed to safeguarding the privacy of our customers and website visitors. We adhere to the Australian Privacy Principles contained in the Privacy Act 1988 (Cth). This policy sets out how we collect and treat your personal information.</li><li>"Personal information" is information we hold which is identifiable as being about you.</li></ol>
    <!-- /wp:list --></div></div>
    <!-- /wp:group --></div>
    <!-- /wp:column --></div>
    <!-- /wp:columns -->
    • This reply was modified 3 years, 9 months ago by technicalx.
    • This reply was modified 3 years, 9 months ago by technicalx.
    • This reply was modified 3 years, 9 months ago by technicalx.
    Plugin Author Marc Toensing

    (@marcdk)

    You have to remove the existing HTML anchors. My guess is that another plugin added these. If this is not the error please provide an url where I can see the error. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘can’t get it working on page with columns’ is closed to new replies.