Hanson Posted September 29, 2013 Share Posted September 29, 2013 Hello, I have a strange problem. I am changing a lot of css files, and since a few days the css is not loaded in the shop. e.g. I am changing the color of the price in the blockbestsellers.css , and I placed the file in this directory: public_html/themes/LiveV1/css/modules/blockbestsellers when changing this file, changes are made on the file system, but not read by prestashop When checking with firebug, the correct css file is used, but the changes made are not visible. they are the defaults. even more, when changing the same files altered before, the changes are written to the file system, but not read correcty, and the previous changes are the only ones set on I also restored a backup but that also did not help, same changes on same files made on those files are not applied Cache is turned off in prestashop, and compilation set on. I already changed a lot of css files, but had never this issue anybody any idea what could be the problem? Link to comment Share on other sites More sharing options...
vekia Posted September 29, 2013 Share Posted September 29, 2013 can you please share url to your website? i will inspect the code Link to comment Share on other sites More sharing options...
Hanson Posted September 29, 2013 Author Share Posted September 29, 2013 http://pagode-chocolates.be Link to comment Share on other sites More sharing options...
vekia Posted September 29, 2013 Share Posted September 29, 2013 hello thanks, i inspected code there it looks like your website uses correct file: http://pagode-chocolates.be/themes/LiveV1/css/modules/blockbestsellers/blockbestsellers.css when im changing styles there - new styles appear well. may i know what you exactly want to change? maybe the problem is only with certain things there Link to comment Share on other sites More sharing options...
Hanson Posted September 29, 2013 Author Share Posted September 29, 2013 yes, when changing styles within firebug, styles are applied more strange, when enabling Increase Front Office security the bestsellers block was updated but problem stays in the block viewed. text is dark, but when checking the ccs file (public_html/themes/LiveV1/css/modules/blockviewed/blockviewed.css) color is set to something yellowish (line 29) #viewed-products_block_left li .text_desc p, #viewed-products_block_left li .text_desc p a { padding-bottom: 0; line-height: 14px; color: #E6D4B0; } Link to comment Share on other sites More sharing options...
vekia Posted September 29, 2013 Share Posted September 29, 2013 still don't know what you want to change in blockbestsellers module in blockviewed products css file you've got gray color: #666 #viewed-products_block_left li .text_desc p, #viewed-products_block_left li .text_desc p a { padding-bottom: 0; line-height: 14px; color: #666; } Link to comment Share on other sites More sharing options...
Hanson Posted September 29, 2013 Author Share Posted September 29, 2013 yes, but looking at the file system the color is #E6D4B0 , the ccs is not read, something cached, i don't know I also get in touch with the hosting company, everything is configured as it should I think, there is wrong data, and it worked untill wednesday Link to comment Share on other sites More sharing options...
Hanson Posted September 29, 2013 Author Share Posted September 29, 2013 solved, looks like my provider has enabled enhanced caching, which I think was not before. disabled caching, and files are updated thanks for the support Link to comment Share on other sites More sharing options...
vekia Posted September 29, 2013 Share Posted September 29, 2013 thank you for information where the problem was and how you solved it im going to mark this topic as [solved] with regards, Milos 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