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?

Menu Doesn't Go Away
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu Doesn't Go Away
#15550
Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 0
Hi,

As I keep opening submenus the previous doesn't go away and my screen gets covered with all the submenus like this:

Last Edit: 2011/06/01 11:41 By anjumraheel.Reason: Image Uploading
The administrator has disabled public write access.
 
#15551
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 748
Hello,

Provide link to page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15552
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 0
Here is the Link
Last Edit: 2011/06/01 13:02 By anjumraheel.
The administrator has disabled public write access.
 
#15553
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 748
This problem problem with site template styles and scripts for default site template menu. We can recommend to open index.php file of site template and replace the next code:

Code:


<div id="pillmenu">



with the following code:

Code:


<div id="pillmenu1">



After this set "Auto width" parameter to "Yes" in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15555
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 0
None of the index.php contails pillmenu.

However I have a template.css that contains these kind of entries:

Secondly I have change the Auto-Width to Yes and it now shows a different story. Please check the earlier link again.


#pillmenu {
white-space: nowrap;
float: left;
background: url(../images/cmid.png) repeat-x;
width:100%;
}

#pillmenu ul {
margin: 0;
padding: 0;
list-style:none;
}

#pillmenu li {
background: #94A013 url(../images/cmid.png) repeat-x;
float: left;
margin: 0;
padding: 0;
border-left:1px solid #C2D272;
}
#pillmenu li ul{
display:none;
}
#pillmenu li ul li ul{display:none;}
#pillmenu li ul{
background-color:#008800;
position:absolute !important;
/*position:relative;*/
border:1px solid #C2D272;
border-top:none;
z-index:1000;
}
The administrator has disabled public write access.
 
#15556
Re:Menu Doesn't Go Away 13 Years, 1 Month ago Karma: 748
See index.php file of site template (<joomla_directory>/templates/milkyway_custom/index.php), not Joomla! index.php file.

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