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?

Loading-ExtJS-library-menu-items-always-visible
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Loading-ExtJS-library-menu-items-always-visible
#34975
Loading-ExtJS-library-menu-items-always-visible 11 Years, 11 Months ago Karma: 0
Hello,

I have the same problem as discussed here:
www.ari-soft.com/ARI-Ext-Menu/22667-Loading-ExtJS-library-menu-items-always-visible.html

For activating submenu’s I have to load the extended Java script library (parameter Load ExtJS library set to Yes). As a result the menu items always stay in front of other web content. As an example a Phocagallery slideshow is shown with the menu-buttons in front.

But, the solution doesn't work for me. Could you please help me?

You can see the problem under the following link after clicking the foto.

www.kreuzweiler-dilmar.de/v1/index.php/galerie/category/8-mannschaft-2012

Thanks in advance

Jeff
The administrator has disabled public write access.
 
#34976
Re:Loading-ExtJS-library-menu-items-always-visible 11 Years, 11 Months ago Karma: 760
Hello,

Add the following CSS rule to a site template CSS file:

body #shadowbox_container
{
z-index: 30000;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34977
Re:Loading-ExtJS-library-menu-items-always-visible 11 Years, 11 Months ago Karma: 0
Thanks, this fixed the problem for the shadow box. But, I have the problem also with the facebook like button when I press "Gefällt mir" on the left top.

www.kreuzweiler-dilmar.de/v1/index.php
The administrator has disabled public write access.
 
#34978
Re:Loading-ExtJS-library-menu-items-always-visible 11 Years, 11 Months ago Karma: 760
Use the following CSS rule:

BODY .fb_iframe_widget_lift
{
z-index: 30000;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34980
Re:Loading-ExtJS-library-menu-items-always-visible 11 Years, 11 Months ago Karma: 0
Thank you very much. And thanks for the like!
The administrator has disabled public write access.
 
Go to topPage: 1