Hi,
I'm trying to set up the slider in my web but having some dificulties.
The slider works fine with images but I'm having problems when inserting buttons in it.
If you check
THIS link you will the slider.
The first image (SANYA 57) has button that should rediret to
THIS link
This link is
http://www.lamardebarcos.com/en/All-Listings/Spain/Valencia/Valencia/Catamaran/Voyager-46.html
and it is the same than
http://www.lamardebarcos.com/index.php?option=com_jomres&Itemid=103&lang=en&property_uid=46&task=viewproperty
Both links are correct and work
I think my code is correct but my button does not work.
This is my code. Whay am I doing wrong?
<div class="camera_caption fadeFromRight" style="top: 70px; width:100%;">
<h3>Sanya 57</h3>
<p>The plaesure of sailing</p>
<button on-click="window.location.href='index.php?option=com_jomres&Itemid=103&lang=en&property_uid=46&task=viewproperty'" class="btn btn-info btn-lg">Book now!</a>
</div>
I tried with this code
<div class="camera_caption fadeFromRight" style="top: 70px; width:100%;">
<h3>Sanya 57</h3>
<p>The plaesure of sailing</p>
<button on-click="window.location.href='All-Listings/Spain/Valencia/Valencia/Catamaran/Voyager-46.html" class="btn btn-info btn-lg">Book now!</a>
</div>
an this one
<div class="camera_caption fadeFromRight" style="top: 70px; width:100%;">
<h3>Sanya 57</h3>
<p>The plaesure of sailing</p>
<button on-click="window.location.href='en/All-Listings/Spain/Valencia/Valencia/Catamaran/Voyager-46.html" class="btn btn-info btn-lg">Book now!</a>
</div>
but it doesn't work.
What am I doing wrong?
Thanks a lot
Joomla version: 3.4.1
Vina Camera Image Slider version: 1.1
I use it with Leotian template with Jomres
Jomres version: 8.1.20