Jump to content

Description disappears after choosing Comments tab


Recommended Posts

When I choose the Comments tab and then go back to the Description tab, the description is gone. It comes back when I refresh the browser. Happens in all my browsers.

Here's the catch...It only happens on some of the products.

Here is one: http://griffineffects.com/store/byo-projects/179-analog-octave-down-pcb.html

 

All the other tabs don't affect it. Just the Comments tab. Can someone try it out and make sure I'm not crazy! :)

Link to comment
Share on other sites

You're talking about all the tabs having the same id? I didn't change anything. They just show up when I add features and a download when I create the product. Say if I get rid of the features tab, it should work properly?

 

Got rid of the features tab. That didn't work.

 

I have the 4 tabs in other products and it works:

http://griffineffects.com/store/byo-projects/140-boiler-pcb.html

 

Maybe I should try redoing the product to see if that works.

Edited by bside2234 (see edit history)
Link to comment
Share on other sites

2 scenario here:

A/ Your product.tpl is generating the extra markup that make those serie of div with the same id (idTab1). Inpect and fix the template if this is where the markup sits.

B/ You have cut/paste in the product description some markup that embed those div. Click HTML and closely inspact/remove the markup in the description.

Link to comment
Share on other sites

2 scenario here:

A/ Your product.tpl is generating the extra markup that make those serie of div with the same id (idTab1). Inpect and fix the template if this is where the markup sits.

B/ You have cut/paste in the product description some markup that embed those div. Click HTML and closely inspact/remove the markup in the description.

 

Your B scenario is absolutely right! Checked the HTML and it was this:

<div id="idTab1" class="rte">

<div id="idTab1" class="rte">

<div id="idTab1" class="rte">

<p>Circuit Board for the Griffin Effects Analog Octave Down project.</p>

<p>Octave is a single clean octave down similar to the Boss OC-2.</p>

<p>PCB:<br />Manufactured<br />Double Sided</p>

<p><strong>Board</strong> <strong>Dimensions:</strong> 2.35x 0.688 inches (59.69 x 17.47 mm)</p>

<p>Layouts in instructions:<br />PCB<br /><br />Revisions:<br />11.29.2013 - Added R59 and R60</p>

</div>

</div>

</div>

 

Must have been a result of a cut/paste because I never wrote that.

Thank you. Removing the DIV tags absolutely worked.

Link to comment
Share on other sites

×
×
  • Create New...