• WP: 5.4.2
    Insert HTML Snippets: 1.3.1
    PHP: 7.2.26

    Until recently Insert HTML Snippets worked as expected to create responsive slab text. I used the code pasted at the bottom of this post.

    Now HTML Snippets completely erases the text inside the shortcode. Chrome’s inspector won’t pick them up, though the shortcodes work as expected in other test areas of my site.

    Please advise.

    Thank you

    <!--Graphic Design Slab-->
    <div class="portfolio-thumb-container" id="graphic-design">
    <div class="portfolio-thumb-overlay">
    <a class="portfolio-thumb-title" href="[url]">
    [slabtext]
     [slab]Graphic[/slab] 
    [/slabtext] 
    [slabtext] 
    [slab] Design [/slab]
     [/slabtext]
    </a>
    </div>
    </div>

    The page I need help with: [log in to see the link]

  • The topic ‘Snippet seems to break shortcodes’ is closed to new replies.