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 Easy slider in front of submenu of the menubar
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI Easy slider in front of submenu of the menubar
#8832
ARI Easy slider in front of submenu of the menubar 13 Years, 5 Months ago Karma: 0
I use Ja_purity template. The ARI easy slider is located in the user6 position. The mainmenu is at the menu bar with dropdown of submenu. My problem is the submenus always show behind the ARI slider even I set the z-index -10, -100 etc.
Can someone help me please.
The administrator has disabled public write access.
 
#8833
Re:ARI Easy slider in front of submenu of the menubar 13 Years, 5 Months ago Karma: 747
Hello,

Provide link to page where we can see this issue that we can help. Link which you provided by email don't work. When we try to open it in a browser, we get server not found error. If you can't provide link to online page, open page with slider in a browser, choose 'File -> Save Page As' browser's menu item, choose 'Web Page, Complete' option, save all files, archive it and send archive us by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8834
Re:ARI Easy slider in front of submenu of the menubar 13 Years, 5 Months ago Karma: 747
It seems it works fine in IE 8 and IE 9. That it works in IE 7 try to add the following CSS rules:

body #ja-wrapper
{
position: relative;
}

body #ja-wrapper #ja-mainnavwrap
{
position: relative;
z-index: 10;
}

body #ja-wrapper #ja-containerwrap
{
position: relative;
z-index: 8;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8835
Re:ARI Easy slider in front of submenu of the menubar 13 Years, 5 Months ago Karma: 0
Thank you for the following code you provide. It really works.

body #ja-wrapper
{
position: relative;
}

body #ja-wrapper #ja-mainnavwrap
{
position: relative;
z-index: 10;
}

body #ja-wrapper #ja-containerwrap
{
position: relative;
z-index: 8;
}

Your help is greatly appreciated.
The administrator has disabled public write access.
 
#30881
Re:ARI Easy slider in front of submenu of the menubar 11 Years, 8 Months ago Karma: 0
Hello I am facing same problem.
Where should i Put above code, in which file..
The administrator has disabled public write access.
 
#30890
Re:ARI Easy slider in front of submenu of the menubar 11 Years, 8 Months ago Karma: 747
Custom CSS rules can be added to any CSS file which is loaded by site template.

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