• Resolved digitaliway

    (@digitaliway)


    I have an element showing on my page everyday between 10PM and 11PM. Is it possible to do this without a page refresh? possible with ajax?. if someone is on that page waiting and does not refresh then the element remains hidden. Can you please provide some ideas or direction as this would be extremely helpful for our implementation?

Viewing 1 replies (of 1 total)
  • Plugin Author rtowebsites

    (@rtowebsites)

    Hello @digitaliway

    we are sorry, but our plugin didn´t provide such a feature.
    And elementor itself didn´t provide to load a single element via ajax.

    You could disable dynamic-conditions for this element, so it is always in source code and hide it with css (display: none).
    Than run a javascript with an interval, which will check the time and set to display: block if it is between 10PM and 11PM.

Viewing 1 replies (of 1 total)

The topic ‘condition display without page refresh’ is closed to new replies.