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?

Only show first thumbnail and autostart slideshow
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Only show first thumbnail and autostart slideshow
#13571
Re:Only show first thumbnail and autostart slideshow 13 Years ago Karma: 0
For example on this page www.brass-swing.de/
you see a small magnifier on the thumbnails
The administrator has disabled public write access.
 
#13572
Re:Only show first thumbnail and autostart slideshow 13 Years ago Karma: 747
Thank you for the explanation. You can do the following:

1. Open "System - ARI Sexy Lightbox Anyhwere" plugin settings and set "Image gallery -> Single image -> Template" parameter to:

Code:


<div class="thumb-icon-overlay">
{$data:sexyimage}
<div class="thumb-icon"></div>
</div>



2. Add the next CSS rules to site template CSS file:

Code:


DIV.thumb-icon-overlay
{
 display: inline-block;
 zoom: 1;
 *display: inline;
 position: relative;
}

DIV.thumb-icon-overlay DIV.thumb-icon
{
 width: 20px;
 height: 20px;
 position: absolute;
 bottom: 5px;
 right: 5px;
 background: transparent url(http://www.brass-swing.de/plugins/system/jcemediabox/img/zoom-img.png) no-repeat center center;
}



Only change path to magnifier icon and set appropriate width and height in the second CSS rule.

Regards,
ARI Soft
Last Edit: 2011/04/11 10:10 By admin.
The administrator has disabled public write access.
 
#13582
Re:Only show first thumbnail and autostart slideshow 13 Years ago Karma: 0
thanks alot but I am not able to save the template configuration. It's always set back to {$data:sexyimage}
The administrator has disabled public write access.
 
#13583
Re:Only show first thumbnail and autostart slideshow 13 Years ago Karma: 747
Do you use Joomla! 1.5 or Joomla! 1.6?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13584
Re:Only show first thumbnail and autostart slideshow 13 Years ago Karma: 0
joomla 1.6
The administrator has disabled public write access.
 
#13585
Re:Only show first thumbnail and autostart slideshow 13 Years ago Karma: 747
Check that "System - ARI Extensions" plugin is installed and enabled.

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