Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Serbian language pack and page moving down

Serbian language pack and page moving down

Views: 1,039

Results 1 to 4 of 4
4 Dec 2011, 1:54 PM
#1
stood avatar

stood

New Zenner

Join Date:
Sep 2010
Location:
crewe
Posts:
41
Plugin Contributions:
0

Serbian language pack and page moving down

Hi,
I installed Serbian language pack and I noticed, that the page moves down a bit each time I choose to view it in Serbian. The problem doesn't occur in English.
The website's url is
http://www.floridaherbalpharmacy.com/index.php?main_page=index&language=en

Any ideas what might cause the problem? There were no changes made to the css or the code of the main page, it just seems to happen by itself.
Regards

4 Dec 2011, 3:10 PM
#2
afkar avatar

afkar

New Zenner

Join Date:
May 2010
Posts:
8
Plugin Contributions:
0

Re: Serbian language pack and page moving down

stood:

Hi,
I installed Serbian language pack and I noticed, that the page moves down a bit each time I choose to view it in Serbian. The problem doesn't occur in English.
The website's url is
http://www.floridaherbalpharmacy.com/index.php?main_page=index&language=en

Any ideas what might cause the problem? There were no changes made to the css or the code of the main page, it just seems to happen by itself.
Regards

Hi,

have you tried changing line 22(or thereabouts) in the file \includes\languages\srpski\header.php

from: ```
define('HEADER_SALES_TEXT', '<h1></h1>');


to:     ```
define('HEADER_SALES_TEXT', '');
```?

HTH
5 Dec 2011, 1:18 AM
#3
stood avatar

stood

New Zenner

Join Date:
Sep 2010
Location:
crewe
Posts:
41
Plugin Contributions:
0

Re: Serbian language pack and page moving down

It helped, thank you so much :D

5 Dec 2011, 9:19 AM
#4
afkar avatar

afkar

New Zenner

Join Date:
May 2010
Posts:
8
Plugin Contributions:
0

Re: Serbian language pack and page moving down

Glad it worked, and thanks for the feedback:smile: