Popup within Feature List?

Hi,

You can see a feature list in the 2nd section and popup-buttons in the 3rd section on my page.

Now, I would like to create a feature list where the elements don't link to another page. However the elements should link to a popup window (like in my 3rd section but with the design of the 2nd section) - Is it possible? And how could I change the colors of this element?


Many thanks in advance.


Comments

  • Hello,
    the only solution is to create popups using HTML, like so:

    <a rel="prettyphoto" href="#you-custom-id">link</a>
    <div id="you-custom-id" style="display:none">popup content here</div>

  • Thank you for your help.

    Could you tell me how I should use your recommended HTML code (<a rel="prettyphoto" href="#you-custom-id">link</a><div id="you-custom-id" style="display:none">popup content here</div>) within the code for the feature list?

    I tried the following combination which doesn't work:
    [item icon="icon-help" title="Prohylaxe im Kinder- und Jugendbereich" link="<a rel="prettyphoto" href="#you-custom-id">link</a>
    <div id="you-custom-id" style="display:none">popup content here</div>
    " target="" animate=""]

     
  • Sorry but this will not work with the item. You have to use another method.
Sign In or Register to comment.