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?

Menu in Module
(1 viewing) (1) Guest
Go to bottomPage: 1234567
TOPIC: Menu in Module
#4910
Re:Menu in Module 13 Years, 10 Months ago Karma: 747
Hello,

Could you provide temporary access to your Joomla! backend by email and link to page where we can see this issue that we can investigate it and provide solution?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#4912
Re:Menu in Module 13 Years, 10 Months ago Karma: 747
Try now, please. If the problem still appears, say link to page, please, where we can see it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#4913
Re:Menu in Module 13 Years, 10 Months ago Karma: 0
Yeah the lightbox is deleted and the module works.
But the Menu doesn't work, when I add more space in the module then it slides out. See here: 83.169.43.105/sims3-reiseabenteuer-infos

Greetings
The administrator has disabled public write access.
 
#4914
Re:Menu in Module 13 Years, 10 Months ago Karma: 747
This problem with template CSS styles. Add the following CSS rules to template CSS file that fix it:

Code:


#main #main-shift
{
  overflow: visible;
}

#main-shift div#maintop
{
  position: relative;
  z-index: 2;
  overflow: visible;
}

#mainmiddle 
{
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4915
Re:Menu in Module 13 Years, 10 Months ago Karma: 0
Ok I've added it and it works perfect.
Thank you!

Greetings
The administrator has disabled public write access.
 
Go to topPage: 1234567