Page 1 of 1

Tabs not working

Posted: Sat Oct 16, 2010 1:55 pm
by nipun5perera
Image

That tabs not working,is anyone have idea about it ? ???

Code: Select all

http://myshopp.net/index.php?route=product/product&product_id=204

Re: Tabs not working

Posted: Sun Oct 17, 2010 9:58 am
by nipun5perera
any help ? :(

Re: Tabs not working

Posted: Sun Oct 17, 2010 11:46 am
by jty
It looks like you have messed up your product.tpl. The tab information is showing underneath instead of in the tabs.
Put the default product.tpl back and see if the tabs then work and commence debugging. Or compare your product.tpl with the default one and find the problem.

Re: Tabs not working

Posted: Sun Oct 17, 2010 1:21 pm
by jones
make sure all javascript files uploaded completed and also the javascript code in your product.tpl on right track, this issue seem about something wrong with javascript

then macth tabs css codes in your css files with div class of html code, in default theme look like:

product.tpl

Code: Select all

.....codes
<div id="tab_description" class="tab_page">
.....codes
<div id="tab_review" class="tab_page">
.....codes
<div id="tab_image" class="tab_page">
.....codes
<div id="tab_related" class="tab_page">
.....codes
.....codes
<script type="text/javascript"><!--
$.tabs('.tabs a'); 
//--></script>
stylesheet.css

Code: Select all

.tabs {
.....codes
}
.tabs a {
.....codes
}
.tabs a.selected {
.....codes
}
.tab_page {
.....codes
}

Re: Tabs not working

Posted: Sun Oct 17, 2010 11:26 pm
by nipun5perera
Thanks all you for the replies,i managed to fix the issue :)

that happens because of slide chat module,if your using slide chat module make sure not to enable

Code: Select all

Include JQuery? (Click yes if jquery is not yet installed):
keep it NO

Re: Tabs not working

Posted: Thu May 05, 2011 11:54 pm
by jontycasson
nipun5perera wrote:that happens because of slide chat module,if your using slide chat module make sure not to enable
Brilliant... Was having the exact same problem.. Switch it off any hey presto!

Thanks nipun5perera...