Page 1 of 1

[SOLVED] Visibility: Desktop v. Mobile

Posted: Thu Aug 06, 2026 6:02 am
by AliGW
This is a follow-on from a thread earlier in the year, but it's just speculative, so there is no demo file at this juncture.

I have a calendar on my camera club website. Each layout grid contains one entry and its visibility is set using a timer object - items are set to be hidden (switched off) once they have passed. This all works beautifully.

Now, here's the speculative bit, and I doubt it's easily achievable, but here goes. Suppose I want only the top three currently visible items to show on a mobile screen (to save on screen real estate) - is there a way to do this without constantly having to update it manually? I don't think there is, but thought I'd ask. Currently I am not using an Easy Breakpoint. I don't want to have to create two sets of entries, one for mobile and one for desktop. I know I'm probably asking too much!

So, on mobile, I'd want layout grids 1, 2 and 3 showing, then, once 1 is over, 2, 3 and 4 and so on.

Thanks for any ideas - please don't ask for a demo file, though. As I said, it's a theoretical question.

Re: Visibility: Desktop v. Mobile

Posted: Thu Aug 06, 2026 9:42 am
by Pablo
There is no standard solution for this, as the requirement is very specific.
It can therefore only be implemented using a custom script.

Re: Visibility: Desktop v. Mobile

Posted: Thu Aug 06, 2026 12:28 pm
by AliGW
I guessed so - thanks.

It's not essential - just one of those 'would be nice' things that you think about sometimes.

I can certainly live without it.