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 menu not showing
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub menu not showing
#22468
Sub menu not showing 12 Years, 7 Months ago Karma: 0
I'm using Joomla 1.5. I've placed this menu in User1 module position, but the sub menu items are not showing up. Could someone take a look at my site ( www.ib-college.net ) and detect the problem?

Thanks!
The administrator has disabled public write access.
 
#22469
Re:Sub menu not showing 12 Years, 7 Months ago Karma: 748
Hello,

Menu on provided page doesn't contain sub-menu items. Probably it is not created in Joomla! manager or module is configured incorrectly (See start and end level parameters).

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22470
Re:Sub menu not showing 12 Years, 7 Months ago Karma: 0
Thank you for your reply. The menu is created in Menu Menager in Joomla. Start parameter in module is 0, end parameter is -1. Actually, none of the menus I assign show submenu items. Really confused.
The administrator has disabled public write access.
 
#22471
Re:Sub menu not showing 12 Years, 7 Months ago Karma: 748
Add the next CSS rules:

Code:


UL.ux-menu LI
{
 overflow: visible !important;
 margin: 0 !important;
 padding: 0 !important;
}

.main .ja-box-wrap
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22472
Re:Sub menu not showing 12 Years, 7 Months ago Karma: 0
You're a lifesaver. It now works. I was positive it had to do something with CSS, but wasn't sure what it was. Thank you very much.
The administrator has disabled public write access.
 
Go to topPage: 1