Shape 5

Joomla Templates => Simplex - Club => : demokin May 03, 2012, 09:44:52 PM



: Need help with browsers
: demokin May 03, 2012, 09:44:52 PM
Good afternoon,

My test version of the website - test.stp-distribution.com

In Chrome and IE it's working out fine, however in FireFox the upper portion of the website (the one with the social icons + languages) is not showing up at all, any suggestions on how to fix this?

Also, the second thing i would like to ask:
If you open the 2 homepages:
http://test.stp-distribution.com/en/
and
http://stp-distribution.com/en/

The only change i made was adding the language switcher module at the top of the page, however, if you look carefully you can notice that the whole main body of the page shifted down by a line or so, how do i fix this?


: Re: Need help with browsers
: jonahh May 04, 2012, 11:59:16 AM
Try opening up your index.php file and look for   #s5_header_area_inner and above this add:

<div style="clear:both;"></div>

You have a <p></p> in your article thats why the page is shifted down. I temporarily removed in my browser with firebug for firefox and it fixes the issue.


: Re: Need help with browsers
: demokin May 07, 2012, 02:31:56 AM
Hi, thanks for the advise with the paragraphs, i can't believe i missed that out - it was MCE editor adding an extra <p>.

However, with the header not being visible in FF - the problem persists, i've added the line as you recommended and as you can see on the site now - it has not shown all the buttons in the header, instead it just added an empty line into the header.  This issue only appeared after i've updated Joomla to the latest version a week ago, this was never the issue prior to that.


: Re: Need help with browsers
: jonahh May 07, 2012, 01:12:28 PM
Try adding below to bottom of template css file:

#s5_header_area2 .s5_wrap {
padding-top:8px;}


: Re: Need help with browsers
: demokin May 08, 2012, 11:25:12 PM
Great, thanks a lot that worked perfectly!