• Resolved Umberto

    (@existenceassistant)


    Hi, i have an issue about minify. If I activate it, it will make a mess on the carousel in “my services” page. There’s a way to exclude this plugin or to fix this issue?

    Thanks,

    Umberto

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

Viewing 1 replies (of 1 total)
  • Plugin Support wpmansour

    (@wpmansour)

    Hi Umberto,

    Thanks for reaching out! Sorry to hear about the trouble with your carousel after enabling minify—definitely not what we want happening!

    We can fix this by simply excluding the files related to the carousel from being minified. Here’s a quick guide to get things working again:

    For CSS:

    1. Head over to the WP-Optimize settings in your WordPress dashboard.
    2. Click on the Minify section and select the CSS tab.
    3. Scroll down to the “Exclude the following CSS files from processing” area.
    4. Add the path to the CSS file that’s affecting the carousel (something like /wp-content/plugins/your-carousel-plugin/css/carousel.css).
    5. Save your settings.

    For JavaScript:

    1. While you’re still in the Minify section, switch to the JavaScript tab.
    2. Scroll down to the “Exclude JavaScript from processing” area.
    3. Enter the path to the JavaScript file responsible for the carousel (maybe /wp-content/plugins/your-carousel-plugin/js/carousel.js or something similar).
    4. Save the changes.

    That should do the trick! Once those files are excluded, your carousel should be back to working perfectly while the rest of your site remains optimized.

    Give this a try, and let me know how it goes! If you run into any hiccups, I’m happy to help further.

    Best Regards,

    • This reply was modified 2 months, 2 weeks ago by wpmansour.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.