Navigation überspringen

[Gelöst] Set slider time to a higher value

This support ticket is created vor 6 Jahren, 5 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Dieses Thema enthält 4 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Christian Cox vor 6 Jahren, 5 Monaten.

Assistiert von: Christian Cox.

Author
Artikel
#957953
2018-07-28 13_42_54-View bearbeiten ‹ Whiskybar und Irish Pub Leverkusen — WordPress.png

Hello,

I want to set the value of my slider to 3 minutes but in the options panel it is limited to 19 seconds.

Can you give me a solution how I can control this invidually?

Best, Daniel

#958308

Hi, at this time there is no public API available for modifying this page duration value arbitrarily, so you're limited to the options available here. You can enable the "Pause on hover" effect to add a bit more time if Users are hovering over content to read it. I think it would be a good idea to add this type of support to the system, so I invite you to submit a Feature Request by creating a new ticket with the "Suggest an Improvement" option here in the forums. Our developers will evaluate your request and determine if it's something we can implement.

#958312

ok Christian, I'll open the ticket. Thanks, Daniel

#958320

I temporarily set an individual value to 180 in line 163 of wpv-section-pagination.php and it stored the value:

for ( $i = 1; $i < 180; $i++ ) { 

No more assistance needed at this time.

#958356

Thank you for the update, I will change the ticket status.