Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi,

    Can you please provide a page that you are trying this on. You need to wrap the image in the expand link.

    Thread Starter boemmelmw

    (@boemmelmw)

    sry i do not really understand… i found these feature on a membership site with huge amount of content. There are some topics, for each topic there is an image (with title and some graphics) and when u click on the image there will expand some text under it (with different sub links of the topic).
    I can′t give u any link, cause u need a paid access for this site, i payed for it ?? but maybe i can send u a screenshot via email?

    Plugin Author Evan Herman

    (@eherman24)

    I understand what you are trying to achieve. You will need to customize the HTML to what you need it to do , as this plugin won’t allow the image to be the clicked object directly out of the box.

    <div class="exp-col-content-holder"><a class="expand-cnt-link" href="#">Place Image Here</a>
    	<div class="hidden-content">
    		<p class="hiddenContentp">This is all of your hidden content. This will be invisible at first, but after clicking on the link above this will slide in.</p>
    	</div>
    </div>

    You can copy and paste that code into a page or post editor , and insert your image where it says Place Image Here. That would make the image the clicked target, and it should then expand all of the hidden content below it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Expand Image’ is closed to new replies.