Shortcode not working, HTML is fine. Need first accordion closed
-
Hello there,
The short code is not working I guess because its in conflict with another plugin.
However, I can manage around the html and now I have it like this:
<div class="accordion grid_6"> <h3 class="accordion-title yellow-borderleft ui-accordion-header open">Title of accordion item</h3> <div class="accordion-content">Drop-down content goes here.</div> <h3 class="accordion-title red-borderleft ui-accordion-header">Second accordion item</h3> <div class="accordion-content">Drop-down content goes here.</div> </div>
However, the first accordion is open all the time, and I would like to have it close. Ignore the random classes that I created for css purposes.
Would you mind giving me the code to be able to have the first accordion always closed?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Shortcode not working, HTML is fine. Need first accordion closed’ is closed to new replies.