Claudia M Posted May 17, 2018 Share Posted May 17, 2018 Hey, Use to be when you used FireFox web developer tools it would tell you exactly where, what sheet, what line, that style you were looking for was. Now you get something like 0873f.Style sheet name. then a long number. How are you suppose to find the style your were looking for? Thanks in advance, Me Quote Link to comment Share on other sites More sharing options...
Noodleman Posted May 17, 2018 Share Posted May 17, 2018 if you are using CubeCart 6.2 and foundation theme, put the new min feature into debug mode. {combine input=$css_input output='cache/css.{$SKIN_FOLDER}.css' age='604800' debug=false} {combine input=$css_input output='cache/css.{$SKIN_FOLDER}.css' age='604800' debug=true} Quote Link to comment Share on other sites More sharing options...
bsmither Posted May 17, 2018 Share Posted May 17, 2018 This is found in the last line of the skin template element.css.php. Quote Link to comment Share on other sites More sharing options...
Claudia M Posted May 17, 2018 Author Share Posted May 17, 2018 So I just add the line {combine input=$css_input output='cache/css.{$SKIN_FOLDER}.css' age='604800' debug=true} below {combine input=$css_input output='cache/css.{$SKIN_FOLDER}.css' age='604800' debug=false} ? Can I keep it there forever or do I need to delete it when I'm done editing? Quote Link to comment Share on other sites More sharing options...
bsmither Posted May 17, 2018 Share Posted May 17, 2018 (edited) Replace just debug=false} with debug=true} keeping everything else the same. Save the edited template. Edited May 17, 2018 by bsmither Quote Link to comment Share on other sites More sharing options...
Claudia M Posted May 17, 2018 Author Share Posted May 17, 2018 Got it .. Thanks to All! Why isn't it like this to begin with? Quote Link to comment Share on other sites More sharing options...
bsmither Posted May 17, 2018 Share Posted May 17, 2018 One of the major points to the CC62 series is to "optimize" the loading of the page -- more to the point, reduce the amount of time between page request and displaying that page in the browser. This optimization involves squeezing the files, wringing out all unnecessary white space, changing color codes of #AABBCC to #ABC, changing false to !1, concatenating all CSS files into one file, concatenating all javascript files into one file, and a myriad of other tricks. This is the default behavior. During the configuration of the store and loading up of products, categories, documents, etc, tweaking the skin layout, etc., we recommend switching off caching and enabling debug mode. That said, I would wish that the debug parameter discussed above reflect the CubeCart debug mode instead of this being a separate adjustment. Quote Link to comment Share on other sites More sharing options...
Claudia M Posted May 17, 2018 Author Share Posted May 17, 2018 I understand ... I'll change it back to false when I'm done. Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.