Jump to content

genfoch01

Circle Member
  • Posts

    71
  • Joined

  • Last visited

Reputation Activity

  1. Like
    genfoch01 got a reaction from Jackie123 in how can i change the product breadcrumb home url   
    Hey that seems to work well!
     
    is there some documentation I should have read to figure this out? (IE did i miss something ) ? 
    I have a couple other breadcrumb questions should i open new threads for them? 
     
    I really appreciate your time, i've been researching this for a while and drew a blank.
     
     
  2. Like
    genfoch01 got a reaction from Belizabeth in how can i move the header button to the left of the shopping cart   
    thanks for the quick response !  
    and i accidently figured out how to make it smaller. there is no way to edit the header button, but if you add another button on a page, you can edit the button style which will allow you to change ALL the buttons styles which includes the header button. 
    I can't thank you enough for the help!  
     
  3. Like
    genfoch01 got a reaction from sarawhite in Fluid Engine Bug?: Accordion Block Moves Image Block When Accordion Opens   
    I just ran into this bug. I did go to the customer care and relayed the issue to the engineering team via chat.  Its a bit odd this got through QA. I makes the block unusable 
  4. Like
    genfoch01 got a reaction from tuanphan in how can I change the folder dropdown background color   
    Perfect!  thank you!
  5. Like
    genfoch01 got a reaction from melmotz in Fluid Engine Bug?: Accordion Block Moves Image Block When Accordion Opens   
    I just ran into this bug. I did go to the customer care and relayed the issue to the engineering team via chat.  Its a bit odd this got through QA. I makes the block unusable 
  6. Thanks
    genfoch01 got a reaction from creedon in adding text to a product detail page no longer working   
    thank you so much for the response.  that did work.  my lightbox anything plugin is still broken but now that i know it was something SS did, I feel they might be able to give my updated code soon.
    edit: I mean the plugin site may give me new code, not SS   
    sorry for not being concise its been a bad day 
  7. Like
    genfoch01 got a reaction from tuanphan in how can i move the header button to the left of the shopping cart   
    thanks for the quick response !  
    and i accidently figured out how to make it smaller. there is no way to edit the header button, but if you add another button on a page, you can edit the button style which will allow you to change ALL the buttons styles which includes the header button. 
    I can't thank you enough for the help!  
     
  8. Like
    genfoch01 got a reaction from tuanphan in how to change lightbox background for product detail pages   
    finally figured it out.   I can't stress how helpful you have been. Thank you so much
    .gallery-lightbox-close-btn { color: white; }  
  9. Haha
    genfoch01 got a reaction from creedon in I Can't Move Products Between Store Pages   
    ok thank you!  
    curl -d "beer" -X POST Paul2009 
  10. Haha
    genfoch01 got a reaction from paul2009 in I Can't Move Products Between Store Pages   
    ok thank you!  
    curl -d "beer" -X POST Paul2009 
  11. Love
    genfoch01 reacted to dhob in How can I hide the Add to Cart, Quantity and Price from my product page?   
    I'm working within the 7.1 system, and here is a way to hide the product selection drop down menu (such as for "Select Size"), the quantity selection box, and the Add to Cart button on an individual product level basis. This way you can hide these elements on products within a given store page without having to use a blanket approach that affects more than specific products.
    We'll do this by creating a tag called "hideorder" and tagging any product with this tag name for which we want to hide all of these ordering options. So to start, take a single product and create a tag called "hideorder." To learn more about tags, see: https://support.squarespace.com/hc/en-us/articles/205814438)
    Next, add this code to your site's Custom CSS:
     
    /* ----------------- ultra-fresh "ORDER INTERFACE Be-Gone"  ----------------- /
    /*  add "hideorder" tag to any page to remove dropdown, quantity, and order button  */

    /*  remove select size dropdown  */
    article .tag-hideorder .variant-option {
        display: none;
    }
    /*  remove quantity dropdown  */
    article .tag-hideorder .product-quantity-input {
        display: none;
    }
    /*  remove order button  */
    article .tag-hideorder .sqs-add-to-cart-button-wrapper {
        display: none;
    }
     
    That should do it. Seems to work nicely. Also, you can adjust the code by deleting lines if you want parts of the product ordering system to appear but not others (for whatever reason). Or of course you could create additional tag names with different attributes built off this code. I hope this makes sense. Good luck!
×
×
  • 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.