THDesign
Member-
Posts
33 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by THDesign
-
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:
-
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; } -
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. -
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 😀 -
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. -
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. -
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.
-
Change this transition delay to whatever you want. I have my Squarespace pop-up set to the following (see screengrab) with the custom CSS added. This combination results in the pop-up displaying after 165 seconds. //CUSTOMIZE PROMOTIONAL POP-UP TIMING// .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"] .sqs-slide { transition-delay: 165s; }
-
Extend promotional pop-up display timing beyond 30sec max
THDesign replied to THDesign's topic in Customize with code
Anyone interested in a workaround, I just created a custom CSS code that works for me. Now my promotional pop-up appears after 165 seconds. //CUSTOMIZE PROMOTIONAL POP-UP TIMING// .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"] .sqs-slide { transition-delay: 165s; }- 4 replies
-
- custom-css
- code-injection
-
(and 2 more)
Tagged with:
-
Trying to find a way to further customize promotional pop-up settings. I would like to set my own custom pop-up display timing beyond the Squarespace 30 second maximum, like 3 minutes for instance. For context, I'm using the promotional pop-up function as an idle browsing pop-up, where a user will be alerted that the site will return home if they don't close the pop-up within 15 seconds for example. Alternatively, if someone knows of a good idle browsing pop-up plugin, I'd be interested in that as well. Screenshot of 30second max setting in promotional pop-up settings:
- 4 replies
-
- custom-css
- code-injection
-
(and 2 more)
Tagged with:
-
Everything works well together now! Thanks for guiding me through it. I appreciate the help.
-
Oops, I forgot to proceed with the Lighbox Playground instruction. I think it's getting back to where it was...
-
Multiply section box shadow without affecting child elements
THDesign replied to THDesign's topic in Customize with code
Sorry, that doesn't seem to work. It added a clear bar under the navigation section. The clear bar does have a box-shadow but it's blend mode appears normal for some reason. -
To help clarify, I've added a button that opens a lightbox preview as an example of Lightbox Anything. That works fine. However, attempting to open lightbox in the gallery now results in a missing enlarged image. Though the image caption and navigation still appear just fine.
-
Hi again, Lightbox Anything is in site-wide Footer injection. Lightbox Studio is on individual page header injection per your request (see attached). Though I'm not sure that's supposed to look like that. I also put Lightbox Studio in site-wide Footer Injection, because that's where I thought it was supposed to go. I'm using the same link as before for testing purposes.
-
Multiply section box shadow without affecting child elements
THDesign replied to THDesign's topic in Customize with code
This is the closest I can find on the subject, but I'm not sure how to translate it to my situation. https://stackoverflow.com/questions/5080365/css-to-prevent-child-element-from-inheriting-parent-styles