Jump to content

creedon

Circle Member
  • Posts

    9,559
  • Joined

  • Last visited

  • Days Won

    79

Reputation Activity

  1. Like
    creedon got a reaction from paul2009 in Hidable Text   
    Folks. If you are enlarging or shrinking (zoom in or out) via the browser then all bets are off for the effectiveness of any custom CSS. It's hard enough to code for 100%. To code for plus or minus is impossible because the browser zoom factor is an emulation in the browser which we have little influence over.
  2. Like
    creedon got a reaction from paul2009 in HOW DO I ADD A SITEMAP TO MY SITE?   
    Squarespace does this for you when you purchase a plan for your site.
    Also note that SS does not allow you to create your own or edit theirs.
  3. Thanks
    creedon reacted to jdowner in Accessible templates for autistic people   
    Thank you!
  4. Like
    creedon got a reaction from Collaborada in HOW DO I ADD A SITEMAP TO MY SITE?   
    Squarespace does this for you when you purchase a plan for your site.
    Also note that SS does not allow you to create your own or edit theirs.
  5. Thanks
    creedon reacted to FezkoDesigns in What version of squarespace is this and how do I upgrade to fluid engine?   
    @creedon It was on 7.0 and I was able to update the site to 7.1 - Thank you so much for your help!!
  6. Thanks
    creedon got a reaction from FezkoDesigns in What version of squarespace is this and how do I upgrade to fluid engine?   
    It looks like v7.0 but without the URL I can't say for sure.
    If you go to Website > Pages and scroll all the way down, you can see the version number of SS.
  7. Like
    creedon got a reaction from bsnsAtlas in Filtering the Asset Library   
    This is a long time feature request and has been mentioned in this forum but so far no joy from Squarespace. Keep in mind SS doesn't follow this forum for feature requests. Only official method is contacting Customer Support.
    The feature sounds simple but I think it actually may be harder than one might think.
  8. Like
    creedon got a reaction from Mari5697 in Remove navigation wording/link   
    There is no way to detect a site visitor's intention to click on the add to cart button. It may be possible to do something when they click on the add to cart button.
    I'm wondering if your intent is to encourage them to only make one purchase of this product at a time? If so SS provides Express checkout. Turning it on affects all products. If you need only some products I have code I can point you to some code that can help.
  9. Like
    creedon reacted to NoahSnowdayDesign in Editing without Publishing   
    It's been awhile, but for those still coming across this post, another solution is to duplicate the page, set the duplicate page to private (or "disabled") and make edits and changes. When the updates are finished, switch out the updated page for the old version.

    As an example, if you needed to make updates to the "Services" page while keeping it live, duplicate it, set the new page url to "Services-New", and make sure it's set to disabled. Once the edits are complete, go to the page settings for the live, old version and change the url to "Services-Old" while disabling it. Then quickly change the "Services-New" updated page url to "Services" and make it public by enabling it in page settings.

    Far less complicated than it seems and a very easy solution to this problem.
  10. Thanks
    creedon reacted to Bexxx in How to hide all products on main shop page not only the ALL hyperlink   
    Yes that fixed it!!!! Your my hero!! 🙏
  11. Like
    creedon got a reaction from Bexxx in How to hide all products on main shop page not only the ALL hyperlink   
    I have updated my code.
    Let us know how it goes.
  12. Thanks
    creedon reacted to kellicox90 in Limit Character Count on Forms   
    ohhhh im sorry!!! Yes, it was a knee jerk message as I was in the backend testing other things in there!! Sorry for wasting your time, and also thank you for such a great workaround.
  13. Like
    creedon got a reaction from Bexxx in How to hide all products on main shop page not only the ALL hyperlink   
    Remove, make a copy somewhere, any previous attempts at the effect you want.
    Add the following to Website > Pages > Website Tools > Custom CSS.
    <style> .collection-type-products.view-list .page-section.collection-type-products { display : none; } </style> Let us know how it goes.
  14. Thanks
    creedon got a reaction from ChrisConyers in External Payment API   
    You can not integrate outside payment processors with Squarespace's e-commerce systems.
  15. Thanks
    creedon reacted to jimmc_69 in Why can't I single space   
    I knew it was not that hard!  I looked everywhere, and they kept saying I had to code it.
    Worked perfectly, thank you@
  16. Like
    creedon got a reaction from Meghanmv111 in form invisible unless refreshed   
    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.
  17. Thanks
    creedon got a reaction from DanGen in Please help confirm I'm conveying the right information   
    This all sounds pretty accurate.
    I suggesting taking out the flat-rate.
  18. Thanks
    creedon reacted to GMA in How can I add more than 4 columns to a grid in a portfolio page   
    It works now! Thanks!!
  19. Like
    creedon got a reaction from GMA in How can I add more than 4 columns to a grid in a portfolio page   
    Remove the code from where is was previously installed.
    Add the following to Website > Pages > Website Tools > Custom CSS.
    /* begin portfolio grid columns n License : < https://bit.ly/3MtSOLx > Version : 0.2.1 SS Version : 7.1 By : Thomas Creedon < http://www.tomsWeb.consulting/ > */ @media screen and ( min-width : 768px ) { body#collection-662577912ab537735b9dd372 .portfolio-grid-basic, body#collection-662577912ab537735b9dd372 .portfolio-grid-overlay { --columns : 5; /* do not change anything below, there be the borg here */ grid-template-columns : repeat( var( --columns ), minmax( 0, 1fr ) ); } } /* end portfolio grid columns n */ This is specific to the poster s need.
    Let us know how it goes.
  20. Love
    creedon got a reaction from KatieH25 in Adding Form to Every Product Page   
    My apologies. Please try the link again. It should be working now. Let me know how it goes.
  21. Like
    creedon reacted to plloyd88 in Updated to 7.1 and header has disappeared   
    That worked, thank you so much.
  22. Like
    creedon got a reaction from PerryNorgarb in I don't see the "Create a Draft" link for a Page when I click on the gear icon for that page.   
    Regular pages don't have a draft status. Page types that are collections like Blog or Events have a draft status for their individual items.
    If you want to work on a regular page, out of site, put it in Not Linked and toggle Enable Page to off.
  23. Love
    creedon got a reaction from raymond3l in Esc key login no longer exists   
    Please see Page Edit Keys.
    Synopsis
    Activate Squarespace editor using a key sequence.
    I don't know if my code fully replicates how SS's escape key function worked. Obviously I can't compare the behaviour of SS's code to mine.
    I suggest not using the Escape key alone but use it with a modifier key such as alt/option, control, and/or command/meta keys. Site visitors are probably less likely to hit a multi-key combo and get dumped into the SS account login screen than if just the escape key is pressed.
    Let me know how it goes.
  24. Thanks
    creedon reacted to GMA in How can I add more than 4 columns to a grid in a portfolio page   
    Thanks!! It worked!!
  25. Like
    creedon got a reaction from GMA in How can I add more than 4 columns to a grid in a portfolio page   
    Please see the following.
    Let us know how it goes.
×
×
  • 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.