• Rick

    (@ricksnoman)


    I’m trying to create a button that is constantly displayed until clicked and then it disappears for 24 hours before re-appearing again. Is this possible with this plugin?

    Thanks

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

    (@awelzel)

    No, this is not possible with Timed Content.

    What you need is to develop a custom shortcode plugin which does the following:

    – checks for the existence of a “hideme” cookie before displaying the button.

    – when the button is clicked do a AJAX call which is handled by the custom shortcode plugin. This AJAX call will set the “hideme” cookie with a validity of 24 hours and the frontend side will hide the button as soon as the AJAX call returns.

    An experienced software developer should be able to do this in less than an hour. If you need any assistance you find me contact address on my website – however I don’t work for free: https://arnowelzel.de/en/about-me

Viewing 1 replies (of 1 total)
  • The topic ‘Constant Button Until Clicked?’ is closed to new replies.