-
Posts
15 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by SimplyIconic
-
Website will not display on ANY Wifi signal
SimplyIconic replied to 4EVRGRN's topic in Site Structure & Navigation
Hi, Not sure if you have solved this issue. Maybe run though some of the steps in this link I have provided. I know it is a slightly different issue but maybe doing some of these steps might make it work. Let me know what your website URL is as well so I can test it on my end. https://support.squarespace.com/hc/en-us/articles/115004581087-Troubleshooting-browser-issues Let me know how you go. cheers, -
Hi, Not sure if you have seen this article for landing pages on Squarespace. Have a read and let me know if this helps. https://support.squarespace.com/hc/en-us/articles/205814388-Creating-a-landing-page cheers,
-
Hey bud, When you click on the editor and then click on colours. Then select the colour theme you have chosen for the section that the button is in. Once you have done that click on the button and it should just show that buttons colours in the editing panel. Then you should be able to choose the right colour or the background etc. See my screenshot below. Let me know if this helps.
-
Hi, What browser on the mobile are your using? Sometimes the phone browser will force dark mode. Can take a look at this article. https://www.ctrl.blog/entry/samsung-internet-night-mode.html Let me know your thoughts.
-
Alignment and Font Showing Up Incorrectly
SimplyIconic replied to shadeyemo's topic in Site Design & Styles
FYI the group aligned button is the first one in the grey box above the word professional. -
Alignment and Font Showing Up Incorrectly
SimplyIconic replied to shadeyemo's topic in Site Design & Styles
Have you tried selecting all of them inside the editer together and ensured they are group aligned to the left? Check out my screenshot see if this helps. Let me know. -
Hi Elaine, Looks like this feature does not exist yet. But you can do the following that will at least get you some sort of notification when someone subscribes. Connect a Google Sheet to your newsletter block and then set up an email notification any time the sheet is updated. In Squarespace > Edit Newsletter Block > Storage > Other Options > Connect Google Drive In Google Sheet > click Help > type Edit Notifications > Choose notify me when any changes are made > Send email right away > Save
-
How do I remove this section?
SimplyIconic replied to carleeclarkeart's topic in Site Design & Styles
Hi, I found this post similar to yours maybe take a read and see if the suggestions suit your requirements. Let me know how you go. -
Hey, I found this post that had people asking similar questions. There is some different code in there. Maybe give it a shot and see if it works. Let me know how you go.
-
Why cant I edit the theme styles (colors, typogrpahy)
SimplyIconic replied to rio9's topic in Site Design & Styles
Maybe check this article out and ensure you have been given the right permissions discussed inside it. Let me know if this helps. https://support.squarespace.com/hc/en-us/articles/206537287-Inviting-a-contributor- 2 replies
-
- design
- style-editor
-
(and 2 more)
Tagged with:
-
Hi Guys, I had a client ask me this and found this solution. Let me know if this helps. https://ryandejaegher.com/how-to-add-a-desktop-burger-to-squarespace-7.1/ Cheers Andrew,
- 4 replies
-
- accessibility
- banner
-
(and 3 more)
Tagged with:
-
Editing unlinked page domain
SimplyIconic replied to SWAC_Allie's topic in Site Structure & Navigation
Hi Allie, So when people click on an ad what domain do you want them to be directed to? Are you wanting them to go to landing page on the square space domain and then be directed to your actual website? Cheers Andrew.- 1 reply
-
- url
- landing-page
-
(and 3 more)
Tagged with:
-
button not appearing on mobile site
SimplyIconic replied to kathyboch's topic in Site Structure & Navigation
Hi Guys, I found this code snippet which I tried and got it to work on one of my sites, to add a CTA button on top of the mobile header. Give it a go and let me know. /* Show button on mobile menu*/ @media screen and (max-width:1024px) { /* show button */ .header-actions { display: block !important; } .header .header-actions-action--cta { display: block; width: 10% !important; } /* logo width */ .header-title-nav-wrapper { flex: 50% !important; } }