Jump to content

Problem with Updating to PrestaShop™ 1.5.4.1


Recommended Posts

Guys, thanks for your replies.

 

Vekia,

I did your suggestion and I changed in CSS file Top;10px and it resolve the Horizontal Menu problem but it created other problems.

Problems:

1- Some dark thing (I don't know how to call it) appears in Categories list on the left column and the design messed up. This is default theme and I've never changed or touch any codes or css.

 

2- In the footer the Follow Us is replaced by a big question mark.

 

Alexander,

I tried to attach 3 times the screen shot as I mentioned but for some unknown reason the Forum did not show it, sorry about that but thanks anyway.

Edited by bruce-rez (see edit history)
Link to comment
Share on other sites

Guys, thanks for your replies.

 

Vekia,

I did your suggestion and I changed in CSS file Top;10px and it resolve the Horizontal Menu problem but it created other problems.

Problems:

1- Some dark thing (I don't know how to call it) appears in Categories list on the left column and the design messed up. This is default theme and I've never changed or touch any codes or css.

 

2- In the footer the Follow Us is replaced by a big question mark.

 

Here is the link:

http://newstarfabrics.com/en/

 

Alexander,

I tried to attach 3 times the screen shot as I mentioned but for some unknown reason the Forum did not show it, sorry about that but thanks anyway.

 

You need to take the site out of maintenance mode for the link to work.

Link to comment
Share on other sites

1) global.css file, you've got there:

#categories_block_left  li {border-bottom:1px dotted #ccc}
#categories_block_left  li.last { border:none;}
 #categories_block_left  li a {
  display:block;
  padding:7px 11px 5px 22px;
  color:#333;
  background:url(../../../../NEWSTA%7E1/modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent
 }

 

backgrund url doesnt work, you can remove " /NEWSTA%7E1 "

correct value:

 

background:url(../../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent

 

 

 

2. global.css line ~2090

 

#social_block li.facebook {background:url(../../../../NEWSTA%7E1/modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 6px;}
#social_block li.twitter {background:url(../../../../NEWSTA%7E1/modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -26px;}
#social_block li.rss {background:url(../../../../NEWSTA%7E1/modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -56px;}

 

remove " /NEWSTA%7E1 "

 

#social_block li.facebook {background:url(../../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 6px;}
#social_block li.twitter {background:url(../../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -26px;}
#social_block li.rss {background:url(../../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -56px;}

Link to comment
Share on other sites

Vekia,

This did the trick for Categories and Information blocks.

I see the same problem in:

  • Compare
  • Sliding scale pricing
  • More info
  • Shopping-cart summary

Below is the link to Two Tone Chiffon product, you will see the "Compare" button problem and then click on the Two Tone Chiffon image, you will see the same problem on "Sliding scale pricing" and "More info".

Edited by bruce-rez (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...