Shape 5

Joomla Templates => Lime Light - Club => : lukeo July 19, 2013, 02:39:08 AM



: Removing social icons results in display problem with custom_2 / tabshow positio
: lukeo July 19, 2013, 02:39:08 AM
Hi again,

Awesome template, once again.  Thank you.

I am having one small problem so far:
- I have removed the social icons by emptying the fields in administration
- This removes s5_second_bar
- The removal of s5_second_bar results in a display problem with the tabshow on the home page (in position custom_2):
(http://elegantlogic.com.au/lime-template-problem.jpg)
- Even removing the div in Firebug (with display:none) results in the same problem

Any help would be appreciated. Thanks.
-Luke


: Re: Removing social icons results in display problem with custom_2 / tabshow positio
: mikek July 19, 2013, 07:02:26 AM
Please post a url to where this occurs.


: Re: Removing social icons results in display problem with custom_2 / tabshow positio
: lukeo July 20, 2013, 06:53:29 PM
Thanks for the help.

http://cmu.elegantlogic.com.au:8080/


: Re: Removing social icons results in display problem with custom_2 / tabshow positio
: lukeo July 20, 2013, 08:09:59 PM
I just noticed, this is only evident in Firefox 22.0 (Windows 7).

IE8, IE9 and Chrome 28.0.1500.72 m don't display this problem.


: Re: Removing social icons results in display problem with custom_2 / tabshow positio
: mikek July 22, 2013, 07:15:11 AM
Hello,

What happens if you just add this to custom.css:

#s5_first_bar {
display:none;
}

I tried that in firebug and I didn't see any issues with the tab show area.


: Re: Removing social icons results in display problem with custom_2 / tabshow positio
: lukeo July 24, 2013, 11:21:35 PM
Thank you!

Seems to be fine in FF now.  ;D