Jump to content

creedon

Circle Member
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    78

Posts posted by creedon

  1. 7 hours ago, MistyPhotos said:

    It is still in progress.  Not live yet.

    Please post the URL for a page on your site where we can see your issue.

    If your site is not public please set up a site-wide password, if 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 documentation at the link provided to understand how it works.

    Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/.

    We can then take a look at your issue.

  2. 1 hour ago, hellovintanthro said:

    I installed Creedon's code, but can't seem to figure out how to move the accordion block in between my Product Title and Add to Bag button. Any help?

    The general technique is the use CSS to manipulate the product detail order.

    Please provide the URL of a specific product that has the elements you want to manipulate so we don't have to hunt for a product with those elements.

  3. The is a bit involved because we need to bing severals elements together to create the overall effect.

    Step 1.

    Please see the following.

    Step 2.

    Then you'll want to see the following.

    Step 3.

    Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection.

    <style>
    
      body:not( [data-store-category="Silk All-in-One Mineral Paint"] ) [data-section-id="632cae260df42d4736762532"] {
      
        display : none;
        
        }
        
      </style>

    This is for v7.1 and specific to the posters need.

    Let us know how it goes.

  4. 5 hours ago, spenn421 said:

    I was wondering if you could let me know how to make this work for 7.0 site with an image overlap?

    I don't know for sure it can be done but I can take a look.

    Please post the URL for a page on your site where we can see your issue.

    If your site is not public please set up a site-wide password, if 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 documentation at the link provided to understand how it works.

    Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/.

    We can then take a look at your issue.

  5. There may be a way. Please give us the exact product page you want the section to appear on.

    Also are you aware that each product has an additional info area in the product editor?

    Your site private. Please set up a site-wide password.

    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 documentation at the link provided to understand how it works.

    Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/.

    We can then take a look at your issue.

  6. Quote

    the Add-to-cart button is not working at all. Do you think you can help in this problem?

    When you turn on the email sign-up when the stock level is zero feature the SS built-in atc button is hidden.

    You can use the following CSS to show the button again.

    Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection.

    <style>
      
      .product-details .product-restock-notification:not( [hidden] ) ~ .sqs-add-to-cart-button-wrapper {
      
        display : unset;
        
        }
        
      </style>
    

    This is for v7.1.

    Let us know how it goes.

  7. Quote

    One last question the script I have doesn't have a function name so do I just create a function id above the html line?

    My cited code has an example of a callback function which shows the structure of a minimal callback. Actually the example callback is good to install for initial testing to see what elements are passed into the callback. Then you can tune your code to skip elements you are not interested in.

×
×
  • 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.