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?

ARI Slider Question - Thumbnail Size
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI Slider Question - Thumbnail Size
#9235
ARI Slider Question - Thumbnail Size 13 Years, 4 Months ago Karma: 0
Hi,

Just purchased the mod and it works well. I send an email about changing the size of the thumbnail - I was told this could be done in the css - which lines of code would I need to modify to get 100x100 pixel thumbnails?

Thanks

John
The administrator has disabled public write access.
 
#9245
Re:ARI Slider Question - Thumbnail Size 13 Years, 4 Months ago Karma: 747
Hello,

If you want to apply this modification to all module instance, add the following CSS rules to site template CSS file or to <joomla_directory>/modules/mod_arislider/includes/js/slider.css file:

Code:


div.ari_slider .ari_slider_menu ul li
{
 width: 100px;
 height: 100px;
}

div.ari_slider .ari_slider_menu ul li.act, 
div.ari_slider .ari_slider_menu ul li.act:hover
{
 background-image: url(img/active_bg100.png);
}



and copy active_bg100.png file from attach to <joomla_directory>/modules/mod_arislider/includes/js/img/ folder.



Regards,
ARI Soft
Last Edit: 2010/12/07 11:41 By admin.
The administrator has disabled public write access.
 
#9255
Re:ARI Slider Question - Thumbnail Size 13 Years, 4 Months ago Karma: 0
Hi,

Thanks for the quick reply - this should do the trick. And keep up the good work, this MOD works like a charm & I will make a positive review at Joomla.com

EDIT: I applied the code and its almost there - the navigation bar height needs adjustment - can you help

Link to sample: ponyack.com/index.php?option=com_content&view=article&id=27&Itemid=30

Thanks,

John
Last Edit: 2010/12/07 17:09 By ponyack.Reason: Follow Up Question
The administrator has disabled public write access.
 
#12648
Re:ARI Slider Question - Thumbnail Size 13 Years, 1 Month ago Karma: 0
followed same advice and having same issue with the EDIT navigation bar height, any word on that?
Last Edit: 2011/03/21 17:05 By littlepi.
The administrator has disabled public write access.
 
#12653
Re:ARI Slider Question - Thumbnail Size 13 Years, 1 Month ago Karma: 747
Hello,

Could you provide link to page where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12658
Re:ARI Slider Question - Thumbnail Size 13 Years, 1 Month ago Karma: 0
The administrator has disabled public write access.
 
Go to topPage: 12