Jump to content

ievavi

Circle Member
  • Posts

    78
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    ievavi got a reaction from kirillillenkov in Footer Reveal on Scroll   
    Heey, Kill! Thanks for sweet words — yes, of course! 🙂

    Squarestylist's mega menu could be a good starting point and then you can customised according to your needs: https://www.squarestylist.com/shop/mega-menu

    If free alternative, this article can be very helpful: https://ryandejaegher.com/how-to-add-a-desktop-burger-to-squarespace-7.1/

     
  2. Like
    ievavi got a reaction from Beyondspace in Expand nested pages in folder in mobile menu 7.1   
    Site URL: https://www.ievaviphoto.com/
    Hi! I'm looking for a solution how the pages inside the folder (Info) would be visible on Mobile Menu without clicking. Something similar to the attached example:

    My site: www.ievaviphoto.com

  3. Like
    ievavi got a reaction from Beyondspace in Display price above Quantity and Add to Cart Buttons   
    Site URL: https://rocksforlife.com/
    Hello,

    I would love the price to be displayed above Quantity and Add to Cart buttons rather than under the product title.  How could I achieve that?

    This code doesn't work for me since I also want Quantity and Add to Cart buttons to be displayed in one line for desktop.
    section.ProductItem-details .ProductItem-details-checkout { 
    display: flex; 
    flex-flow: column; 

    .ProductItem-details .ProductItem-details-excerpt { 
    order: 1 !important; 

    .ProductItem-details .product-variants { 
    order: 2 !important; 

    .ProductItem .ProductItem-details .product-quantity-input { 
    order: 3 !important; 

    .ProductItem-details .ProductItem-product-price { 
    order: 4 !important; 

    .ProductItem-details .sqs-add-to-cart-button-wrapper { 
    order: 5 !important; 

    .ProductItem .ProductItem-additional { 
    order: 6 !important; 
    }

    Example: https://rocksforlife.com/our-jewellery/double-pav-hoop-large-white-gold

    Thank you!
  4. Like
    ievavi got a reaction from tuanphan in Hide current post from the summary block   
    Brilliant! Will check those resources, @tuanphan @RyanDejaegher
  5. Like
    ievavi got a reaction from Beyondspace in Hide current post from the summary block   
    Brilliant! Will check those resources, @tuanphan @RyanDejaegher
  6. Like
    ievavi got a reaction from Beyondspace in Change the currency symbol in products   
    Site URL: https://rocksforlife.com/
    Looking for a solution to change the currency symbol across the e-commerce shop. It seems that JS will be needed since after choosing a variant (variants) the currency symbol goes back to default.. My aim is to swap “kr” to “DKK”

    CSS code I implemented:
     
    .sqs-money-native:before { content:'DKK '!important; } Site: https://rocksforlife.com/our-jewellery
  7. Thanks
    ievavi got a reaction from creedon in ADD TO CART BUTTON next to Variants   
    So simple! Thank you loads!
  8. Like
    ievavi reacted to paul2009 in Can someone help me change coding to get rid of decimal places in my pricing?   
    Update: Please note that 'pricing' answers provided earlier than 23 August 2022 no longer function as intended. This is due to a Squarespace update on this date.
  9. Thanks
    ievavi got a reaction from creedon in ADD TO CART BUTTON next to Variants   
    Fantastic! Thank you thank you thank you!
  10. Like
    ievavi reacted to creedon in ADD TO CART BUTTON next to Variants   
    I have updated my code post again.
    Let us know how it goes.
  11. Like
    ievavi got a reaction from JamIsJam88 in Hide current post from the summary block   
    Thank you, that works brilliantly hiding the current post! But may I know how to still display 2 posts instead of one (they are categorised by the tags)?
  12. Like
    ievavi got a reaction from Beyondspace in Hide current post from the summary block   
    Thank you, that works brilliantly hiding the current post! But may I know how to still display 2 posts instead of one (they are categorised by the tags)?
  13. Like
    ievavi got a reaction from Beyondspace in Footer Reveal on Scroll   
    Ba! You are amazing! Thanks so much!! I will keep this post up since I saw other people were looking for a solution 🙂

    Best,
    Ieva
  14. Like
    ievavi reacted to Beyondspace in Footer Reveal on Scroll   
    Could you try this
    @media only screen and ( min-width: 640px ) and ( max-width: 768px ) { .Site { margin-bottom: 505px; /*This may to be adjusted depending on the content of your footer*/ } .Footer { position: fixed; z-index: -1; height: 505px; /*This may to be adjusted depending on the content of your footer*/ width: 100%; bottom: 0; } .Footer-inner { position: fixed; width: 100%; bottom: 0; padding: 10px 0; } } @media only screen and ( min-width: 768px ) { .Site { margin-bottom: 605px; /*This may to be adjusted depending on the content of your footer*/ } .Footer { position: fixed; z-index: -1; height: 605px; /*This may to be adjusted depending on the content of your footer*/ width: 100%; bottom: 0; } .Footer-inner { position: fixed; width: 100%; bottom: 0; padding: 10px 0; } }  
×
×
  • 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.