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?

Submenu missing in Ja-Purity II
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Submenu missing in Ja-Purity II
#9007
Submenu missing in Ja-Purity II 13 Years, 5 Months ago Karma: 0
Please helo,

I am using Ja-Purity II template and ARI Ext Menu is perfect for me, but when enable module, I can se only first level of menu.
I have seen previous posts, but do not know what and where to change. Any ideas?

Thanx.
The administrator has disabled public write access.
 
#9008
Re:Submenu missing in Ja-Purity II 13 Years, 5 Months ago Karma: 748
Hello,

Check that "End level" parameter is set to "-1" in module settings. If it doesn't help, provide link to page where we can see the issue.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9009
Re:Submenu missing in Ja-Purity II 13 Years, 5 Months ago Karma: 0
End level is set to -1.
Problem is I am working in local, no live site yet.
The administrator has disabled public write access.
 
#9010
Re:Submenu missing in Ja-Purity II 13 Years, 5 Months ago Karma: 748
In this case you can open page in a browser, choose "File -> Save Page As" item in menu browser's, choose "Web page, complete" type, save all page files, archive it and send us by email. It can help us investigate this issue on our local machine.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9011
Re:Submenu missing in Ja-Purity II 13 Years, 5 Months ago Karma: 0
File sent.

Thank you very much on your help.

Greetengs from Serbia
The administrator has disabled public write access.
 
#9012
Re:Submenu missing in Ja-Purity II 13 Years, 5 Months ago Karma: 748
Use the following CSS rules:

Code:


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

body DIV DIV.ux-menu-container UL.ux-menu LI
{
 margin: 0;
 padding: 0;
 overflow: visible;
 padding-left: 0;
 margin-bottom: 0;
}

#ja-content,
#ja-current-content
{
 overflow: visible;
}



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