• Resolved Luis Supfort

    (@lupoll88)


    Your plugin when enable, it generates on the front end the following CSS and JS

    How I can disable it on the front end?

    I don’t want to have it.

    
    <link rel='stylesheet' id='ugb-style-css-css'  href='/wp-content/plugins/stackable-ultimate-gutenberg-blocks/dist/blocks.style.build.css?ver=1.9.1' type='text/css' media='all' />
    <style id='ugb-style-css-inline-css' type='text/css'>
    :root {
    			--content-width: 900px;
    		}
    </style>
    <script type='text/javascript' src='/wp-content/plugins/stackable-ultimate-gutenberg-blocks/dist/blocks.frontend.js?ver=1.9.1'></script>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Benjamin Intal

    (@bfintal)

    Hi, you currently cannot remove that since some of the blocks need that style in order to display properly.

    Mr_sordum

    (@paulcityhopper)

    Is there now a possibility? When will this fixed?

    Plugin Author Benjamin Intal

    (@bfintal)

    This is not broken, and I don’t think this is going away any time soon since there’s no current way to get the content width of a theme via CSS. And we really need to know this value for the blocks to look correctly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable CSS and JS Front End’ is closed to new replies.