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?

Button image reduced
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Button image reduced
#38320
Re:Button image reduced 11 Years, 1 Month ago Karma: 747
Sorry, we mean "Styles" parameter.

About icons, the extension works with 32x32 images. If you want to use icons with another size, it requires to modify the extension.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#38324
Re:Button image reduced 11 Years, 1 Month ago Karma: 0
Thanks again, however that doesn't work in "Styles" I save nothing changes and within the "Styles" box all that is there is a 0.

Its ok, I'm just going to go find a different module. Stinks I paid for this and not even going to use it.
The administrator has disabled public write access.
 
#38332
Re:Button image reduced 11 Years, 1 Month ago Karma: 747
Problem with "Styles" parameter occurred in Joomla! 3.0. We fixed this problem. Updated module is available in "Member Area".

The following solution is used for menu icons with 80x60 size. You can adapt it for size of your images:


Add the following CSS rules:

BODY .ari_slider .ari_slider_menu UL LI
{
height: 70px;
width: 80px;
}

BODY .ari_slider .ari_slider_menu UL LI A
{
height: 60px;
}

BODY .ari_slider .ari_slider_menu
{
height: 70px;
}

and modify the following images to appropriate sizes:

<joomla_directory>/modules/mod_arislider/includes/js/img/active_bg.png

<joomla_directory>/modules/mod_arislider/includes/js/img/panel.jpg


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