Problems with accordion tabs


(Narelle Robertson) #1

Hi,

 

I'm on windows 7, using version 5.2.6.1. For some reason some of the accordian tabs aren't working. When I click on the + READ MORE button the text isn't revealed. I've compared the html script to the scripts where the tabs are working and cannot find anything different. The script is below.

 

(webpage content that's not in the expanded text)&nbsp;<a href="#element8" data-toggle="#element8" class="toggle icon">READ MORE</a> </p>
<div id="element8" class="collapsible">
  <p>

 

I'm assuming the above code is where the problem lies...can anyone suggest some reasons as to why the final 3 on the webpage don't work? My apologies if this is somewhere else. i did do a search but came up with nothing.

Grateful for any suggestions.

 

Cheers

Narelle


(Narelle Robertson) #2

After days of trying to work it out, I've found the error!

I had the "collapsible" code for 3 of the accordian buttons in one of the containers. So it had:

<div id="element8" class="collapsible">

<div id="element9" class="collapsible">

<div id="element10" class="collapsible">

In case anyone else comes across the problem. :)

 

not sure how it happened...


(Harinder Singh) #3

Hi, Do you have example page where I can look what is happening?

 

It is best to check it online.