Jump to content

[SOLVED] css changes not applied in prestashop


Hanson

Recommended Posts

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

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

 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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...