Jump to content

creedon

Circle Member
  • Posts

    9,499
  • Joined

  • Last visited

  • Days Won

    79

Community Answers

  1. creedon's post in Url mapping was marked as the answer   
    It worked for me. I went to glorisings.com/teaching and was redirected to glorisings.com/singinglessons.
  2. creedon's post in Can't get URL mapping to work was marked as the answer   
    You must include the forward slash at the beginning of each URL slug. Look at my screenshot.
  3. creedon's post in Banner Difficult to Read was marked as the answer   
    SS has style tweaks for that element.


    Let us know how it goes.
  4. creedon's post in Change Placeholder "search" text in search bar was marked as the answer   
    Please see the following.
    Let us know how it goes.
  5. creedon's post in Summary Masonry: how to change media query? was marked as the answer   
    As far as I can tell this element is totally handled by SS backend calculations. It doesn't surprise me as it's a masonry effect. As far as I can tell there is no media queries controlling the wrapping. The code seems to use 994px as a breakpoint.
    Add the following to Page Settings > Advanced > Page Header Code Injection for the page. Please see per-page code injection.
    <style> @media ( max-width : 994px ) { #block-57077bc162dcc036a685 .summary-item-list { display : flex; flex-direction : column; gap : 50px; height : unset !important; } #block-57077bc162dcc036a685 .sqs-gallery-design-autocolumns-slide { position : unset; } } </style> This is for v7.1 and specific to the poster's need.
    I don't have an immediate solution for issue #1.
    Let us know how it goes.
  6. creedon's post in How to highlight key words in a different font was marked as the answer   
    You can change all italics text to a serif.
    For a site-wide effect add the following to Website > Pages > Website Tools > Custom CSS.
    .sqs-block-html em {   font-family : serif;   font-style : unset;      } This is for v7.1.
    The effect could be restricted to a page or even specific blocks with different CSS selectors.
    You could also choose a font other than the basic serif font.
    Let us know how it goes.
  7. creedon's post in Linking an SVG image in footer to home page was marked as the answer   
    Wrap your SVG code in the following should do the trick.
    <a href="/"> <span style="display : block;">   [insert svg code here] </span> </a> Let us know how it goes.
  8. creedon's post in Hide "You Might Also Like" videos section was marked as the answer   
    Add the following to Website > Website Tools > Custom CSS.
    .lessons-item-related-wrapper {   display : none;      } This is for v7.1.
    This is a pretty general selector so if it hides element you don't want hidden, let us know and we can refine the selector.
    Let us know how it goes.
  9. creedon's post in Cant edit photo gallery, cause edit block is on the other side of page was marked as the answer   
    The issue is with the following code.
    @media only screen and (min-width: 641px) {   #collection-61e162c50352595445aa7488 #page .page-section:nth-of-type(4) {     width:46%;     min-height: 81vh;     align-items: center;     float: left   }   #collection-61e162c50352595445aa7488 #page .page-section:nth-of-type(5) {     width: 35%;     min-height: 80vh;     align-items: center   }   #collection-61e162c50352595445aa7488 #page .page-section:nth-of-type(6) {     clear: both   } } It doesn't take into account what moving these elements about will do in Preview/editor.
    You need to disable the effect when editing so as not to interfere with the editor.
    /* split section effect, uses LESS syntax */ @media only screen and ( min-width : 641px ) { html:not( .squarespace-damask ) #collection-61e162c50352595445aa7488 #page .page-section { &:nth-of-type( 4 ) { align-items : center; float : left; min-height : 81vh; width : 46%; } &:nth-of-type( 5 ) { align-items : center; min-height : 80vh; width : 35%; } &:nth-of-type( 6 ) { clear : both; } } } This is for v7.1.
    Note the use of html:not( .squarespace-damask ) to disable the effect while in the editor. To test it use private browsing.
    Let us know how it goes.
  10. creedon's post in Styled quotation mark works in browser – except in chrome. Why? was marked as the answer   
    I suggest removing the extra character ( » ) in the text. Remove the CSS for your current effect, make a copy somewhere. The try the following.
    /* begin quote effect */ .sqs-block-quote blockquote { margin-bottom : 2em; } .sqs-block-quote blockquote span:first-child, .sqs-block-quote blockquote span:last-child { visibility : hidden; } .sqs-block-quote blockquote span:first-child::before { color : #f8d03f; content : '»'; font-size : 5em; visibility : visible; } .sqs-block-quote blockquote span:last-child::before { color : #f8d03f; content : '«'; font-size : 5em; vertical-align : top; visibility : visible; } /* end quote effect */
    Let us know how it goes.
  11. creedon's post in Why does the mobile version of my website have black blocks in the tiles? was marked as the answer   
    The following custom CSS is involved in your issue. Remove it.
      figure[style] {     transform:initial !important   } Let us know how it goes.
  12. creedon's post in Which Plan do I really need was marked as the answer   
    I'm confused. Are you saying you are unable to create a Product page on your v7.0 using the Montauk template family?

    I create Store/Products pages all the time on trial sites.
    So the plan you have has nothing to do with the ability to create store/products pages.
    The plan does have an effect on if the store can be used by site visitors and how much you pay in fees and such.
  13. creedon's post in Portfolio Page Layouts :( was marked as the answer   
    I am unaware of any 3rd party portfolio layouts but that doesn't mean none exist.
    Whatever layouts you are seeing is what you have access to by default.
    You are not missing anything.
  14. creedon's post in How to add a unique style to header's second button? was marked as the answer   
    You may be able to do this with pure CSS.
    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. creedon's post in Make original price come first in product page was marked as the answer   
    If you follow the links to the Github repository you should see that the code should work with both v7.1 and v7.0 ( Brine ).
  16. creedon's post in I can't locate how to edit a piece of information since Squarespace changed over its design navigation was marked as the answer   
    Ignore the part about CSS and focus on how to search for panels that have been moved in the UI. Forward slash is your friend.
  17. creedon's post in Can users upload images to a gallery was marked as the answer   
    Squarespace does not offer the features you want natively.
    If you find external services that offer what you want via code that can be installed on your site, SS allows you to install custom code. Whether the code will work with SS, you won't know until you try.
  18. creedon's post in I cannot find the data-section-id's of my website, neither can the Squarespace ID Finder extension was marked as the answer   
    You are not finding data-section-ids on your site with Squarespace ID Finder because v7.0 sites don't have sections. Sections are a v7.1 feature.
  19. creedon's post in My shopping cart page gives a 404 was marked as the answer   
    This looks like it might be an SS issue. But before you contact customer service...
    What happens if you set 404 page back to the System Default? Design > Not Found / 404 Page.
  20. creedon's post in Bizarre Boxes can not explain was marked as the answer   
    Several ways you could go.
    Use HTML character entity &nbsp; between </a> and <a> like so...
    </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a>
    The above would not be my favorite way to go.
    I'd be more likely to something like the following.
    <div style="display : flex; gap : 5em;"> <a>blah blah blah</a> <a>blah blah blah</a> <a>blah blah blah</a> <a>blah blah blah</a> </div>  
  21. creedon's post in DNS CNAME records current data values are in red, all the A records report as "Record Found"...is that an issue? was marked as the answer   
    Your CNAME records have extraneous info. They should be verify.squarespace.com and ext-cust.squarespace.com.
    I'm unfamiliar with your domain host and how they do things but each has similar but slightly different ways of doing things. I'm thinking the way your CNAMEs came out you might need to add a period at the end of the SS domain names...
    verify.squarespace.com.
    ext-cust.squarespace.com.
    The period may prevent auto adding of your domain name to the end of the CNAME records.
    We aren't there with you so try to verify the domains before you leave their editor to see that the CNAMEs are correct.
    Another tip. Each record may have a TTL (time to live) field. When editing records if you can lower the TTL you can more quickly turn around records changes if there are mistakes. Again this all depends on your domain host and how they do things. Rule of thumb I use is when the records are all good and working, use 86400 seconds for the TTL. Before working on the records change the TTL to 300 seconds.
    You can learn more about DNS records, TTL, and such by using your favorite search engine.
    Your domain host may provide specific details on how their DNS configuration system works.
  22. creedon's post in How do I solve this variants problem? was marked as the answer   
    Would a product form work for your situation? You could add 3 radio fields with 10 options each, one for each card in the set.
    Product form information rides along with the item added to the cart and a order.
  23. creedon's post in Contact form block layout problem was marked as the answer   
    The issue is Custom CSS that is causing the white space issues you are seeing.
    white-space: nowrap needs to be removed from your rule-sets to restore the natural spacing the browser uses.
     
  24. creedon's post in text popping up between pages loading was marked as the answer   
    You can safely remove content_copy from Header field.
  25. creedon's post in Want to remove announcement bar - but can't find where! was marked as the answer   
    Go to Marketing > Announcement Bar.
    Alternatively click on the search icon and type what you are looking for.

    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.