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 in beez3 top position 1
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Menu not visible in beez3 top position 1
#45868
Menu not visible in beez3 top position 1 10 Years, 5 Months ago Karma: 0
The menu does not display at all. I am using Joomla 3.1, beez3 template, top position 1. I have set it to the main menu and on all pages, horizontal. I changed to position 7 and it appears. but will not in position 1. I noticed that I select Top [position 1] and after saving just says position 1 (so, don't see "Top" in the position anymore after saving).
The administrator has disabled public write access.
 
#45869
Re:Menu not visible in beez3 top position 1 10 Years, 5 Months ago Karma: 747
Hello,

Where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45871
Re:Menu not visible in beez3 top position 1 10 Years, 5 Months ago Karma: 0
The administrator has disabled public write access.
 
#45872
Re:Menu not visible in beez3 top position 1 10 Years, 5 Months ago Karma: 747
This problem with site template styles. Add the following CSS rules to fix the problem:

#header
{
overflow: visible !important;
}
#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;
position: relative;
}

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

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

#header ul.ux-menu
{
top: 0;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45877
Re:Menu not visible in beez3 top position 1 10 Years, 5 Months ago Karma: 0
This fix does make the menu visible, so thanks for that work.

However the menu is visible under the banner section and not above as the Main Menu Joomla components shows.
The administrator has disabled public write access.
 
#45878
Re:Menu not visible in beez3 top position 1 10 Years, 5 Months ago Karma: 747
Use the following CSS rule:

#header ul.ux-menu
{
top: -285px;
}

instead of:

#header ul.ux-menu
{
top: 0;
}

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