• Resolved catskill

    (@catskill)


    Hi- In my code, I’ll have something like:
    <div class=”max-w-screen-2xl mx-auto navbar”>
    When I inspect the element, I get this:
    <div class=”navbar #9ahoeg #lg8vu0″>
    Is this how the update should work?
    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Greg

    (@freshbrewedweb)

    Hi @catskill , this is expected on the first page load, as its part of the caching process. Whenever you change the classes on a page, the first request to it triggers the generation of the CSS in the background. In order for the page to display properly while this is happening, the plugin adds the styles via javascript and uses a hashing function for the classnames which is what you see.

    Long story short, these classes should only appear once on first load. Any requests after that should work as expected. I’ve checked your page and it seems to be working correctly with the proper class names and applied styles.

Viewing 1 replies (of 1 total)

The topic ‘Odd output after plugin update’ is closed to new replies.