Shape 5

Joomla Club Extensions => Tab Show V2 - Club => : Shannon Hartigan April 23, 2012, 09:24:37 PM



: Module positioning issue
: Shannon Hartigan April 23, 2012, 09:24:37 PM
Hi
please refer to http://shannonhartiganimages.cloudaccess.net/index.php/the-bogey-mirror
The image is centred in Safari but off to the right in Firefox, not sure about internet explorer??
Is this a css style sheets issue? if so where do i correct it or could you do it for me?


: Re: Module positioning issue
: jonahh April 24, 2012, 01:02:29 PM
What happens if you take out the images and just put in some text like "test" for each tab?


: Re: Module positioning issue
: Shannon Hartigan April 24, 2012, 06:33:50 PM
same thing happens, please refer to url http://shannonhartiganimages.cloudaccess.net/index.php/bar-beach-3-2-1


: Re: Module positioning issue
: jonahh April 25, 2012, 01:14:09 PM
If you PM me ftp login access I can take a look at this for you.


: Re: Module positioning issue
: Shannon Hartigan April 25, 2012, 05:31:41 PM
just sent you PM


: Re: Module positioning issue
: jonahh April 26, 2012, 11:57:11 AM
Ok its fixed, in your template html folder under tab show the default.php file at about line 180 there was

</div>
</div>
</div>

<div id="s5_tabshow_left" style="width:<?php echo $width ?>px">
<div id="s5_tabshow_right" style="width:<?php echo $width ?>px;">

i changed it to below and its fixed now:

</div>
</div>
</div>
<div style="clear:both;"></div>
<div id="s5_tabshow_left" style="width:<?php echo $width ?>px">
<div id="s5_tabshow_right" style="width:<?php echo $width ?>px;">


: Re: Module positioning issue
: Shannon Hartigan April 26, 2012, 11:27:32 PM
awesome!
cheers


: Re: Module positioning issue
: emaralb April 05, 2013, 08:11:17 PM
Ok its fixed, in your template html folder under tab show the default.php file at about line 180 there was

</div>
</div>
</div>

<div id="s5_tabshow_left" style="width:<?php echo $width ?>px">
<div id="s5_tabshow_right" style="width:<?php echo $width ?>px;">

i changed it to below and its fixed now:

</div>
</div>
</div>
<div style="clear:both;"></div>
<div id="s5_tabshow_left" style="width:<?php echo $width ?>px">
<div id="s5_tabshow_right" style="width:<?php echo $width ?>px;">


Hi,

What's the complete path?

Thansk!

Greetings,


: Re: Module positioning issue
: jonahh April 08, 2013, 03:38:06 PM
Can you explain your issue so I can better help you? 

The path is either in your template/html/mod s5 tabshow folder or in your siteroot/modules/mod s5 tabshow folder