The tabs are not working well at
http://www.csillamvilag.com/shop/csill% ... extra_glue
At first product descriptions seems ok - till you scroll down to see photos, reviews, and related products.
But that's bearable. Thereal problem is that clicking on photos, reviews or related products makes things worse...product description disappears but on all 3 tabs reviews, photos and related products appear on the same page...in that order.
The tabs seem to be working fine on other products:
http://www.csillamvilag.com/shop/Csill% ... est%C3%A9s
http://www.csillamvilag.com/shop/csill% ... extra_glue
At first product descriptions seems ok - till you scroll down to see photos, reviews, and related products.
But that's bearable. Thereal problem is that clicking on photos, reviews or related products makes things worse...product description disappears but on all 3 tabs reviews, photos and related products appear on the same page...in that order.
The tabs seem to be working fine on other products:
http://www.csillamvilag.com/shop/Csill% ... est%C3%A9s
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Well, if it was a problem caused by customizations (and I do have some - like the misplaced breadcrumbs and language flags), then it would be on every product. Since everything is fine in most places, and just one page (so far) seems to be acting up, it would seem like a bug.Qphoria wrote:This is not a bug.
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
That bottom section of the product pages is really touchy, if you mess around with that lower section, place the reviews div (the one with all the review code in it) at the beginning and that solved it jumping or completely failing to show.
Matt
Matt
Code: Select all
It was like that when I found it, honest!
Matt, thanks for responding. I'm not quite sure what you meant. Please can you elaborate?moggiex wrote:if you mess around with that lower section, place the reviews div (the one with all the review code in it) at the beginning and that solved it jumping or completely failing to show.
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Sure
See /catalog/view/theme/default/template/product/product.tpl
Look for a DIV that looks similar to this (mine is altered, hence the asterix's):
This is where swicther for the tabs and the tab DIV's start after this.
Now after this section look for the opening DIV:
And cut/paste the contents of that DIV (remember to get the closing DIV too!!)to just after the closing DIV of the 'switcher' tabs are, so it reads something like this:
By putting it first, but keeping the switcher tabs in the same order, seems to make it 'behave' and no pop out or completely fail to show.
Matt
PS. If this doesn't solve it, you've foobared some html or PHP above it and for that, good luck!
See /catalog/view/theme/default/template/product/product.tpl
Look for a DIV that looks similar to this (mine is altered, hence the asterix's):
Code: Select all
<div class="tabs">
<a tab="#tab_description"***s</a>
<a tab="#tab_image"> <?php echo $tab_image; ?></a>
<a tab="#tab_review"> <?php echo $tab_review; ?></a>
<a tab="#tab_related"> <?php echo $tab_related; ?></a>
<a tab="#tab_images"> *** </a>
</div>
Now after this section look for the opening DIV:
Code: Select all
<div id="tab_review" class="tab_page">
Code: Select all
<div class="tabs">
<a tab="#tab_description"> ***s</a>
<a tab="#tab_image"> <?php echo $tab_image; ?></a>
<a tab="#tab_review"> <?php echo $tab_review; ?></a>
<a tab="#tab_related"> <?php echo $tab_related; ?></a>
<a tab="#tab_images"> *** </a>
</div>
<div id="tab_review" class="tab_page">
<!-- Some reviews code here -->
</div>
Matt
PS. If this doesn't solve it, you've foobared some html or PHP above it and for that, good luck!
Code: Select all
It was like that when I found it, honest!
Works! Beautiful! Thanks, Matt!
Curious though: why does changing the order outside of the switcher div make tabs behave?
Curious though: why does changing the order outside of the switcher div make tabs behave?
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Who is online
Users browsing this forum: No registered users and 6 guests