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?

Not showing with Modules Anywhere
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Not showing with Modules Anywhere
#13497
Re:Not showing with Modules Anywhere 13 Years, 2 Months ago Karma: 1
Hi,

Caption is ok now.

admin wrote:
It is not good idea to use these specific CSS properties for all DIV elements.
I thought that it is good practice to make some general resets before setting up a css file. Maybe this does not apply to all properties that I set.

Do you have a solution for the navigation of the slider as well?

Thanks a lot, Frits
The administrator has disabled public write access.
 
#13498
Re:Not showing with Modules Anywhere 13 Years, 2 Months ago Karma: 748
It is not good practice to set "position" CSS property to "relative" for all <DIV> elements because it should be set to "static" by default according to specification. This CSS rule can cause problems with a lot of Joomla! extensions.

You can use the next CSS rule that fix navigation:

Code:


DIV.nivo-directionNav
{
 position: static;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13499
Re:Not showing with Modules Anywhere 13 Years, 2 Months ago Karma: 1
admin wrote:
It is not good practice to set "position" CSS property to "relative" for all <DIV> elements because it should be set to "static" by default according to specification. This CSS rule can cause problems with a lot of Joomla! extensions.
This may explain some problems I experienced with other modules indeed - including your ARI YUI Menu and ARI EXT Menu. I am glad you told me this, so I can improve my template building skills.

About the Image Slider: I'm almost there. It's just the preview buttons which should be below the module, and which are in the top left corner of the images right now. I tried to solve this myself using your code above as an example. But it didn't work. And I think I'd better not change all div elements in this template right away, as you can never tell which problems can come from that.

I hope you can help me on this last one.

Thank you for your patience and I promise that I'll write some nice words about you on the Joomla! Extensons Directory.

Cheers, Frits
The administrator has disabled public write access.
 
#13500
Re:Not showing with Modules Anywhere 13 Years, 2 Months ago Karma: 748
Remove "overflow: hidden" property. It should help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13501
Re:Not showing with Modules Anywhere 13 Years, 2 Months ago Karma: 1
admin wrote:
It should help.
It does help.

Thanks a lot again. I already submitted my rating to the Joomla! Extensions Directory so when it's approved you'll be able to see it.

Cheers, Frits
The administrator has disabled public write access.
 
Go to topPage: 12