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?

Cannot see image navigation
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Cannot see image navigation
#18932
Cannot see image navigation 12 Years, 10 Months ago Karma: 1
Hi,

I used ARI Image Slider before and I really like it. However, I installed it on a new site and now I cannot see the image navigation (the bullets & mouse-over previews). The module does render them, as far as I can see, I can even see their outlines when using FireBug. But they are not visible. It may be a matter of conflicting css but it's beyond my knowledge.

The site is installed on a test area right now, with these details:

www.websitewerf.be www.websitewerf.be


Username: Guest
Pwrd: Guest

For those who might read this topic some time later: these details will change after this topic is solved.

I hope you can help me.

Kind regards, Frits
The administrator has disabled public write access.
 
#18933
Re:Cannot see image navigation 12 Years, 10 Months ago Karma: 748
Hello,

This problem with site template CSS styles. Add the next CSS rules to fix the problem:

Code:


DIV.moduletable_slideshow,
DIV.ari-image-slider-wrapper,
DIV.ari-image-slider-wrapper DIV
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18936
Re:Cannot see image navigation 12 Years, 10 Months ago Karma: 1
I think you just set a new world record in support forum speed

Problem solved, thanks a lot!

Frits
The administrator has disabled public write access.
 
#18937
Re:Cannot see image navigation 12 Years, 10 Months ago Karma: 1
Additional question: is it possible to show the image navigation above the slides instead of below?
The administrator has disabled public write access.
 
#18940
Re:Cannot see image navigation 12 Years, 10 Months ago Karma: 748
Try to use the next CSS rule:

Code:


DIV.nivo-controlNavHolder
{
 bottom: auto;
 top: -15px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18942
Re:Cannot see image navigation 12 Years, 10 Months ago Karma: 1
Splendid! Thanks again!

Frits
The administrator has disabled public write access.
 
Go to topPage: 1