• Resolved ustik86

    (@ustik86)


    Hi! Is it possible t reveal content on page with active user in specified time?
    Let’s say show button during the webinar at 8:00 PM?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Arno Welzel

    (@awelzel)

    No, client side rules only allow to show or hide content with a delay and not at a specific time.

    Thread Starter ustik86

    (@ustik86)

    But is it possible to be done even without this plugin?

    Plugin Author Arno Welzel

    (@awelzel)

    Generally this is possible – using JavaScript you could create a function which is called once every second to check, if the specified time is reached and then change the CSS style of the content (e.g a named DIV section) from “display:none” to “display:block”.

    The reason why this was not implemented in the Timed Content plugin is also that a script has to be called every second to check all client side rules – this could cause the browser to really slow down.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Client side content reveal at specific time’ is closed to new replies.