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?

Submenu not showing (Beez5 position15)
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Submenu not showing (Beez5 position15)
#19160
Submenu not showing (Beez5 position15) 12 Years, 7 Months ago Karma: 0
Hi,

Configured ARI YUI menu into position 15 in Beez5 template. Joomla 1.7.0. At first menu was not shown at all, but found this in your forum

#header .yuimenubar ul li a:link,
#header .yuimenubar ul li a:visited
{
display: block;
}

#header .yuimenubar ul
{
position: relative;
right: 0;
}


and then menu became visible. But submenus are not shown. What should be added?

Site: www.pystylamppu.fi

Thanks
Antti
The administrator has disabled public write access.
 
#19162
Re:Submenu not showing (Beez5 position15) 12 Years, 7 Months ago Karma: 746
Hello,

Add the next CSS rule:

Code:


body #header
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19185
Re:Submenu not showing (Beez5 position15) 12 Years, 7 Months ago Karma: 0
Big thanks for quick reply. Really great support here!
The administrator has disabled public write access.
 
#19220
Re:Submenu not showing (Beez5 position15) 12 Years, 6 Months ago Karma: 0
Tried to setup CSS so that
- whole menubar: white background (no fading)
- Active (also when mouse over): green background, font white
- Mouse over (selected) grey background (no fading)
- increase padding
- keep arrows when submenus exist

but didnt manage to do it properly.. In other words, how to configure ARI YUI menu like normal menu, now in position 1 right top.

How to accomplish that?
The administrator has disabled public write access.
 
#19222
Re:Submenu not showing (Beez5 position15) 12 Years, 6 Months ago Karma: 746
Try to add the next CSS rules:

Code:


body #ariyui21.yui-skin-sam .yuimenubar
{
 background-image: none;
}

body #ariyui21.yui-skin-sam ul li.yuimenubaritem-active,
body #ariyui21.yui-skin-sam ul li.yuimenuitem-active
{
 background: none #7BA428 !important;
}

body #ariyui21.yui-skin-sam ul li a.yuimenubaritemlabel-active
{
 color: #FFF !important;
}

body #ariyui21.yui-skin-sam ul li a
{
 color: #333 !important;
 padding: 8px 20px !important;
}

body #ariyui21.yui-skin-sam ul li.yuimenubaritem-selected,
body #ariyui21.yui-skin-sam ul li.yuimenuitem-selected
{
 background: none #DDD !important;
}
body #ariyui21.yui-skin-sam ul li a.yuimenubaritemlabel:hover 
{
 color: #FFF !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19226
Re:Submenu not showing (Beez5 position15) 12 Years, 6 Months ago Karma: 0
Almost there! Only active menu changes from green to gray when onmouseover. Any change to keep it in green?
The administrator has disabled public write access.
 
Go to topPage: 12