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 not visible
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Menu not visible
#10987
Menu not visible 13 Years, 2 Months ago Karma: 0
Hi,

I've installed ARI Ext Menu on my site but I can't use it. I use the Beez2 - Default template on Joomla 1.6 and if I set the menu on Position-1 (menu on top of the banner) the menu is not visible. If I set the build-in menu on the same position everything is OK.

Any ideas?

www.swtesting.ro/

Thanks,
Bogdan
The administrator has disabled public write access.
 
#10988
Re:Menu not visible 13 Years, 2 Months ago Karma: 747
Hello,

Provide screenshot(s) of module settings page by email please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10989
Re:Menu not visible 13 Years, 2 Months ago Karma: 0
I've sent the image via email and I'm also attaching it here.
Last Edit: 2011/02/14 09:03 By imbogdan.
The administrator has disabled public write access.
 
#10990
Re:Menu not visible 13 Years, 2 Months ago Karma: 747
This is a problem with site template styles. You can try to add the following CSS rules that fix it:

Code:


body #header
{
 overflow: visible;
}
#header ul.ux-menu li a:link, 
#header ul.ux-menu li a:visited
{
 display: block;
 padding: 10px 14px;
}

#header ul.ux-menu li a.ux-menu-link-parent:link, 
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
 display: block;
 padding: 10px 24px 10px 14px;
}


#header .ux-menu ul.ux-menu-hidden
{
 display: none;
}

#header ul.ux-menu
{
  right: 0;
  margin: 0;
  padding: 0;
 top: 0;
 position: relative;
}

#header ul.ux-menu-sub li
{
  text-align: left;
}

#header .ux-menu-container ul
{
 max-width: none;
 padding: 0;
 margin: 0;
}



Regards,
ARI Soft
Last Edit: 2014/03/21 14:09 By admin.
The administrator has disabled public write access.
 
#10991
Re:Menu not visible 13 Years, 2 Months ago Karma: 0
Thanks for your help. I have only one question. How can I place the menu on top of the banner not below? (like the original menu)
The administrator has disabled public write access.
 
#10992
Re:Menu not visible 13 Years, 2 Months ago Karma: 747
Use the next CSS rule:

Code:


#header .ux-menu-container
{
 position: absolute;
 top: 68px;
 left: 10px;
}



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