Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 28/08/2023 CalendARI v. 1.3.0 supports Joomla! 4.x/PHP 8.x

    CalendARI is a Joomla! events manager component and now It is compatible with Joomla! 4.x.

  • 19/08/2023 ARI Quiz 3.10.0 with Joomla! 4 support

    Joomla! quiz extension with J! 3.x/4.x and PHP 8.x support.


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 12 Years, 10 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 12 Years, 10 Months ago Karma: 741
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 12 Years, 10 Months ago Karma: 741
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 12 Years, 10 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, 1 Month 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, 1 Month ago Karma: 741
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