• Resolved connivence

    (@connivence)


    Hi,

    I would like to delete the plugin but everytime I do, my Essential Grids stop working. I have :
    – Emptied caches
    – Removed “cache” folder
    – Uninstalled and reinstalled Essential Grid (though I imported contents from previous grids but I don’t want to have to redo my grids)

    It also makes the logo disappear. The bug is only on this specific page, the only one with essential grid content.

    I still have cache elements in my code as <– CACHE CREATED FOR: 1 –>

    I also still see the cached “style.css?ver=4.9.7” instead of the the style.css file with the chrome inspector.

    The grid is right under the hr tag but doesn’t appear.

    • This topic was modified 7 years, 11 months ago by connivence.
    • This topic was modified 7 years, 11 months ago by connivence.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Frank Goossens

    (@futtta)

    <– CACHE CREATED FOR: 1 –> is not added by Autoptimize Connivence + AO does not do page caching, just CSS/ JS optimization (and some smaller extra’s). In your HTML there is no reference to Autoptimize any more, so whatever problem you’re facing, it is not due to AO I’m afraid ..

    Bien à toi,
    Frank

    Thread Starter connivence

    (@connivence)

    As soon as I reactivated the plugin (not anymore as I deleted it completely), it works. How come ?

    Also the issue appeared just after I deleted it.

    • This reply was modified 7 years, 11 months ago by connivence.
    Plugin Author Frank Goossens

    (@futtta)

    Well, AO has a lot of logic to try to “fix” things, so it hides your problem actually 🙂

    When looking at the browser console there is one JS-file which cannot be found;

    http://starter.connivence-poleweb.fr/realisations/wp-content/themes/connivence/js/jquery.chocolat.js

    but it should be:

    http://starter.connivence-poleweb.fr/wp-content/themes/connivence/js/jquery.chocolat.js

    the reason is the . in your script-tag;
    <script type="text/javascript" src="./wp-content/themes/connivence/js/jquery.chocolat.js"></script>

    So fix that and see if it makes your problem go away 🙂

    frank

    Thread Starter connivence

    (@connivence)

    Hi !

    Chocolat is just the lightbox library, I fixed it just in case but still not working.I was also working before I installer the plugin, so I don’t think it was hiding any problem.

    Plugin Author Frank Goossens

    (@futtta)

    well, your next area of interest is this JS error on your browser’s console;

    TypeError: jQuery(...).tpessential is not a function

    🙂

    Thread Starter connivence

    (@connivence)

    I’ll get to the Essential Grid support, thank you for you quick answers !

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

The topic ‘Deleting plugin causes Essential Grid bug’ is closed to new replies.