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?

Extended Menu under Front Page Slide Show
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Extended Menu under Front Page Slide Show
#16326
Extended Menu under Front Page Slide Show 13 Years ago Karma: 0
We have been using the menu and it is great.

Slight problem in that the menu disappears under a Slide Show module. see www.flyleadingedge.co.uk

Any help appreciated.

Allan
The administrator has disabled public write access.
 
#16334
Re:Extended Menu under Front Page Slide Show 13 Years ago Karma: 748
Hello,

Add the next CSS rule:

Code:


.ux-menu-container
{
 z-index: 10000 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16336
Re:Extended Menu under Front Page Slide Show 13 Years ago Karma: 0
hanks for the quick reply.

This has worked perfectly.

Thanks again,

Allan
The administrator has disabled public write access.
 
#16975
Re:Extended Menu under Front Page Slide Show 13 Years ago Karma: 0
Hi,

I'm having the same problem with the submenu behind the main page slideshow:

marinaviewdentistry.com/

I just don't get where I am supposed to add the next CSS rule. I do not see where to access the ARI Ext Menu CSS file from inside Joomla!. Do I have to ftp into the file?

Thanks in advance for any help.
Last Edit: 2011/07/06 21:48 By sbdivemaster.
The administrator has disabled public write access.
 
#17010
Re:Extended Menu under Front Page Slide Show 13 Years ago Karma: 748
Hello,

Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


body .art-content-layout .art-sidebar1
{
 position: relative;
 z-index: 2;
}

body .art-content-layout .art-sidebar2
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17072
Re:Extended Menu under Front Page Slide Show 12 Years, 12 Months ago Karma: 0
AWESOME!!

Thank you, thank you, thank you!

Worked perfectly - been trying to figure that out for days. I thought I would have to ftp download the file, make changes and then upload again.

Now I have a question about changing the look of the menu - removing the borders around the buttons, and making the margins smaller.

Should I start a new thread?

Thanks!
The administrator has disabled public write access.
 
Go to topPage: 12345