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?

not showing subitems
(1 viewing) (1) Guest
Go to bottomPage: 12345678...12
TOPIC: not showing subitems
*
#5073
Re:not showing subitems 14 Years ago Karma: 748
Hello,

This problem with template CSS styles. Add the following CSS rules to template CSS file that resolve this issue:

Code:


.tail-row-logo
{
  position: relative;
  z-index: 2;
}

.tail-row-top-menu
{
  position: relative;
  z-index: 1;
}



PS: If you want to provide donate, you can buy Work Unit(s).

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5103
Submenu’s do not show up correctly! 14 Years ago Karma: 0
Dear Ari team,

First of all, I want to thank you guys for your work and for this great module.

I need some help or advice for my new Joomla template. Ari ext submenus are hiding behind my articles. I guess this happens because the templates styles override menu styles. I tried to add a couple of CSS rules, which I found on ari ext menu forum, to my Joomla template, but it does not solve my problem.

Could you take a look at: www.euroharmonia.nl

Thanks for any help.

I hope you can help me solve this issue.

Kind regards.

Alex
The administrator has disabled public write access.
 
#5104
Re:Submenu’s do not show up correctly! 14 Years ago Karma: 748
Hello,

Add the following CSS rules to template CSS file:

Code:


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

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

.ux-menu-container ul.ux-menu li
{
  padding: 0;
  margin: 0
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5106
Re:Submenu’s do not show up correctly! 14 Years ago Karma: 0
Thank you very much for the solution. It helped.

I tried those CSS rules, but on the wrong classes.

Thanks again for quick, very quick, answer. You rock guys!

I’m going to try more Ari products.

Best regards.

Alex
The administrator has disabled public write access.
 
#6029
Similar issue, menu appearing behind slideshow 13 Years, 11 Months ago Karma: 0
Hi Again Guys,

I'm using your awesome menu on yet another site. "Cause it rocks!" Thank you! But a new issue occurred. We have a slide show embedded in the homepage that insists on displaying on top of the ARIExt menu we use for the main site navigation. The issue is only happening with IE (8). Firefox and Safari work fine. I tried adjusting the z-index, but it's already at 1000. Is there some kind of exception I can add to the template CSS to fix the issue with IE?

Here's the site. See the "Calendar" menu on the right end of the main nav menu, and how it displays under the "Our Sponsors" slideshow.

hbadoc.com

Many thanks,
Randy
The administrator has disabled public write access.
 
#6036
Re:Similar issue, menu appearing behind slideshow 13 Years, 11 Months ago Karma: 748
Hello,

Add the following CSS rules:

Code:


#container
{
  position: relative;
}

#header
{
  z-index: 2;
}

#content-container
{
  position: relative;
  z-index: 1;
}



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