Jump to content

creedon

Circle Member
  • Posts

    9,534
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by creedon

  1. Yes. I don't have a solution but an observation. The desktop and mobile display use different code for responsiveness. To achieve a similar effect on both devices any code needs to be written for both. Also note that it may not be possible to get the exact same layout because of the screen size differences.
  2. Please post the URL for a page on your site where we can see your issue. 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. We can then take a look at your issue. You may find How to post a forum question post useful.
  3. Please post the URL for a page on your site where we can see your issue. 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. We can then take a look at your issue. You may find How to post a forum question post useful.
  4. To check your site version go to Home > Help in the editor. Down at the bottom of the panel it will show your site version. There is no requirement to update to v7.1 unless you want access to FE. The Classic Editor is a perfectly good editor. I actually prefer it to FE.
  5. If you find yourself in need of mixed columns please see the following.
  6. Link is broken. CSS alone won't get the job done. You need JavaScript, which my code provides, and perhaps some CSS. My code does not meet all people's needs, design wise, as mentioned previously in thread.
  7. Is this post in the right thread? I've not seen any reference to github here.
  8. In general you can hide various elements of the product detail. If you don't setup any payment processors for your site then there is no way for someone to get through a whole purchase cycle. Please post the URL for a page on your site where we can see your issue. 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. We can then take a look at your issue. You may find How to post a forum question post useful.
  9. I'm thinking the curse of Ajax Loading strikes again! Try, temporarily, turning off Ajax Loading to see if the problem goes away. Please note that turning off Ajax Loading will effect the performance of your site. Ajax Loading is designed to increase the loading speed of your site after it first loads. If the problem goes away then it is likely the code has not been written to be Ajax compatible. It would need to be rewritten to be Ajax compatible, assuming it it even possible. You have to decide whether the custom code you are trying to use is worth turning off Ajax Loading. Or, it is worth trying to get an Ajax compatible version of the code. paul2009 has a great article on the ins and outs of Ajax Loading. Please see Why does Squarespace code only work on refresh?
  10. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .pdp-carousel-controls .chevron-next, .pdp-carousel-controls .chevron-prev { background : unset; } </style> This is for v7.1. Let us know how it goes.
  11. Please post the URL for a page on your site where we can see your issue. 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. We can then take a look at your issue. You may find How to post a forum question post useful.
  12. Use column-gap. @media screen and ( min-width : 800px ) { div#block-efac3f7b22e3a3c792ce .form-wrapper .field-list { column-count : 2; column-gap : 8em; } } The column-gap property currently has some limitations.
  13. This can be done. There are several ways you could accomplish a per post effect. The least long term effort method would be to use the following. Then once you pick a tag to use we can update the CSS with new selectors. .my-tag-here .sqs-block-summary-v2 Let us know how it goes.
  14. Please post the URL for a page on your site where we can see your issue. 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. We can then take a look at your issue. You may find How to post a forum question post useful.
  15. CSS can change how things look but not how they work. CSS is like makeup. To change how things work you need JavaScript. JS is the plastic surgeon. Folks are overly concerned about their images being copied. Be aware, even if you use JavaScript someone who really wants your images can defeat your JS code and get them anyway. If you don't want your images shared, don't put them on the internet.
  16. creedon

    Form Design

    You might be able to get closer to the design, please see the following. Let us know how it goes.
  17. Add the following to Page Settings > Advanced > Page Header Code Injection for the page. Please see per-page code injection. <style> .sqs-block-summary-v2 { counter-reset : css-counter 0; list-style-type : none; } .sqs-block-summary-v2 .summary-item { counter-increment : css-counter 1; } .sqs-block-summary-v2 .summary-title::before { content : counter( css-counter ) '. '; } </style> Let us know how it goes.
  18. While is it possible to alter the title of a page with JavaScript, any code we can install happens client side. That means that the code is running in the browser and is not altering the title that is generated by SS's servers. It is up to search engine crawlers to decide if they want to run client side JavaScript or not. There is no guarantee that the search engines will pick up the client side altered version of a page title. I know of no code that alters blog category or tag list page titles.
  19. One issue is your custom code. I'm not sure you can reach a satisfactory result with CSS alone. My quick thinking is adding your image via JavaScript as an element in the announcement bar that then can be manipulated with CSS. I think you get more better spacing overall. I know of no code that currently does this. I also note that your header has a lot of elements. That will make it harder to achieve good spacing. Even with my code disabled locally, the header is crowded. Not a whole lot in the way of answers but perhaps it will help your thinking about your header design. Of course others may have comments that will help. Folks! Please chime in!
  20. Do you have custom CSS, JavaScript, and etc. installed? If so has it been installed since you were able to use shift-return?
×
×
  • 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.