• Resolved imklndr

    (@imklndr)


    Hello there,

    I have this issue where in if I enable Minify CSS Files, it breaks my Menu in the site. So I have kept this disabled for time being. I just can’t figure a way out of this.

    Can you help?

    Site: https://www.hiet-me.com/

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

Viewing 1 replies (of 1 total)
  • Plugin Author Stanimir Stoyanov

    (@sstoqnov)

    SiteGround Representative

    Hey @imklndr

    We’ve checked your site and we’ve excluded the main theme style from combination, because it caused an issue with your menu.

    We’ve added the following in your functions.php

    
    add_filter( 'sgo_css_combine_exclude', 'css_combine_exclude' );
    
    function css_combine_exclude( $exclude_list ) {
        $exclude_list[] = "tractor-style";
    
        return $exclude_list;
    }
    

    Please review and let us know if there are any other issues or if there is anything else we can help.

    Regards,
    Stanimir

Viewing 1 replies (of 1 total)
  • The topic ‘Minify CSS Files not breaks the site’s Menu’ is closed to new replies.