Jump to content

creedon

Circle Member
  • Posts

    9,837
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by creedon

  1. Please see Gallery Sections Image URLs. A bookmarklet for getting Gallery section URLs. Useful in cases where you are storing images that may not be seen directly by the user in a Gallery type presentation but are using the images in custom code.
  2. The forum may cut off the play button. You can double click to expand and then play. Or, you can open the video into a new window/tab.
  3. Please see Scrolling Block Text Gradient. Scrolling Block Text Gradient.mp4
  4. You might find the following thread of interest. Not sure if there is a solution in there but it may help.
  5. It appears the code wasn't designed to deal with french formatted numbers. The original number format is 1 000,00 €. The code first removes the comma then removes .00 but as the original number didn't have a .00, nothing happens. I have pointed to my Store Price Change in this thread in several posts. It should be able to handle your need. Although my code is not specifically language aware it does provide fairly flexible text changing capabilities. The following search replace text settings should get you started. // search text and replacment text example line follows // '[enter search text here between single quotes]' : '[enter replacement text here between single quotes]', '/\\s*(.+)\\s*/' : '$1', // trim white space ',00 €' : ' €', // remove Deutsch and Français decimal '.00' : '', // remove English and Nederlands decimal Let us know how it goes.
  6. It may be possible to do what you want but the code discussed in this thread would not work. The code discussed here is meant to be dropped into a code block which the header does not allow.
  7. Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if 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 documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue.
  8. That is how SS designed their service to work. The URL you are seeing is how you edit your site. The error you are seeing is erroneous. I suggest you whitelist your SS site's build-in domain.
  9. Your site will have two addresses. One under your domain name jfrycoaching.com. This is the address you will give to the public. The other is tiger-finch-44ng.squarespace.com. This address is the SS backend address that you edit your site with. Also known as the built-in domain. If you don't like your built-in domain you can change it. Please see Built-in domains. Sounds like an erroneous warning to me.
  10. This does sound like somewhere along the line, starting from the user's wifi, a block may have been placed on Squarespace or IP addresses that SS uses.
  11. If there are no spaces in the value then the quotes aren't needed by specification. But it is good practice to avoid issues. This sounds like another CSS ruleset used closest and there was a conflict.
  12. The first issue is attribute values, best practice, should be enclosed in quotes, to avoid issues. <p id="closest"></p> After you do that what happens?
  13. Here is a start on understanding Bookmarks. https://support.google.com/chrome/answer/188842 A search on your favorite search engine will provide many articles on bookmarks.
  14. Possibly but it would take JavaScript and to restructure the page in this manner to accommodate using CSS to move the title would be major. It would be much less painful/expensive to use JavaScript to move the title element to a new location. That is certainly a valid CSS only approach to the issue. Well other than having to enter the title twice.
  15. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> @media screen and ( min-width : 768px ) { .tweak-product-basic-item-content-alignment-top .ProductItem-details, .tweak-product-basic-item-gallery-design-stacked .ProductItem-details { padding-top : 0; } } </style> This is for v7.1. Let us know how it goes.
  16. Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if 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 documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue.
  17. The way the page is structured it is not possible to move the title after the image with CSS alone. It might be possible with Javascript/CSS and requires the business plan or above. I am unaware of any code that currently does this.
  18. This is not an overall solution but may address your issue. Please see the following. Let us know how it goes.
  19. This is exactly what happened. SS changed the underlying structures recently. Try the following. .c-lightbox .collection-type-products.view-item .ProductItem .ProductItem-details .product-price::before { content : 'Price '; } Let us know how it goes.
  20. In the calendar block event change code you installed in step 1 of the instructions you will find the following lines. const itemCallbacks = [ [enter function name here replacing square brackets or remove line if not using], ]; const itemFlyOutCallbacks = [ [enter function name here replacing square brackets or remove line if not using], ]; Make it look like the following. const itemCallbacks = [ ]; const itemFlyOutCallbacks = [ cbemca, ]; Let us know how it goes.
  21. It appears you followed the first install step but have not followed the rest of the install steps.
×
×
  • 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.