Bewitching Posted August 8, 2011 Share Posted August 8, 2011 I was having an issue with the product comments module & the Products Category v1.3 by PrestaShop (Display products of the same category on the product page.) I re-installed them & got them to work properly, but now the product short description and the product price box have moved below the product image. I looked at the CSS via Chrome, and I can see the issue, I just don't know how to fix it. I deleted the themes/prestashop/css and replaced it with the original install one, but no change. Any guidance would be appreciated! Just tell me what to do, where to do it, and I'm all good ! LOL Thanks in advance! Kathleen Link to comment Share on other sites More sharing options...
tomerg3 Posted August 8, 2011 Share Posted August 8, 2011 It look like you removed some style from <div id="pb-right-column"> It should have float: left; in its style. If you added it and don't see the changes, make sure to turn on force recompile (Preferences->performance). I also suggest not using any of the compression options until your site is ready to go live. 1 Link to comment Share on other sites More sharing options...
Bewitching Posted August 8, 2011 Author Share Posted August 8, 2011 I turned off all the CCC settings, just to see, and now my page is correct. Should I force compile to save the current settings, and then re-enable the CCC settings? Sorry, just a bit dense when it comes to this. Thank you VERY much ! Kathleen Link to comment Share on other sites More sharing options...
tomerg3 Posted August 8, 2011 Share Posted August 8, 2011 Yes, turn on force recompile, I suggest keeping that on for as long as you work on the site. After each change to a tpl file, you need to refresh the smarty cache, when force recompile is on, it always refreshes the page. This make the page load slower, but it's better than spending hours trying to figure out why changes are not showing Link to comment Share on other sites More sharing options...
Bewitching Posted August 8, 2011 Author Share Posted August 8, 2011 Well, the page still breaks when I have "Use CCC for CSS" enabled. When I have "Keep CSS as original" enabled, everything is fine, so that's the way I'll have to keep it Thanks again tomerg3, for your patience with me ! Kathleen Link to comment Share on other sites More sharing options...
tomerg3 Posted August 9, 2011 Share Posted August 9, 2011 no problem, it may just be the cache of your browser cache still loading the old JS file. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now