Tagged: x
-
AuthorPosts
-
January 26, 2017 at 10:04 am #1346491
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_gridPlease let me know which.
Thanks.
January 26, 2017 at 11:43 am #1346592Hi 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.
January 26, 2017 at 2:22 pm #1346754Everything 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.
January 26, 2017 at 6:49 pm #1347106Hi there,
That might affect the entire functionality. But they are:
x-site-head
x-site-body
cornerstone-site-head
cornerstone-site-bodyMake 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.
-
AuthorPosts