Have the links not directly beneath the
-
When I use the HTML codes I want to be able to have the link in an arbitrary deep structure, not just right below the content holder div. So instead of:
<div class="exp-col-content-holder"> <a class="expand-content-link" href="#" >Link!</a> <div class="hidden-content">Stuff popping up!</div> </div>
I would like:
<div class="exp-col-content-holder"> <h2><a class="expand-content-link" href="#" >Link!</a></h2> <div class="hidden-content">Stuff popping up!</div> </div>
Is this possible somehow?
I love this addon because I can just use HTML code (meaning I can alter existing plugins) instead of just shortcodes. So kudo’s!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Have the links not directly beneath the’ is closed to new replies.