How can I stop content hiding when I click on text?
-
Hello,
I’m using this great plugin to expand the content of posts when I click on their titles.
The content is a mixture of text, clickable images, clickable links and social media share buttons. Unfortunately, when I click on one of these links the content sections hides.
I’d like to show/hide the content ONLY when I click on their title.
I’m currently using this code in my content.php file:
<h2 id="<?php the_ID(); ?>" class="collapseomatic noarrow"> <?php the_title(); ?> </h2> <div id="target-<?php the_ID(); ?>" class="collapseomatic_content"> <?php the_content(); ?> </div>
Is there a way to achieve this?
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How can I stop content hiding when I click on text?’ is closed to new replies.