• Resolved nzlgl

    (@nzlgl)


    Hello, I’m getting conflict with your pluging and the events calendar. I checked this problem with the other plugin author and they suggest not to minify:
    If you have a caching or minification plugin enabled and notice the front-end of your site works once you disable minification, then we’d recommend you not minify.
    https://theeventscalendar.com/knowledgebase/k/problems-with-minification/

    However, I would like to minify. How can I solve it?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nzlgl

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    You can exclude a specific JS/CSS files from being minified in Performance>Mninify>Advanced>”Never minify following JS files” and “Never minify following CSS files”, by adding the path of those files to the list in the mentioned fields.
    YOu can find the JS and CSS files of the mentioned plugin it the folder of the plugin on your server and should be added like in the example below:

    “Never minify following CSS files”:
    /wp-content/plugins/events-calendar/CSS/somecssfile.css
    and

    “Never minify following JS files”:
    /wp-content/plugins/events-calendar/JS/somecssfile.js

    Alternatively, you can switch to manual minify and add the JS and CSS files manually and in the proper order using the Help wizard (available only in Manual mode). You should avoid adding the JS and CSS files of the plugin you are having issues with to minify.
    I hope this helps!
    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘The events calendar conflict’ is closed to new replies.