• Resolved TiippexxModz

    (@tiippexxmodz)


    Hello,

    I have a problem with the Grid Builder from The7 Visual Composer. After a few hours the grids I use doesn’t appear anymore. I googeled a bit and I think there is a problem with something called “nonce” from the Grid Builder.

    So at the moment Autoptimize is disabled.

    I disabled the JS & CSS optimisation, and it doesn’t work, so there is maybe a problem with the HTML optimisation.

    Hope you can help me soon.

    Best greetings
    Maximilian Schröder

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    I disabled the JS & CSS optimisation, and it doesn’t work, so there is maybe a problem with the HTML optimisation.

    OK, so what happens when you have CSS & JS optimization active and HTML optimization disabled? 🙂

    Thread Starter TiippexxModz

    (@tiippexxmodz)

    I tried that, but it takes quiet a few hours to see if its working or not…

    So im going to give you feedback tomorrow.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    epiphany; if the problem is indeed related to nonce‘s and if the problem only occurs after a couple of hours, then I would rather suspect that the HTML which holds the nonce (probably as inline JS) is cached by a page cache (plugin or caching proxy), in which case you would need to alter page caching to only remain valid for the same amount of time the nonce is valid.

    Thread Starter TiippexxModz

    (@tiippexxmodz)

    Im using this in my .htaccess:

    <filesMatch “.(ico|pdf|flv|jpg|svg|jpeg|png|gif|js|css|swf)$”>
    Header set Cache-Control “max-age=84600, public”
    </filesMatch>

    You mean that this could cause the problem?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    No, but do you have a page caching plugin or does your hoster provide page caching support?

    Thread Starter TiippexxModz

    (@tiippexxmodz)

    Yeah i use this:
    https://wordpress.org/plugins/cache-enabler/

    I just found the option in this plugin to disable it for some sides…

    And another problem i have on one page is this (and thats sure that this a problem from my bad configuration of Autoptimze, but im not sure how to fix it):
    vc_grid.min.js:1 Uncaught TypeError: $.waypoints is not a function
    at vc_grid.min.js?ver=5.4.4:1
    at vc_grid.min.js?ver=5.4.4:1

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you could try excluding the waypoints js file (jquery.waypoints.js or jquery.waypoints.min.js or maybe something else) from JS optimization?

    Thread Starter TiippexxModz

    (@tiippexxmodz)

    Worked, thanks a lot 🙂

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘The7 Visual Composer Grid problem’ is closed to new replies.