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 Image Slider Covering Dropdown Menus J 3.6.5
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI Image Slider Covering Dropdown Menus J 3.6.5
#60142
ARI Image Slider Covering Dropdown Menus J 3.6.5 7 Years ago Karma: 0
Hello,
I found a post about this from May, 2016 for Joomla 2.5 but I need further information
I am running 3.6.5. Those posts recommended that I add the following to the module style.css:

BODY #rt-main-surround {z-index:1;position:relative;}

I tried this using "add custom css" but it did not work, and has no effect in the module's css, or the templates css.

Where can I change this 'z-index' value so that the slider doesn't cover the dropdown menu?

Joomla 3.6.5 - Protostar template
The administrator has disabled public write access.
 
#60143
Re:ARI Image Slider Covering Dropdown Menus J 3.6.5 7 Years ago Karma: 747
Hello,

Send a link to a page where the problem occurs.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60146
Re:ARI Image Slider Covering Dropdown Menus J 3.6.5 7 Years ago Karma: 0
Hi,
I did find the answer to this issue. It works very well.

/* The following css class replaces code in styles.css at: root_folder/modules/mod_ariimageslider/mod_ariimageslider/js/themes/default
It allows dropdown menus to be in front of the slider.*/

.ari-image-slider-wrapper

{

margin: 0 auto;
z-index:1;
position:relative;

}
The administrator has disabled public write access.
 
Go to topPage: 1