• Resolved bvladimi

    (@bvladimi)


    Hi, I built the page where popup(text) appears after button click.
    I am using timed content and The text in the popup appears with the delay of 10 seconds(it works well).
    I have one problem: after I close popup and press button again the text is shown immediately, without delay. How can I reset timed content to enable multiple triggers on same page?
    Thank you!

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

    (@awelzel)

    Sorry, this is not possible. Client side rules are implemented by using a timeout. After the timeout has passed once, the content is shown (or hidden) and a reset would require to reload the content.

    Thread Starter bvladimi

    (@bvladimi)

    Thanks @awelzel I solved this problem, I reload page every time hidden content is shown to the customer.
    I have another issue: My page has multiple popup windows(triggered on button click). Unfortunately counter starts when page is loaded and not when popup window appears. I am showing hidden text in popup window.
    Is it possible to start countdown when popup loads?

    Plugin Author Arno Welzel

    (@awelzel)

    No, this is not possible, because “when popup window appears” is not an event, which can be used to trigger the timeout for Timed Content. I assume, your popup is just hidden and will just be unhidden to show it.

    I think in your case you need someone to develop a custom JavaScript solution for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reset timer on every pop-up’ is closed to new replies.