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?

ARI Ext Menu pulldowns visible and overlapping
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI Ext Menu pulldowns visible and overlapping
#46286
ARI Ext Menu pulldowns visible and overlapping 10 Years, 5 Months ago Karma: 0
Hi Ari-Soft,

My client's site got hacked, we cleaned it up, but our ARI Ext Menu is showing the pull-down menus at all times. Also, they are overlapping, too.

How can we fix this?

Our specs:
Joomla 2.5.16
ARI Ext Menu 2.0.7
PHP 5.2.17
Template: beez_20

I've attached a screenshot showing the problem.

Thanks for your help.

Railer
Last Edit: 2013/11/23 14:24 By railer.Reason: added more info
The administrator has disabled public write access.
 
#46287
Re:ARI Ext Menu pulldowns visible and overlapping 10 Years, 5 Months ago Karma: 747
Hello,

Read this post.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#46289
Re:ARI Ext Menu pulldowns visible and overlapping 10 Years, 5 Months ago Karma: 0
admin wrote:
Hello,

Read this post.

Regards,
ARI Soft


Thanks! I read the post and copied the following style and pasted it into the layout.css stylesheet in beez_20 and it fixed the problem. Is that what you intended? I copied the whole thing. Seems not to have affected anything else.

Best,
Railer

Code:

div#header
{
 overflow: visible;
}
#header ul.ux-menu li a:link, 
#header ul.ux-menu li a:visited
{
 display: block;
 padding: 10px 14px;
}

#header ul.ux-menu li a.ux-menu-link-parent:link, 
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
 display: block;
 padding: 10px 24px 10px 14px;
}


#header .ux-menu ul.ux-menu-hidden
{
 display: none;
}

#header ul.ux-menu
{
  right: 0;
  margin: 0;
  padding: 0;
 position: relative;
}

#header ul.ux-menu-sub li
{
  text-align: left;
}

#header .ux-menu-container ul
{
 max-width: none;
 padding: 0;
 margin: 0;
}

The administrator has disabled public write access.
 
Go to topPage: 1