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?

Hide timer but continue automatic slider
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Hide timer but continue automatic slider
#13366
Hide timer but continue automatic slider 12 Years, 12 Months ago Karma: 0
Hi,

I want to hide the timer in Ari Orbit Slider. But when I set 'show timer' to 'NO', the pictures do not automatically slide anymore.

How can I continue the automatic slider without showing the timer? Does anyone know?
The administrator has disabled public write access.
 
#13367
Re:Hide timer but continue automatic slider 12 Years, 12 Months ago Karma: 0
I think I have already found a solution for this, maybe not the perfect one but it works:

In mod_ariorbitslider - js - themes - default - style.css,
I changed the width 20px into 0px and height 40 px into 0px in span.mask as below:

span.mask { display: block; width: 0px; height: 0px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
The administrator has disabled public write access.
 
#13381
Re:Hide timer but continue automatic slider 12 Years, 12 Months ago Karma: 746
Hello,

You can add the next code to "CSS Styles" parameter:

Code:


{$id} .timer
{
 display: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13392
Re:Hide timer but continue automatic slider 12 Years, 12 Months ago Karma: 0
Thank you, this is a lot easier and better! My earlier solution doesn't keep the timer hidden entirely in IE.
The administrator has disabled public write access.
 
#15609
Re:Hide timer but continue automatic slider 12 Years, 10 Months ago Karma: 0
Hello,
I have the same problem and will probably need the same solution but... I'm a beginner and don't know where exactly I should paste this code in the css... :
Code:

{$id} .timer
{
display: none !important;
}

Thanks a lot for helping!
The administrator has disabled public write access.
 
#15610
Re:Hide timer but continue automatic slider 12 Years, 10 Months ago Karma: 746
Open module settings page and insert the code in "CSS Styles" parameter:



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12