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
#21461
Sub menus 12 Years, 8 Months ago Karma: 0
Looks like a great module, lots of neat styling options. Am using it vertically. But for some reason the child menu items don't display when I hover. I have the sub-menu items set to animate. What's the trick?
The administrator has disabled public write access.
 
#21462
Re:Sub menus 12 Years, 8 Months ago Karma: 0
I should mention that I do the have the start level set to zero and the end level set to three in the module parameters. Which I thought would hover-display the first level of the menu and the three child levels. Do I need to change something in the menu parameters? Or add a CSS line? The hover-display was working fine in the previous vertical menu I tried (Offlajn Technologies).
-jgribble
The administrator has disabled public write access.
 
#21463
Re:Sub menus 12 Years, 8 Months ago Karma: 0
The site is www.pse.org. I have the menu module turned off for now until I understand the sub-menu issue and why it isn't working. Could you possibly take a quick look if I send you the login?
-jgribble
The administrator has disabled public write access.
 
#21485
Re:Sub menus 12 Years, 8 Months ago Karma: 748
Hello,

Yes, we can investigate the issue if you send credentials by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21532
Re:Sub menus 12 Years, 8 Months ago Karma: 0
Just wanted to say thanks again. Adding your custom code modifications right in the back-end module parameters was so easy and simple. The module works perfectly and looks awesome.

Some background information for forum members:

This site is based on the JA Social template from Joomlart. The menu orientation is vertical. I needed some CSS overrides to . . .

1. Make the drop-downs visible
2. Get rid of the bullets
3. Extend the background color to the entire menu width
4. Eliminate the padding between menu items

Below is the complete-solution code we ended up with:

DIV.ux-menu-container UL.ux-menu LI
{
padding: 0;
}
DIV#contentarea
{
overflow: visible;
}

#ja-left1,
#ja-left,
DIV.ux-menu-container UL.ux-menu LI
{
overflow: visible;
}

DIV.ux-menu-container UL.ux-menu-sub
{
margin: 0;
}


DIV.ux-menu-container UL.ux-menu LI
{
margin: 0;
}
The administrator has disabled public write access.
 
#21926
Re:Sub menus 12 Years, 7 Months ago Karma: 0
Hello,
I'm kind of puzzled that the extended menu module stopped working when I re-used the override CSS code with the same template - JA Social - on a new demo site. Adding it to the CSS styles seems to have no effect. The drop-downs don't work, and neither does the full-width command for the background field. The color editor does work, and so does the first-level display of menu items. Does the template CSS itself has to be modified? I would be happy to let you take a quick look into the back end of the site. It's called javdevelop.com.
Thanks much.

Again, here's the code you originally gave me to override the template restrictions on side menus:


DIV.ux-menu-container UL.ux-menu LI
{
padding: 0;
}
DIV#contentarea
{
overflow: visible;
}

#ja-left1,
#ja-left,
DIV.ux-menu-container UL.ux-menu LI
{
overflow: visible;
}

DIV.ux-menu-container UL.ux-menu-sub
{
margin: 0;
}


DIV.ux-menu-container UL.ux-menu LI
{
margin: 0;
}
The administrator has disabled public write access.
 
Go to topPage: 1234