• Resolved PG

    (@parulgarg2)


    Hi,

    I recently have started getting problems in loading smart slider 3. I debugged found out that the SG Optimizer plugin I have has an option to Combine CSS Files. As soon as I disable it, slider works fine.
    I am not getting smart-slider css inside their exclusion list, so I will need to add it inside functions.php like this :

    add_filter( 'sgo_css_combine_exclude', 'css_combine_exclude' );
    function css_combine_exclude( $exclude_list ) {
        $exclude_list[] = 'smartslider';
        return $exclude_list;
    }

    but for exclude list, I will need css handle. ‘smartslider’ isn’t working. Can you please provide me with that ?

    Thanks
    Parul.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SG Optimizer Combine CSS Files’ is closed to new replies.