This topic has 5 replies, 4 voices, and was last updated 9 years by Abe.

  • Author
  • #10307
     divyanshuchauhan
    Participant

    Hi
    I imported these settings https://archived.seventhqueen.com/forums/topic/plugins-used-by-other-members#reply-4138
    Page load time decreased to half but theme is wrecked
    http://datefellow.com/forums
    already disabled minify
    please help

    #10324
     Anchora
    Participant

    at least with css-combine-only it should work!
    clear the cache of your browser, if needed..

    #10536
     Abe
    Keymaster

    Hi, For minify we are using BWP Minify with these settings. You should adapt them in WT3 if you really want that plugin
    Better-wp-minify.png

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #10537
     Abe
    Keymaster

    And also added this into our sweetdate-child/functions.php that is excluding those css files from minification

    COPY CODE
    
    //Minify
    add_filter('bwp_minify_style_ignore', 'exclude_my_css');
    
    function exclude_my_css($excluded)
    {
        $excluded = array('app','foundation','foundation-responsive');
        return $excluded;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #21322
     mycolombianwife
    Participant

    The gallery doesn´t work after activating this plugin with the given settings

    http://www.mycolombianwife.com/single_tour_bogota_colombia/

    #21446
     Abe
    Keymaster

    yes you probably have some plugins that don’t work with that minify plugin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?