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?

Drop down menu disappears benind main content
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Drop down menu disappears benind main content
#13546
Drop down menu disappears benind main content 13 Years, 2 Months ago Karma: 0
Hi

I have a couple of problems with the ARI Ext Menu with a modified Beez5 template for Joomla 1.6.

Firstly the drop down menu disappears under the main content area.

The second problem is that the third level menus coming off the side backgrounds are too short in Chrome (but OK in IE8).
savenewcastlesgreens.co.uk/

Thanks
Callum
The administrator has disabled public write access.
 
#13560
Re:Drop down menu disappears benind main content 13 Years, 2 Months ago Karma: 748
Hello,

Add the next CSS rules that fix problem with main content area:

Code:


body #header
{
 overflow: visible;
}

body #header-image 
{
 position: relative;
 overflow: hidden;
}



About Google Chrome, try to use the next CSS rule:

Code:


.ux-menu-sub LI
{
 display: block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13618
Re:Drop down menu disappears benind main content 13 Years, 2 Months ago Karma: 0
Many thanks

The first piece of code work a treat.

I still have a problem with Chrome but I'm not sure I put the code in the right place. I put this at the end of beez5.css.

Callum
The administrator has disabled public write access.
 
#13619
Re:Drop down menu disappears benind main content 13 Years, 2 Months ago Karma: 748
Set "Auto width" parameter to "Yes" in module settings and add the next CSS rules to site template CSS file:

Code:


UL.ux-menu LI
{
 float: left !important;
}

UL.ux-menu LI A
{
 white-space: nowrap;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13730
Re:Drop down menu disappears benind main content 13 Years, 2 Months ago Karma: 0
Hello,

I am very new to Joomla. I am using the Ari extn menu. Added the module but still my drop menu is not shown. I am sorry if all these are repeated questions, but went through all these threads , but still confused. I am using default template Beezel-20

a) After adding the module, should we select Main menu or top menu. I want to display in top menu, hence it should be top menu.

b) What should be the position as I added a menu in top menu.

c) I have read the forum and you have asked to add some css rules. Problem I am facing is where should I add these rules. Which file should I modify and in which part. Will the code above will be direct cut paste.

Menu item in top menu it shows , but not the drop sub menu items.
Last Edit: 2011/04/16 18:56 By munit.
The administrator has disabled public write access.
 
#13740
Re:Drop down menu disappears benind main content 13 Years, 2 Months ago Karma: 748
Hello,

a. Select menu which you want to display. If you want to show "Top menu" then select "Top menu" in module settings.

b. Choose appropriate module position from module positions provided by your site template.

c. If you provide link to page where we can see problem(s) with the module, we can say what custom CSS rules are required.

Regards,
ARI soft
The administrator has disabled public write access.
 
Go to topPage: 123