Hello
I am trying to integrate the code below to the "spotlight-code" of the tool "Spotlight" by YOOtheme.com (
www.yootheme.com/widgetkit/examples/spotlight).
The idea is to have a picture on the site and when I move the mouse over it, Spotlight fades in an overlay with the description "Fotogalerie". On click, the ARI Pretty Photo gallery should popup.
The inital code for Spotlight is (as shown in the Yootheme examples):
<a data-spotlight="effect:right;" href="/mypage.html">
<img src="/image.jpg" width="180" height="120" alt="" />
<div class="overlay">Custom Overlay</div>
</a>
and that's the code to implement (which works absolute great for itself):
{ariprettyphoto activeType="imglist" dir="images/Galerien/Gartengestaltung" type="customtext"}<img src="/images/Bilder/Angebot/wohnberatung_25577705.jpg" border="0" width="163" height="109" />{/ariprettyphoto}
I've tried several variations but nothing seems to work.
Is this possible in any way?
I would be very grateful if somebody could help!
Lindiman