Jump to content

Beyondspace

Circle Member
  • Posts

    10,143
  • Joined

  • Last visited

  • Days Won

    80

Reputation Activity

  1. Like
    Beyondspace reacted to Rorafilmco in Subtitle below Titles on Blog Summary Page   
    I am trying to add a subtitle below my Blog Title on my Blog Post Summary page. I know I can do the meta data, but i need something more custom. I am wanting to put the Location/Venue name under the Title(Names of the people). And then still have my short excerpt. Is there a way to accomplish this? Screenshot attached for what im trying to accomplish. 
     

  2. Like
    Beyondspace reacted to UKCWP in [FreeShare] Date display format options on all pages   
    https://round-sunflower-sdjs.squarespace.com/config/pages/661140b92d160b42a29969ab
    I can't seem to get the code to work.  I'm trying to change the format from dd/mm/yyyy to eee-dd-mm-yyyy, where eee represents the day of the week i.e. Mon, Tue etc.
    I'm pasting the code into blog settings > advanced > Post Blog Item Code Injection
  3. Like
    Beyondspace reacted to JonJonJon in Is it possible to have a download link that downloads an image instead of opens a page?   
    I would like an image download to start in the background when a button is clicked, as is the norm. Instead squarespace opens a page, requiring an additional right-click step. I can't seem to find how to prevent this.
     
    When using a link, you have the option of page, file,  etc. so I don't understand why when choosing a file, it opens a page regardless.
     
    I am using a code block, but this seems to be the case whatever method i use, such as buttons, forms etc.
    my current html code is:
    <a href="/s/DM042_Wallpaper_Phone.jpg" download="jonpxl_wallpaper_DM042_phone" target="_blank" class="button">WALLPAPER</a>  
  4. Like
    Beyondspace reacted to JonJonJon in Is it possible to have a download link that downloads an image instead of opens a page?   
    @bangank36 yes, to trigger a download. Unfortunately I can't get my site to do that, whether that's through squarespace tools such as buttons etc, or via html
  5. Like
    Beyondspace reacted to JonJonJon in Is it possible to have a download link that downloads an image instead of opens a page?   
    Hi @bangank36 I was wondering if you had a spare moment to help me with this hopefully very small issue? thank you.
  6. Like
    Beyondspace reacted to JonJonJon in Is it possible to have a download link that downloads an image instead of opens a page?   
    Hi, is anyone able to help on this problem? It seems like it would be an easy fix and quite a common question.
  7. Like
    Beyondspace reacted to Liina in Is it possible to have a download link that downloads an image instead of opens a page?   
    I have been looking for the exact same thing. Such a bummer that there is no answer for this question. Does anyone know how to trigger the download of an image file instead of it opening on a page? It would be highly appreciated!
  8. Like
    Beyondspace reacted to Backbone in Is it possible to have a download link that downloads an image instead of opens a page?   
    Hey, wondering if anyone has figured this out yet? I'm also trying to achieve it for work.
  9. Like
    Beyondspace got a reaction from Nicte in [FreeShare] Date display format options on all pages   
    Update 01-April-2024
    Latest changes on dateformat plugin
    - Update Blog item and Blog list item on Brine 7.0 template
    - Update the mechanism of the date formatter using DOM attribute for faster initialization
    Checkout latest version of date format here
  10. Like
    Beyondspace reacted to Tamika in Spotify Playlist: Code Block OR Embed   
    Hi! Could anyone advise if it is best to use the Code Block or Embed to add a Spotify playlist to my website? The code on Spotify says Embed, but when I use Embed I end up with a lot of extra space below. When I add the code to the Code Block, it fits better without the extra space. I just want to know if it matters which one is used or if one is better for functionality. Thanks!
  11. Like
    Beyondspace reacted to CoraErickson in Spotify Playlist: Code Block OR Embed   
    Maybe you have some reason, try experimenting with spotify versions at https://modilimitado.io/pt/ that I used
  12. Like
    Beyondspace reacted to fercoresc in Remove close button border on gallery Lightbox   
    Hello! 
    I recently did some customisation to my Lightbox for a strips gallery page on my website. The result is exactly what I wanted except I have not been able to remove the container border for the close button, as shown in the screenshot below. It only appears after using the previous / next navigation on the lightbox. Is there any way to remove it?
    Page URL is www.fernandacortina.com/gallery. This is the code I used for the changes I made:
     
    /*** Lightbox customisation ***/ .gallery-lightbox-close-btn-icon { top: 20px; bottom: auto; right: 10px; left: auto; } /* change the background color - gallery*/ .gallery-lightbox-background{ background: #ffffff; opacity:0.98; } /* change the close button color - gallery */ .gallery-lightbox-close-btn-icon { color: #9D9D9D!important } /* change the prev/next controls - gallery */ .gallery-lightbox-control-btn-icon *{ color: #9D9D9D; } /* add close text before button */ .gallery-lightbox-close-btn-icon:before { font-family: 'nourd-light'; font-weight: 500; font-size: 13px; letter-spacing: 1px; color: #7D7C7C!important; content: "CLOSE"; position: absolute; /* Change from relative to absolute */ top: 2px; /* Adjust this value as needed */ left: -48px; /* Adjust this value as needed */ }
  13. Like
    Beyondspace reacted to Follan in Is there a way to auto populate form fields if a user has registered and logged in?   
    Hi,

    I would like to have an order form automatically populate the name, address, email, phone etc field.... for a user that has registered on the website and logged in already. 

    Is that possible?
  14. Like
    Beyondspace reacted to Mystah in Changing the date format of blog posts   
    Hi,
    Thanks, but then the month dissapears. i want for example "13 nov. 2023".
    I tried dd mmm yyy and d mmm yyy, but then there is no "." after abbreviated months, and the months are in english and not swedish..
  15. Like
    Beyondspace got a reaction from SarahFrancesBrandCo in removing add to cart and chekcout   
    Try adding to Home > Design > Custom CSS
    .list-grid .grid-prices, .product-price, .ProductItem-details .sqs-add-to-cart-button-wrapper { display: none; } Support me by pressing 👍 or marking as solution if this is useful for you
  16. Like
    Beyondspace got a reaction from SarahFrancesBrandCo in Updated Code to Hide pricing, quantity and purchase button   
    Please share your site url so I can take a look
  17. Like
    Beyondspace got a reaction from SarahFrancesBrandCo in How to enable "Add to Cart" for specific items only?   
    Each product page on squarespace has a unique id. You can use your above code with item id to set the appropriate style for add to cart button

    You can the following extension to get page id: squarespace id finder - Google Search
  18. Like
    Beyondspace got a reaction from sarawhite in Custom highlight color for text, need text to change color when highlighted   
    You can try adding to Home > Design > Custom Css
    ::selection { color:#fff; background: #ccc; /*if you want custom the selected text*/ } Support me by pressing 👍  or marking as solution if this useful for you
  19. Like
    Beyondspace reacted to alsmith877 in Help with Accordion Markdown   
    I couldn't make it work but I decided to go with the legacy solution. I found a way to get it to do the layout I wanted. Thank you again!
  20. Love
    Beyondspace got a reaction from Patrickvhnederend in Activate third-party widget with button in header   
    I've just updated my code, try again and let me know how it works
  21. Like
    Beyondspace reacted to k8pq in Exclude Event Summary Box from Custom CSS   
    @Beyondspace That worked like a charm! Thanks so much. 🙂
  22. Love
    Beyondspace got a reaction from k8pq in Exclude Event Summary Box from Custom CSS   
    if it has only 2 summary blocks, i think we should select directly the one you want to apply style.
    If you intend to have more than 2 ones and set style for 2 summary blocks and exclude the mentioned section, you can try the following Css code
    .summary-v2-block.sqs-block-summary-v2:not(#block-yui_3_17_2_1_1710347334583_18027) .summary-block-setting-design-list .summary-item, .summary-v2-block.sqs-block-summary-v2:not(#block-yui_3_17_2_1_1710347334583_18027) .summary-item.positioned { padding-bottom: 50px !important; } .summary-v2-block.sqs-block-summary-v2:not(#block-yui_3_17_2_1_1710347334583_18027) .summary-content { position:relative; } .summary-v2-block.sqs-block-summary-v2:not(#block-yui_3_17_2_1_1710347334583_18027) .summary-title .summary-title-link::after { content: 'REGISTER HERE'; background-color: black; border-radius: 0px; display: block; padding: 13px 26px; font-size: .75rem; font-weight: 500; font-style: normal; line-height: normal; text-transform: uppercase; letter-spacing: 1px; color: white; background-color: black; border-color: white; border: 1px solid #ffffff!important; position: absolute; bottom: -60px; } .summary-v2-block.sqs-block-summary-v2:not(#block-yui_3_17_2_1_1710347334583_18027) .summary-title .summary-title-link:hover::after { opacity: .8; }  
    Let me know how it works on your site
  23. Like
    Beyondspace reacted to bartseijbel in Use masonry grid in Portfolio project   
    Hey!
     
    I'd love to display my portfolio as a masonry. I've read a few forum post about installing Macy.JS for that,  and so I tried. But I really don't understand how I can install this on my website. Any help would be appreciated! I'd like to have a masonry style grid like the portfolio on https://www.verasfawaz.com/
    Website: www.bartseijbel.nl
    Thanks!
  24. Like
  25. Like
    Beyondspace reacted to Beyondballhawaii in How to enable "Add to Cart" for specific items only?   
    <style>
        #item-65bc2f73a96a806b3a8d7d26 .ProductItem-details .sqs-add-to-cart-button-wrapper {
        
          display : none;
          
          }
          
      </style>
     
    found the code above on this forum and it solved my issue. Thank you for recommending the square id finder, very helpful.
×
×
  • 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.