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?

Menu Doesn't Go Away
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu Doesn't Go Away
#15557
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 0
Thanks. Yes that worked.

However the menu hides behind the Carousel!!! What should be done?

Also how can I get rid of the blue pointers for the submenus.
The administrator has disabled public write access.
 
#15558
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 748
Add the next CSS rules to site template CSS file:

Code:


#tabarea
{
 position: relative;
 z-index: 1000;
}

.ux-menu LI .ux-menu-arrow
{
 display: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15560
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 0
You guys are really Amazing

I actually do need the pointer/arrow but without that blue touch.
The administrator has disabled public write access.
 
#15561
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 748
If you want to show arrow, remove the next CSS rule:

Code:


.ux-menu LI .ux-menu-arrow
{
 display: none;
}



If you want to modify arrow image, change the next image <joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/js/css/images/menu-arrow-down.png

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15563
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 0
Many Many Many Thanks!

I am really impressed.

Regards

AR
The administrator has disabled public write access.
 
Go to topPage: 12