Jump to content

creedon

Circle Member
  • Posts

    9,549
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by creedon

  1. I have updated my cited code. From the changes. fix for variables polluting global space Let me know how it goes.
  2. The issue is you have syntax errors in your code. In Website > Website Tools > Code Injection > HEADER remove the following. <!DOCTYPE html> There should be only one of these on a page and Squarespace already adds that for you. This doesn't manifest the issue you are seeing but you don't want this error to bite you later. You need to reinstall my Fluid Engine Page Section Upgrade Button Hide code as it is incomplete. Incomplete code is a syntax error and will cause issues.
  3. As a developer I have found for most of my clients I need full access to everything as most of my clients are not Squarespace experts and need help with many of the features across their sites. I need to be able to see what they are seeing because I can't be sure they are explaining accurately what is going on when they have issues because they don't have the experience. As far as security, in my observation, SS is not showing sensitive information directly in the editor, like full credits card numbers. So my question would be what specifically would be excluded in this Developer Privileges level? I think that the real issue here is that the privileges model SS uses just isn't adequate to the task. I'm thinking that SS needs something more like a UN*X permissions model. Obviously the concept would need to be adapted because we aren't dealing with file systems but access to records in databases. SS could set up some default groups and users that allow much the same behaviour we get now. But advanced users could set up their own to meet their needs. I doubt this will ever happen. Such a system would be much more flexible and once set up, SS could step back and let their users decide what access is needed for contributors.
  4. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. You may find How to post a forum question post useful. We can then take a look at your issue.
  5. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. You may find How to post a forum question post useful. We can then take a look at your issue.
  6. You can message folks privately by clicking on the images of their posts or click on the mail icon at the top of the forum pages start a message and add their handle.
  7. No. The Summary block 30 item limit is built into it by Squarespace.
  8. The issue is the following ruleset. #our-design-process [data-rte-list] li>*:first-child::before { background-image: url(https://images.squarespace-cdn.com/content/v1/6020418f11ba307a8d020eb8/15dad810-994a-4ab5-b8d1-5e61f1431318/MDG_CustomBullets_Green.png?format=1000w); background-position: center; background-repeat: no-repeat; background-size: contain; content: ''; height: 18px; min-width: 0; vertical-align: middle; width: 25px } Remove the ruleset, make a copy somewhere, and try the following. #our-design-process ul[ data-rte-list ] li > *:first-child::before { background-image : url( 'https://images.squarespace-cdn.com/content/v1/6020418f11ba307a8d020eb8/15dad810-994a-4ab5-b8d1-5e61f1431318/MDG_CustomBullets_Green.png' ); background-repeat : no-repeat; background-size : contain; content : ''; height : 18px; margin-left : -30px; min-width : 30px; vertical-align : middle; width : 0px; } Let us know how it goes.
  9. The reason it is not getting indexed is because the page is telling the search crawlers to not index the page. I would check Blog Settings > Advanced > Page Header Code Injection for the blog page to see if the meta tag has been added there. Please see per-page code injection. If you find <meta name="ROBOTS" content="NOINDEX"> remove it. Let us know how it goes.
  10. I have updated my code. From the changes. fix for changes SS made in how the HTML is loaded fix for adding style tag multiple times
  11. Please see my September 10, 2020 post earlier in this thread.
  12. You could try something like the following in a code block. <div style="display : none;"> enter your text here </div> Let us know how it goes.
  13. Try something like the following. #block-65cb9ff047e78b14b4c3417f ul { line-height : 1.25em; } Let us know how it goes.
  14. In Page Settings (gear icon) click on SEO. Is the SEO TITLE set? If so, remove or change depending on your need. Let us know how it goes.
  15. I'd be very surprised if Squarespace processed JavaScript to get the results of that JS and then indexed that. Generally JS like that is run client-side in the browser.
  16. I suggest also learn how to use the panel search function to find the panels you are interested in. At the top level you can click the search icon. Deeper down in the panels you can click in dead space and type the forward slash character.
  17. I checked a couple of cached versions of pages on Bing and didn't see any identifying information. Also the domain was registered on a domain registrar that provides privacy to the domain owner. The three main ways I know of getting the info are domain registrar (less likely these days than in the past), archive.org, and search engine caches. You might try searching the social networks to see if accounts were created for the website in those places.
  18. It appears you are not using my code. If you use my code and set the settings correctly you should be able to get the effect you want.
  19. I suspect this is because no one has asked for the overlay to be rounded so I haven't attempted to do that. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. You may find How to post a forum question post useful. We can then take a look at your issue.
  20. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. You may find How to post a forum question post useful. We can then take a look at your issue.
  21. I can confirm the behaviour and I say it's a bug (not that SS cares). If you end up dragging the block to big and you want to make it smaller again, try toggling the Style. SS is not here watching for bug reports. Please see item seven on the forum guidelines. To report bugs Contact Customer Support.
  22. I checked several pages of your site and they worked as expected. If you are trying to share links to pages on your site while you are in the editor of your site you don't want to copy and paste the URL from the address bar as it won't work for outside visitors. Please see how to share a link.
  23. My code needs a little assist as you've modified how the SS default menus work. Add the following to Website > Website Tools > Custom CSS. .header-menu-cta { flex-direction : column; } My coding doesn't alter the height specifically but it is altering various elements and that may have changed the height. If you used custom code to alter the height of something you may need to update that code to work with what my code is doing.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.