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?

top menu display truncation
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: top menu display truncation
#10518
top menu display truncation 13 Years, 2 Months ago Karma: 0
I am very much a noobie with ARI YUI Menu, and somewhat with Joomla.

I am trying to use this with Joomla 1.5 and with my template I see that the horizontal topmenu only displays the top two menu items. With other templates I have tried, the full menu displayed. I tried adding

body #breadcrumbs
{
overflow: visible;
}

to the CSS Styles in the module configuration but it doesn't seem to help. I would greatly appreciate any help you can offer. If you want to see the behavior, the site I am helping out with is:www.denvernotredame.org/home
The administrator has disabled public write access.
 
#10521
Re:top menu display truncation 13 Years, 2 Months ago Karma: 747
Hello,

Use the following CSS rule:

Code:


#pillmenu .yuimenubar ul
{
 height: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10523
Re:top menu display truncation 13 Years, 2 Months ago Karma: 0
Wow! now that is what I call support! Thank you so much, that worked like a champ! Is there a listing of issues like that so I can so what else is possible?
The administrator has disabled public write access.
 
#10524
Re:top menu display truncation 13 Years, 2 Months ago Karma: 747
We don't have list of issue because these are not the module issues, usually this problem with site template styles (it depends on module position) or 3rd party extensions.

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