ekraja Posted September 17 Share Posted September 17 I have on my website a free photography tutorials section but when they go to the page I want a popup to appear which they have to input their email to get access to the free content. What would be the best way to go about this? Link to comment
tuanphan Posted September 18 Share Posted September 18 You want Users access page > Show a popup (users can't close it) > Users need to enter an email > Click Submit > Close popup & users can see page content? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ekraja Posted September 18 Author Share Posted September 18 (edited) 33 minutes ago, tuanphan said: You want Users access page > Show a popup (users can't close it) > Users need to enter an email > Click Submit > Close popup & users can see page content? Yes that's exactly correct. Is there a way to go about that? Thank you for getting back to me. Edited September 18 by ekraja Link to comment
tuanphan Posted September 19 Share Posted September 19 22 hours ago, ekraja said: Yes that's exactly correct. Is there a way to go about that? Thank you for getting back to me. You can use Promotional Popup, then we can use code to hide it on other pages, show it on your specific page only + use code to remove Close button. With Promotional Popup, you can enable newsletter form, then users can enter their email Access Marketing > Promotional Popup to enable it first Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ekraja Posted September 19 Author Share Posted September 19 48 minutes ago, tuanphan said: You can use Promotional Popup, then we can use code to hide it on other pages, show it on your specific page only + use code to remove Close button. With Promotional Popup, you can enable newsletter form, then users can enter their email Access Marketing > Promotional Popup to enable it first Can you provide the code to use and I can give it a try. Also will the code disable the ability to close the popup by just clicking off of it? Right now I think you can click the X or click off anywhere on the site and it removes the popup. Link to comment
tuanphan Posted September 19 Share Posted September 19 4 hours ago, ekraja said: Can you provide the code to use and I can give it a try. Also will the code disable the ability to close the popup by just clicking off of it? Right now I think you can click the X or click off anywhere on the site and it removes the popup. You can add it & share url, I can check easier. I Don't remember X icon code id Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ekraja Posted September 20 Author Share Posted September 20 17 hours ago, tuanphan said: You can add it & share url, I can check easier. I Don't remember X icon code id Ok I have add it to https://www.fraseralmeida.com/free-lessons Link to comment
tuanphan Posted September 21 Share Posted September 21 On 9/20/2023 at 8:48 AM, ekraja said: Ok I have add it to https://www.fraseralmeida.com/free-lessons You can add this code to Website > Website Tools > Custom CSS a.sqs-popup-overlay-close { display: none !important; } .sqs-slice-group.group-copy.copy-layer-background:after { content: ""; background-color: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 90; } .sqs-slice-group.group-copy.copy-layer-background>div { z-index: 100 !important; position: relative; } This code will remove Close Button + Add an overlay behind Popup. Need to add an overlay because currently users can click X or click outside the popup to close it. Using Overlay will prevent this behavior. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ekraja Posted September 21 Author Share Posted September 21 13 hours ago, tuanphan said: You can add this code to Website > Website Tools > Custom CSS a.sqs-popup-overlay-close { display: none !important; } .sqs-slice-group.group-copy.copy-layer-background:after { content: ""; background-color: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 90; } .sqs-slice-group.group-copy.copy-layer-background>div { z-index: 100 !important; position: relative; } This code will remove Close Button + Add an overlay behind Popup. Need to add an overlay because currently users can click X or click outside the popup to close it. Using Overlay will prevent this behavior. That works really good, I have implemented it on my website. Is there anyway that the popup is not behind the overlay so that white rectangle looks clear and stands out? Link to comment
tuanphan Posted September 22 Share Posted September 22 I just realized, if you reload the page, the popup will disappear. Can you check again? I will think of another way to create a popup Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ekraja Posted September 22 Author Share Posted September 22 9 hours ago, tuanphan said: I just realized, if you reload the page, the popup will disappear. Can you check again? I will think of another way to create a popup Yes you are correct. If the page reloads the popup disappears. Link to comment
ekraja Posted September 24 Author Share Posted September 24 On 9/22/2023 at 10:18 AM, ekraja said: Yes you are correct. If the page reloads the popup disappears. @tuanphan Any luck with coding for a different popup which addresses those points discussed? Link to comment
tuanphan Posted September 25 Share Posted September 25 15 hours ago, ekraja said: @tuanphan Any luck with coding for a different popup which addresses those points discussed? I'm still testing this You can remind me if you don't see a response in the next 48 hours. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ekraja Posted September 29 Author Share Posted September 29 @tuanphan Just following up again to see if you were able to figure any other solution? Link to comment
ekraja Posted October 4 Author Share Posted October 4 @tuanphan Where you able to figure out anything? Link to comment
tuanphan Posted October 5 Share Posted October 5 Sorry for delay. Too many messages, missing your. You try checking demo https://tuanphan3.squarespace.com/popup-1?noredirect pass: abc Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ekraja Posted October 6 Author Share Posted October 6 2 hours ago, tuanphan said: Sorry for delay. Too many messages, missing your. You try checking demo https://tuanphan3.squarespace.com/popup-1?noredirect pass: abc I looks good but if I click anywhere outside the popup then it disappears. Link to comment
tuanphan Posted October 12 Share Posted October 12 On 10/6/2023 at 8:31 AM, ekraja said: I looks good but if I click anywhere outside the popup then it disappears. Fixed. You try checking it again Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ekraja Posted October 12 Author Share Posted October 12 3 hours ago, tuanphan said: Fixed. You try checking it again That works perfect, what's the code so I can add it to my website? Link to comment
ekraja Posted October 17 Author Share Posted October 17 On 10/11/2023 at 11:36 PM, ekraja said: That works perfect, what's the code so I can add it to my website? @tuanphan Do you mind sharing that code? Link to comment
tuanphan Posted October 17 Share Posted October 17 Sorry. I used this free tool: https://elfsight.com/popup-widget/ and this code to Custom CSS to disable click outside popup /* disable elf popup outside click */ .Popup__PopupContent-sc-10hgtxd-3.eLmrKa:after { content: ""; background-color: rgba(0,0,0,0.2); position: fixed; top: 0; left: 0; width: 100%; height: 100%; } Note: If the code doesn't run, you can share link to the page where you use popup, I will give code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment