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 menus
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Sub menus
#21929
Re:Sub menus 12 Years, 7 Months ago Karma: 748
Hello,

It seems this is a conflict with AJAX live search module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21933
Re:Sub menus 12 Years, 7 Months ago Karma: 0
Hmm, I uninstalled that module as a test and nothing changed. What else might it be? Is my code OK? Thanks for taking a look.
Regards,
-jgribble
The administrator has disabled public write access.
 
#21934
Re:Sub menus 12 Years, 7 Months ago Karma: 748
Sorry, this problem with Phoca slideshow extension. BTW, add the next CSS rule:

Code:


#ja-right,
#ja-right2
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22020
Re:Sub menus 12 Years, 7 Months ago Karma: 0
A couple last questions. The sub menu drop downs now show the complete menu item. But the sub menu width is still being restricted, such that even short menu items (three words or so) get broken into two lines. How can I correct this; and extend the width of the sub menus? It just looks funny restricted to one narrow column.
Also, to match the rest of the layout, I would like to tint the module background with hex color #545353. This is the exact color from the top wrapper. It should go nicely with the main menu. What's the easiest way to accomplish that?
Regards,
-jgribble
The administrator has disabled public write access.
 
#22021
Re:Sub menus 12 Years, 7 Months ago Karma: 0
I should have mentioned that I also want the first-level menu to use the entire width of the module. This width too is being restricted somehow. There appears to be about 20 pixels of unwanted padding on the right. Again, it just looks funny. The good news is, the module is working as it should.
Regards,
-jgribble
The administrator has disabled public write access.
 
#22024
Re:Sub menus 12 Years, 7 Months ago Karma: 748
Use the next CSS rule to increase main menu items width:

Code:


.ja-inset1 .ux-menu LI.ux-menu-item-level-0
{
 width: 160px !important;
}



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