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 showing in Beez 3 Position-1
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Menu not showing in Beez 3 Position-1
#41244
Menu not showing in Beez 3 Position-1 10 Years, 11 Months ago Karma: 0
Dear Dev Team,

I recently migrated to Joomla 3.1, and am using the Beez3 template.

I installed your module and it works great in all positions except Position-1, where nothing is actually displayed.
I also checked in the Chrome debugger, and it seems that the menu is there, but "behind" the content area, so not visible.

I'm sure it's just a positioning problem, but I can't figure out what to do.

You see in the attached screenshot what I mean by "hidden in the content area".

Thank you for your help in this,

Currently, only a localhost version of this site exists.
Last Edit: 2013/05/26 19:08 By Trefex.
The administrator has disabled public write access.
 
#41245
Re:Menu not showing in Beez 3 Position-1 10 Years, 11 Months ago Karma: 747
Hello,

We can investigate the problem if you provide a link to a page where we can see it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#41246
Re:Menu not showing in Beez 3 Position-1 10 Years, 11 Months ago Karma: 0
Hi,

Look here: Removed
Last Edit: 2013/05/26 20:03 By Trefex.
The administrator has disabled public write access.
 
#41247
Re:Menu not showing in Beez 3 Position-1 10 Years, 11 Months ago Karma: 747
Add the following CSS rules:

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;
  top: 0;
  margin: 0;
  padding: 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
The administrator has disabled public write access.
 
#41248
Re:Menu not showing in Beez 3 Position-1 10 Years, 11 Months ago Karma: 0
That is truly epic.

Thank you so much!!
The administrator has disabled public write access.
 
#44370
Re:Menu not showing in Beez 3 Position-1 10 Years, 7 Months ago Karma: 0
Hello together,

I have the same Problem with Beez3 template and Position 1

Can you explain on which sheet i can Add the CSS rule or how i can add this??

Thanks
Best regards
Tobi
The administrator has disabled public write access.
 
Go to topPage: 123