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?

Sub-menus not displaying
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Sub-menus not displaying
#16569
Sub-menus not displaying 13 Years ago Karma: 0
My current problem is my sub-menus do not display.

holocrons.com

I am running Joomla! 1.5.14
I have "Load ExtJS library" = Yes

My other question is about SPAN.ux-menu-arrow. Is there a way to have a different arrow for the a.current? Style Sheets are not my strong suit. Thanks for your time.

-=Drew
The administrator has disabled public write access.
 
#16579
Re:Sub-menus not displaying 13 Years ago Karma: 748
Hello,

This problem with site template styles. Add the next CSS rules that fix the problem:

Code:


body .tail-row-menu,
body .tail-row-menu .row-top-menu
{
 overflow: visible;
}



About sub-menu indicator for current menu item, use the next CSS rule:

Code:


.ux-menu A.current > SPAN.ux-menu-arrow
{
 background-image: url(LINK_TO_IMAGE)
}



Where LINK_TO_IMAGE is link to necessary image.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16618
Re:Sub-menus not displaying 13 Years ago Karma: 0
Thanks for taking a look at this. Support so far has been awasome. The new rule fixed the display problem, but the bar image is now hidden. See below


Before the fix



After the fix



Is there any way to get both the working drop down menu and the bar graphic? One more thing, I noticed that the menu hides behind YouTube objects. is there a fix for this?

holocrons.com/holocrons/the-great-hyperspace-war

Thanks for your time.

-=Drew
The administrator has disabled public write access.
 
#16638
Re:Sub-menus not displaying 13 Years ago Karma: 748
Try the next CSS rule:

Code:


body .tail-row-menu
{
 height: 30px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16676
Re:Sub-menus not displaying 13 Years ago Karma: 0
That worked!

I discovered another issue however. It's with my TopSearch. It's in the USER4 section and needs to go above the menu. I know we tried so hard to get the menu to go above everything but the search needs to go above the menu.

I also still have an issue with YouTube objects. This one is less critical. But if You know of a way to post them in an artical so they were below the menu that would be awasome.

-=Drew
The administrator has disabled public write access.
 
#16677
Re:Sub-menus not displaying 13 Years ago Karma: 748
1. It requires to change site template HTML layout. You can use FireBug addon for FireFox browser that investigate page HTML layout and styles and change it for your needs.

2. Add wmode="transparent" attribute to <OBJECT> and <EMBED> tag for YouTube videos.

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