Is "CSS JS Loader" required for the "Google Merchant Center Feeder" to work? We are running into memory problems with the google feeder and they suggested on teh Google feeder forum that the "CSS JS Loader" is required.
Printable View
Is "CSS JS Loader" required for the "Google Merchant Center Feeder" to work? We are running into memory problems with the google feeder and they suggested on teh Google feeder forum that the "CSS JS Loader" is required.
Is CSS/JSS loader intended to work in V1.5.5a? I see V1.5.4 is OK.
I tried installing in V1.5.5a but it did not run; no entry in the Configuration menu. :(
Also no errors shown in the zen cart log file.
"Is CSS/JSS loader intended to work in V1.5.5a? I see V1.5.4 is OK.
I tried installing in V1.5.5a but it did not run; no entry in the Configuration menu.
Also no errors shown in the zen cart log file."
Some more details
I followed the instructions step by step and everything was OK until I replaced the code in html_header.php as instructed. Then my storefront simply did not open; there is no error message in my logs.
I compared the list of code I am supposed to delete in html_header.php with the actual code in 1.5.5a.
Only difference is installation instructions has this code in the example to be replaced which is immediately after "load all site-wide jscript_*.js files from includes/templates/YOURTEMPLATE/jscript, alphabetically"
whereas the 1.5.5a html_header.php has different code and immediately before "load all site-wide jscript_*.js files from includes/templates/YOURTEMPLATE/jscript, alphabetically" not after!Code:/** CDN for jQuery core **/
<script>window.jQuery || document.write('<script src="//code.jquery.com/jquery-1.11.1.min.js"><\/script>');</script>
<script>window.jQuery || document.write('<script src="<?php echo $template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'jscript'); ?>/jquery.min.js"><\/script>');</script>
<?php
1.5.5a code
Could this code difference explain my problem? This is all on my test site so it is not urgent to fix!Code:/** CDN for jQuery core **/
?>
<script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.12.0.min.js"%3E%3C/script%3E'));</script>
<script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="<?php echo $template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'jscript'); ?>/jquery.min.js"%3E%3C/script%3E'));</script>
<?php
Thanks for any advice!
I always avoid using the "CSS/JSS loader" plugin, because it's always made it harder to support or upgrade every site I've ever seen it on.
I've never found any legitimate reason for it to be needed, except that some plugins "require" it (that is, were 'built to expect it') for completely unnecessary reasons.
I wish I could avoid the "CSS/JSS loader" plugin too but I like the Image Zoom and it does not seem to work without it; why it is necessary is a good question :)
HELLO ! I have the same problem
CSS/JSS loader DONT LOAD and Im thinking its not work in 155a
Im trying install QUICK VIEW plugin and need CSS/JSS loader
well I just load the js file putting they in /jscript folder and reamed with prefix "jscript_" the original name was jquery_quick_view.js and was inside jquery folder just renamed to jscript_jquery_quick_view.js and put it in /jscript folder
After this just open and copy all css to the stysheet.css and now "work" the plugin
well well work work not all the secondary image inst showing in the quick view
mabe I missed something
www.zencartnewage.com to see it working...
resume: load the .js files and put the css's to the stysheet.css and not needed CSS/JSS loader
but look that will load to all pages and will be a bit slow the role site.
Hi all, I installed css js loader, I have three templates, one for Italian language, one for English and one for the mobile,
Plug in function between the two machine, but on the mobile template, does not minimize the jscrips? because? Thank you
Zen Cart loads JavaScript alphabetically. It has no ability to control library dependencies and therefore you'll get plugins loading before the main jQuery library or duplicate versions of jQuery loading. Our plugins that use jQuery require CSS JS Loader for this reason.
Upgrading is actually a lot easier if you are talking about JS files. You can simply load all of the auto_loader files into your editor and do a quick find and replace. If you are upgrading jQuery 1.9.2 to 1.12.1, for example, you can find and replace and then save the files to the server. I'd need an example of how it makes it more difficult.
CSS JS Loader needs to be installed to the mobile template as well if you are using a separate template for mobile users. This may cause issues though as most mobile template are highly customize and have their own way of loading JS and CSS files. Likely you'll need to update them to use CSS JS Loader instead if you intend to use it. We've only tested our mods on responsive templates and do not recommend mobile templates.