Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Different thumbnails for each image
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Different thumbnails for each image
#55804
Different thumbnails for each image 8 Years, 7 Months ago Karma: 0
Hi

How to show different thumbnails for that particular image when window pop ups (like product view)
Any help please.
Last Edit: 2015/09/17 23:05 By jimpluss.
The administrator has disabled public write access.
 
#55807
Re:Different thumbnails for each image 8 Years, 7 Months ago Karma: 747
Hello,

Do you want to show thumbnails for images from the selected folder(s) like on demo page? Do you use the module or "System - ARI Pretty Photo Anywhere" plugin?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#55808
Re:Different thumbnails for each image 8 Years, 7 Months ago Karma: 0
I'm using ARI PrettyPhoto module in joomla

there is different images with descriptions and by clicking on each of them I need to show image and additional thumbs (images) related to that image.


ahahga.com/index.php/component/jevents/icalrepeat.detail/2015/02/08/2/-/american-art?Itemid=119
The administrator has disabled public write access.
 
#55809
Re:Different thumbnails for each image 8 Years, 7 Months ago Karma: 0
this is the code for each image:


<table style="height: 195px; width: 490px;">
<tbody>
<tr>
<td>
<h3><a href="images/Gallery1/Hasband.jpg" rel="prettyPhoto[Clock]" title="Hasband. Lot #20"><img style="margin: 10px; border: 1px solid #231506; float: left;" src="images/Hasband.jpg" alt="" width="135" height="190" /></a><br style="clear: right;" />Autor:</h3>
<p style="font-size: 11.1111116409302px;"><span style="font-size: 10pt;">Bronz figure. Mid 19th century</span></p>
<p style="font-size: 11.1111116409302px;"><span style="font-size: 10pt;"><strong>LOT #20</strong></span></p>
<p style="font-size: 11.1111116409302px;"><span style="font-size: 10pt;"><strong>Estimate:</strong>$</span></p>
<p style="font-size: 11.1111116409302px;"><span style="font-size: 10pt;"> <br /><a href="index.php?option=com_formmaker&view=formmaker&id=12&Itemid=126"><button class="button validate" type="submit">REGISTER TO BID</button></a></span></p>
</td>
</tr>
</tbody>
</table>
The administrator has disabled public write access.
 
#55810
Re:Different thumbnails for each image 8 Years, 7 Months ago Karma: 747
It seems you use "System - ARI Pretty Photo" plugin. You can use the following HTML code for additional images:

Code:


<div style="display:none">
<a href="images/image01.jpg" rel="prettyPhoto[Clock]" title="Hasband. Lot #20"><img src="images/thumbs/image01.jpg" alt="" /></a>
<a href="images/image02.jpg" rel="prettyPhoto[Clock]" title="Hasband. Lot #20"><img src="images/thumbs/image02.jpg" alt="" /></a>
</div>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#55811
Re:Different thumbnails for each image 8 Years, 7 Months ago Karma: 0
still not working

now it shows two same thumbs of that image

<div style="display:none">
<a href="images/Gallery1/Hasband.jpg" rel="prettyPhoto[clock]" title="Hasband. Lot #20"><img src="images/Gallery1/Clock.jpg" alt="" /></div>
<img style="margin: 10px; border: 1px solid #231506; float: left;" src="images/Hasband.jpg" alt="" width="135" height="190" /></a><br style="clear: right;" />Autor:</h3>
<p style="font-size: 11.1111116409302px;"><span style="font-size: 10pt;">Bronz figure. Mid 19th century</span></p>
<p style="font-size: 11.1111116409302px;"><span style="font-size: 10pt;"><strong>LOT #20</strong></span></p>
<p style="font-size: 11.1111116409302px;"><span style="font-size: 10pt;"><strong>Estimate:</strong>$</span></p>
<p style="font-size: 11.1111116409302px;"><span style="font-size: 10pt;"> <br /><a href="index.php?option=com_formmaker&view=formmaker&id=12&Itemid=126"><button class="button validate" type="submit">REGISTER TO BID</button></a></span></p>
</td>
</tr>
</tbody>
</table>
The administrator has disabled public write access.
 
Go to topPage: 123