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?

submenus not displaying
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: submenus not displaying
#36850
submenus not displaying 11 Years, 3 Months ago Karma: 0
Hi,
I've used this extension before and love it. But I think I have a CSS conflict in a new 2.5 site under construction. The menu is positioned on the left, and the submenus, I suspect, are being blocked by an overflow setting in the stylesheet. Are you willing to have a quick look? The developmental site is jvtestbed.com.
Many thanks as always,
-Jim Gribble
Javelin Communications
The administrator has disabled public write access.
 
#36872
Re: submenus not displaying 11 Years, 3 Months ago Karma: 0
No need to look into this. I solved it myself by making "overflow visible" via the custom CSS window. Apparently this is a quirk with all Joomlart templates.
-Jim Gribble
Javelin Communications
The administrator has disabled public write access.
 
#37149
Re: submenus not displaying 11 Years, 3 Months ago Karma: 0
Hello, I have the same problem with the hover effect in the menu on this Website. If I hover the mouse over the menu, the submenu is not shown. I have try to investigate the code with firebug. But i did nothing found what could me help.

Could you help me please.
The administrator has disabled public write access.
 
#37155
Re: submenus not displaying 11 Years, 3 Months ago Karma: 748
Hello,

This is not "ARI Ext Menu" problem. This problem with a 3rd party extension or site template. MooTools library is removed incorrectly by a 3rd party extension or site template and javascript according to Joomla! javascript code occurs. It prevents execution of "ARI Ext Menu" javascript code. You can see the error in browser's error console:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#37160
Re: submenus not displaying 11 Years, 3 Months ago Karma: 0
Thanks, the new code allows the menu to scroll sideways. I have one last small problem in that the main mega menu scrolls down UNDERNEATH the extended menu. I thought to raise that overflow to the top level by putting in this code:
.ja-mainnav
{
overflow: hidden;
}
I think I'm on the right track, but not quite there. I probably need to make Extended menu hidden underneath the mega menu sub menu items. But I can't quite identify the correct div.
This is one of the last touches for a beautiful new site.
jvtestbed.com/
Thanks again for your kind help,
-Jim Gribble
Last Edit: 2013/02/19 16:01 By admin.
The administrator has disabled public write access.
 
#37161
Re: submenus not displaying 11 Years, 3 Months ago Karma: 748
To jgribble: Add the following CSS rule:

BODY #ja-mainnav
{
z-index: 30000;
}

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