Jump to content

[SOLVED] Umlauts in block "New Products" don't work


Recommended Posts

Dear community,

 

I have a problem with the umlauts "ä, ö, ü" in the title of the block "new products", they don't work.

I have Prestashop 1.6 installed, and in the whole shop, I don't have this problem.

 

The link: http://www.frei-schnauzen.de/suche?controller=search&orderby=position&orderway=desc&search_query=unbedruckt

(left column)

 

Has somebody an idea what's going wrong?

 

 

Thanks in advance,

Tina

Edited by tinschn (see edit history)
Link to comment
Share on other sites

Hi Tina,

 

The <div class="product-content"> (the 'box' where the product name is shown in) doesn't make space for the umlauts.

 

To fix:

 

In themes/default-bootstrap/css/global.css, line 6155: (Make backup, just in case)

(search for  .block .products-block li .product-content in the file with Ctrl-F (Windows)/Cmd-F (Mac))

 

.block .products-block li .product-content {

    overflow: hidden;

    padding-top: 3px;      // <-- add this line

}
 
Hope this helps,
pascal.
  • Like 1
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...