realfoodginger Posted May 29, 2021 Share Posted May 29, 2021 Site URL: https://realfoodginger.com Hi there! I've search all over and can't seem to find the code to hide a ConvertKit pop up on specific SquareSpace pages. I would think this would be a popular thing to need, but I spent over an hour searching and can't find a darn thing about it. I have some opt-in pages on my site and don't want a different opt-in to distract someone... Any help would be appreciated! I have SquareSpace 7.0 Pacific theme and using the Poplar modal on ConvertKit. TIA! p.s. ignore the formatting of the pop up box - that is being updated shortly. Link to comment
tuanphan Posted May 30, 2021 Share Posted May 30, 2021 Add to Page Header (page where you want to hide popup) <style> .formkit-overlay { opacity: 0 !important; } </style> realfoodginger 1 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
realfoodginger Posted June 1, 2021 Author Share Posted June 1, 2021 Oh my gosh, thanks so much, Tuanphan!! Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 On 6/1/2021 at 10:52 PM, realfoodginger said: Oh my gosh, thanks so much, Tuanphan!! Do you want to solve these? Site URL: https://healthfulginger.com/ 1. (Mobile-Start here) Move image to top of text? 2. (Tablet-Start Here) Align 3 buttons? 3. (Mobile-Overlay Menu) 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
realfoodginger Posted June 4, 2021 Author Share Posted June 4, 2021 Haha you're finding all my issues! I certainly wouldn't mind fixing those! Link to comment
tuanphan Posted June 5, 2021 Share Posted June 5, 2021 22 hours ago, realfoodginger said: Haha you're finding all my issues! I certainly wouldn't mind fixing those! Add to Design > Custom CSS /* mobile */ @media screen and (max-width:640px) { /* start here */ div#page-5b339b1df950b7fadb98d170>.row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } } /* tablet */ @media screen and (max-width:900px) and (min-width:641px) { /* start here align 3 buttons */ div#block-yui_3_17_2_1_1530109655602_4446+.row .html-block { min-height: 350px; } } 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
realfoodginger Posted June 5, 2021 Author Share Posted June 5, 2021 Thanks Tuanphan! Unfortunately most of it didn't change. The first testimonial image comes up first, but then the second one moved to the bottom. And then I also don't see a difference in the toggle or in the alignment in the tablet view. I'm not too worried about these though. The third image I added is a little more concerning to me as it shows the incorrect image with the text. I also noticed that the symbols in the other image aren't properly lining up.. Is there a way to fix this? Link to comment
tuanphan Posted June 5, 2021 Share Posted June 5, 2021 I see it worked here. Try checking on real mobile. 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
realfoodginger Posted June 6, 2021 Author Share Posted June 6, 2021 Hmm weird... I did look from my phone initially, then grabbed the matching images from the mobile preview. Link to comment
tuanphan Posted June 7, 2021 Share Posted June 7, 2021 (edited) On 6/6/2021 at 7:54 AM, realfoodginger said: Hmm weird... I did look from my phone initially, then grabbed the matching images from the mobile preview. Can you take screenshot on your mobile? and which mobile/browser do you use? Edited June 7, 2021 by tuanphan 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
realfoodginger Posted June 7, 2021 Author Share Posted June 7, 2021 All these were taken from Chrome browser on my Samsung. Shows the same on my Samsung browser. Link to comment
tuanphan Posted June 8, 2021 Share Posted June 8, 2021 On 6/6/2021 at 7:54 AM, realfoodginger said: Hmm weird... I did look from my phone initially, then grabbed the matching images from the mobile preview. Try new code /* mobile image text order */ @media screen and (max-width:640px) { /* start here */ div#page-5b339b1df950b7fadb98d170>.row:nth-child(2) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } } 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
realfoodginger Posted June 8, 2021 Author Share Posted June 8, 2021 7 hours ago, tuanphan said: Try new code /* mobile image text order */ @media screen and (max-width:640px) { /* start here */ div#page-5b339b1df950b7fadb98d170>.row:nth-child(2) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } } Unfortunately that didn't work either. Link to comment
tuanphan Posted June 10, 2021 Share Posted June 10, 2021 Use new code /* start here */ div#page-5b339b1df950b7fadb98d170>.row:nth-child(2) { display: flex !important; flex-direction: column !important; } } 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