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?

zoom image in lightbox
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: zoom image in lightbox
#60285
zoom image in lightbox 6 Years, 11 Months ago Karma: 0
Hi, when the images open in the lightbox I would like the user to be able to zoom in on specific parts of the image, is this possible?

also is it possible to have the image title above the image on the thumbnail gallery view?
Last Edit: 2017/05/05 15:30 By Shemeam.
The administrator has disabled public write access.
 
#60287
Re:zoom image in lightbox 6 Years, 11 Months ago Karma: 747
Hello,

1. The extension doesn't support the described zoom feature.

2. Could you provide a screenshot where we can see what you want to achieve?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60294
Re:zoom image in lightbox 6 Years, 11 Months ago Karma: 0
Yes, the page currently looks like this
www.hamptonlucyneighbourhoodplan.co.uk/maps

you will see that the image title is below the image

we would like it to look like the uploaded image with the title above the image
www.walc.org.uk/images/maps.gif
Last Edit: 2017/05/08 10:42 By Shemeam.
The administrator has disabled public write access.
 
#60309
Re:zoom image in lightbox 6 Years, 11 Months ago Karma: 747
It is necessary to edit <joomla_directory>/modules/mod_arisexylightbox/includes/kernel/SexyLightbox/Models/Templates/class.SimpleGalleryTemplate.php file and replace the following code:

Code:


<td>
<div class="asexybox-outer">
<div class="asexybox-shadow">&nbsp;</div>
<div class="asexybox-inner">
<div class="asexybox-image">{\$data:sexyimage}<div class="asexybox-cap"></div></div>
</div>
</div>
<div class="asexybox-title">{\$GalleryCaption}</div>
</td>



with the following one:

Code:


<td>
<div class="asexybox-title">{\$GalleryCaption}</div>
<div class="asexybox-outer">
<div class="asexybox-shadow">&nbsp;</div>
<div class="asexybox-inner">
<div class="asexybox-image">{\$data:sexyimage}<div class="asexybox-cap"></div></div>
</div>
</div>
</td>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1