Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Side menu slide out problem
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Side menu slide out problem
#14337
Side menu slide out problem 13 Years, 6 Months ago Karma: 0
I have a fresh installation of Joomla 1.6 installed and I added the ARI Ext Menu and JA Purity II template. When I try to add a side menu (left module, vertical menu) the sub menus pop out but are partially hidden behind the main body of the page.

I have tried some of the CSS fixes I found in this forum but so far none have worked and there seem to be lots of different ones (I'm not sure which one to use)

The site behaves the same way on IE8 (and 9) as well as Firefox 4.

My site is local only so I have no way to link it for you to see directly but perhaps you know a way to fix this?
The administrator has disabled public write access.
 
#14338
Re:Side menu slide out problem 13 Years, 6 Months ago Karma: 760
Hello,

Send page files of page with the menu by email that we can investigate the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14342
Re:Side menu slide out problem 13 Years, 6 Months ago Karma: 0
admin wrote:
Hello,

Send page files of page with the menu by email that we can investigate the problem.

Regards,
ARI Soft


Thanks, I just emailed them to you.
The administrator has disabled public write access.
 
#14343
Re:Side menu slide out problem 13 Years, 6 Months ago Karma: 760
Add the next CSS rules:

Code:


body #ja-left,
#ja-left .column
{
 overflow: visible;
}

#ja-left .ux-menu-container UL,
#ja-left .ux-menu-container UL LI
{
 padding: 0 !important;
 margin: 0 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14345
Re:Side menu slide out problem 13 Years, 6 Months ago Karma: 0
Thank you, that appears to have worked.
The administrator has disabled public write access.
 
Go to topPage: 1