Hi @murhuber, you want the slide content to be (re-)loaded every single time that slide becomes visible. Is that correct?
That’s not possible I’m afraid. Slide content is loaded on start-up of the Foyer display and just made visible every cycle. And once every 5 minutes the slide content is re-loaded, so any changes made to the display / channel / slide / slide content will become visible.
Does that help?
Thanks for replying, @mennolui.
Ok, otherwise: Is it possible to define the “5 minutes” to for ex “1 minute”?
Thanks
-
This reply was modified 7 years, 2 months ago by
murhuber.
Hey @murhuber, not as a setting. But if you know some JavaScript you could remove the 5 minute interval and set up your own 1 minute interval.
This is how the 5 minute interval is set up:
https://github.com/mennolui/wp-foyer/blob/master/raw/js/public/foyer-public-display.js#L31
Note: Code might change in a future version (probably not very soon) of Foyer and break your interval. Also check this FAQ to understand how loading and displaying new content works: https://ww.wp.xz.cn/plugins/foyer/#my%20changes%20are%20not%20directly%20visible%20on%20my%20displays%2C%20what%E2%80%99s%20happening%3F
Best!
There are cases when updating a slide every time would be very useful. Number of seats left, time until next bus leaving from the venue and so on. I can only second the original request from @murhuber