THDesign
Member-
Posts
33 -
Joined
-
Last visited
THDesign's Achievements
-
THDesign reacted to a post in a topic: Scroll Arrow Indicator
-
Beyondspace reacted to a post in a topic: Pinch to zoom for pictures in Lightbox mode on desktop and mobile Squarespace 7.0 & 7.1
-
THDesign reacted to a post in a topic: Pinch to zoom for pictures in Lightbox mode on desktop and mobile Squarespace 7.0 & 7.1
-
THDesign reacted to a post in a topic: Pinch to zoom for pictures in Lightbox mode on desktop and mobile Squarespace 7.0 & 7.1
-
Extend promotional pop-up display timing beyond 30sec max
THDesign replied to THDesign's topic in Customize with code
No, thank you though.- 4 replies
-
- custom-css
- code-injection
-
(and 2 more)
Tagged with:
-
THDesign reacted to a post in a topic: Inactive / Idle user: site redirect to homepage
-
THDesign reacted to a post in a topic: Inactive / Idle user: site redirect to homepage
-
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
My bad. I had accidentally deleted the following. It's working perfectly now. Thanks again, Nikola. -
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
Hi and thanks for further assistance. Unfortunately, neither of those work. I removed the override code in the individual page header. And currently have the following in my site-wide header injection: -
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
Do you know how do I go about disabling it for the attract screen, or one specific page? I would think I can override the site-wide injection with an "!important" individual page header code. I did try that with the following code. The pop-up does not appear, but it unfortunately still redirects. /*PREVENT SITE-WIDE HEADER INJECTION IDLE POP-UP*/ #idle-popup { display: none !important; } -
NikolaNikic started following THDesign
-
NikolaNikic reacted to a post in a topic: Inactive / Idle user: site redirect to homepage
-
THDesign started following NikolaNikic
-
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
Thank you very much. I appreciate your help again. -
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
Thanks, it does successfully redirect to my home/attract page. https://sepia-gopher-rh26.squarespace.com/home I currently have it set for 300 seconds after inactivity and 20 seconds to continue, so you might have to wait a few minutes. I'm also optimizing it for full screen on a larger monitor, so I can't speak to how it will look on your device. -
NikolaNikic reacted to a post in a topic: Inactive / Idle user: site redirect to homepage
-
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
Thanks, that works perfectly now. Very much appreciated NikolaNikic Very cool to have this function now 😀 -
THDesign reacted to a post in a topic: Inactive / Idle user: site redirect to homepage
-
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
It almost works. The pop-up disappears after any kind of mouse movement/interaction. For example, as soon as I begin to move the mouse over to press the "I'm Still Here" button, the pop-up disappears. -
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
That updated code worked beautifully. And yes on the popup! I've been looking for a pop-up window of some kind to allow users to continue browsing if they are still there. -
NikolaNikic reacted to a post in a topic: Inactive / Idle user: site redirect to homepage
-
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
Hmm...it does detect mouse clicks though. Maybe this will work because I'm using this site as a touchscreen, so users touch to scroll (which is interpreted as a click). Thanks for the help. I'll count it as solved. -
Inactive / Idle user: site redirect to homepage
THDesign replied to THDesign's topic in Customize with code
Hi, unfortunately it's not recognizing my scrolling. I changed the seconds to 7, then started scrolling up and down constantly after the page refreshed. After 7 seconds, the page redirected to the URL that I dictated. -
THDesign started following Inactive / Idle user: site redirect to homepage
-
I'm using a site as a kiosk. I would like to implement a function where the site would redirect back to the homepage (or another page of my choosing) after a period of inactivity. That means no mouse clicks, touch gestures, scrolling, etc. Ideally, the user would also be confronted with an "Are you still there?" pop-up of some kind. I have been experimenting with customizing the native promotional pop-ups to no avail. I think that certain browsers can accomplish this in kiosk mode, but I would like to accomplish this in Squarespace. Any ideas out there?
-
Extend promotional pop-up display timing beyond 30sec max
THDesign replied to THDesign's topic in Customize with code
This does work but it appears to interfere with interacting with buttons and links properly.- 4 replies
-
- custom-css
- code-injection
-
(and 2 more)
Tagged with:
-
However, I'm now noticing that it interferes with buttons and certain links from functioning properly.