Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1346491

    logoglo
    Participant

    http://www.logoglo.com

    Ok, so I went with your settings, and the combine works, but it messes up my page in just 2 areas.

    The top “affordable logo design” has responsive text, this doesn’t become responsive if I combine.

    And the media grid (recent work) doesn’t load on mobile devices.

    So, I want to tell w3 to not minify or combine certain js files, I just dont know which from this list pertains to the above issues:

    admin-bar
    jquery-core
    jquery-migrate
    jquery
    jquery-form
    contact-form-7
    cffscripts
    devicepx
    social_warfare_script
    grofiles-cards
    wpgroho
    x-site-head
    x-site-body
    comment-reply
    cornerstone-site-head
    cornerstone-site-body
    wp-embed
    wpb_composer_front_js
    prettyphoto
    vc_pageable_owl-carousel
    vc_grid-js-imagesloaded
    underscore
    waypoints
    vc_grid

    Please let me know which.

    Thanks.

    #1346592

    Rupok
    Member

    Hi there,

    Thanks for writing in! X serves minified version of scripts so you don’t need to minify again. And when you are combining, if any script have any unclosed/broken script then it will affect the whole scripts. So we can’t guarantee the functionality when you are combining all script together.

    Hope this makes sense.

    #1346754

    logoglo
    Participant

    Everything works fine when I combine, just those 2 area….

    Yes I understand this, I just wanted to know if you could tell me which of those scripts are used for the grid and the responsive text up top?

    Thanks.

    #1347106

    Rad
    Moderator

    Hi there,

    That might affect the entire functionality. But they are:

    x-site-head
    x-site-body
    cornerstone-site-head
    cornerstone-site-body

    Make sure that combine libraries are loaded first before those 4. And maybe it’s not working since CloudFlare’s rocket loader is active too. The main reason it’s not working is the loading order of dependencies. All libraries should be loaded first, then next the standard scripts. Combining them with Rocket loader could be messing with how they are loaded.

    Thanks.