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?

SubItems Hidden
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: SubItems Hidden
#13115
SubItems Hidden 13 Years, 1 Month ago Karma: 0
I installed and placed the menu on the left. It is under the menu I have been using. I want to delete old menu and use ARI Soft as soon as I can get the sub-items un-hidden. I attempted to fix the CSS but was unable to locate the correct code to change so that they will show. Guidance please. Thank you!

Website: Decorating for Events
The administrator has disabled public write access.
 
#13116
Re:SubItems Hidden 13 Years, 1 Month ago Karma: 748
Hello,

Add the next CSS rules to site template CSS file or to "CSS Styles" parameter in module settings:

Code:


body .art-contentLayout .art-sidebar1 
{
 overflow: visible;
}

.art-sidebar1 UL.ux-menu LI
{
 background-image: none;
 padding: 0;
 margin: 0;
}

body .art-contentLayout
{
 z-index: 2;
}

body .art-Footer
{
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13183
Re:SubItems Hidden 13 Years, 1 Month ago Karma: 0
After I deleted the other menu, this one moved up and the sub-items are still hidden. Help?
The administrator has disabled public write access.
 
#13188
Re:SubItems Hidden 13 Years, 1 Month ago Karma: 748
This is the problem with Artister site template, it requires to modify template and add ability to use "Module CSS Class prefix". You can read about this problem here.

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