Jump to content

siweisong

Member
  • Posts

    51
  • Joined

  • Last visited

Posts posted by siweisong

  1. On 6/30/2020 at 12:24 PM, modsquare said:

    I have a client who has been having a sitelinks issues so your post caught my attention. You are correct that there are almost no controls anymore over what Google displays in sitelinks. We used to be able to at least ask to remove something if we didn't want it there, but even that was removed a few years ago.

    So, Google tries its best to determine what the most important links are on your site. And in your example, they recognized that the main navigation links, which are front and center, were the most important. I don't know that i would add a link in there and hide it and try to recenter everything. In general Google really frowns on hidden text that is only seen by search engines and they are basically spidering sites as a user would see them these days, so it might not even help.

    I can offer 2 suggestions. (1) Put the a second shop link in the center navigation. I know it might drive you crazy and ruin some aesthetics but at the same time if it is that important and it does the job, then it might be worth it. (2) Add another shop link to the footer of each page in an effort to show google through internal links that the shop page is important to you.

    Sorry I don't have a better answer!

    What if I switch the primary and secondary navigation menu items, and make the current primary menu items secondary and vice versa, would that be better?

     

  2. As you can tell from the images attached, the "shop" link which is part of the secondary navigation doesn't show up on google search as a sitelink at all.

    I know you can't control/customize sitelinks, but are there any workarounds that I can do to add "shop" as a link to the search result?

    Should I add a link to the primary nav and then hide it in css? If so how do I isolate and hide only one header link, and still have the rest be centered on the page?

    Screen Shot 2020-06-29 at 7.42.54 PM.png

    Screen Shot 2020-06-29 at 7.34.41 PM.png

  3. 9 hours ago, axsuul said:

    @siweisong You can use duplicate SKUs across different listings (just not within the same listing). However, Squarespace won't keep their stock levels synced between duplicate SKUs. If you're looking to do that, check out Trunk @ https://trunkinventory.com

    This seems to only sync inventory among different sales channels though, they don't seem to offer that within one sales channel. Do you have any experience using their service? If so, can you share your thoughts?

  4. This all started when I was researching to see if Squarespace offers any solutions that would allow you to set quantity-based discounts (i.e. $4/each, 3 for $10), and long story short - there isn't any which is a huge bummer.

    Then I'm thinking that maybe I could post a product listing and call it a "bundle", a "set" or a "box" priced at $10, and customers can select 3 products that are eligible for the discount as variants, but in this case, tracking inventory will be a huge mess. 

    So my question is, can I use the same SKU in multiple listings? And what will happen if I do that? Will they share the same inventory cuz if they do, that'd be real nice.

    Please help! Thank you!

  5. On 10/24/2019 at 8:03 PM, brandon said:

    Ok. That being the case, the function of the UI is relatively simple to do. I think there's more work to be done in the design than the actual development, in this case. I'd suggest you do a mockup of what you want it to look like, and have an idea of how it would function. Including:

    • The intro sentence/paragraph if there is one.
    • The input field (for example is this 5 digit zip or zip + 4, etc.)
    • The submit button (if there is one, or maybe you want to automatically check once the input reaches 5 characters?)
    • The messages (and corresponding calls-to-action), both for "Yes...' and "No..."
    • The message that appears if the input is invalid (hopefully could be avoided by limited the field to numbers, but best to have it in the code just in case)

    As I said, from there I think the actual coding of it would take coder/developer less than 30 minutes to do.

    For example

    How do I add this, but instead as an independent form, have it on the pop-up form of a particular item's product page (see image)? I would like to add the address form, and hide everything (name, street, etc.) except for the zip code field.
    Then if the zip code input is not included in the list of zip codes I have, a warning along the line of "sorry delivery service is not available in your area" will be displayed. Can this be done with custom css alone?

    Screen Shot 2020-04-14 at 7.00.59 PM.png

  6. On 1/31/2020 at 11:03 PM, tuanphan said:

    Add to Home > Design > Custom CSS

    
    img.eventlist-thumbnail.loaded {
        width: 100% !important;
        height: auto !important;
        left: 0 !important;
    }

     

    Actually I just realized something, that there's a grey space at the bottom of the thumbnails because the images are basically shrunk to fit the width of the box. So I would love to make that box wider to fit the height of the thumbnail as well as the width, so basically make the whole left column wider. It's fine if the width of the except gets narrower. 

    Screen Shot 2020-03-11 at 4.28.10 PM.png

  7. On 5/29/2019 at 10:07 AM, supraturbo1778 said:

    Use nicktiang's code, it worked for me on Fulton template:

    
    
     
    
    /*Adds USD after item prices in cart*/
    .CartTableRow-itemPrice-26eXS:before { content: none !important; } .CartTableRow-itemPrice-26eXS:after { content: ' USD' !important; }
    
    /*Adds USD after subtotal in cart*/
    .CartTable-subtotalPrice-2JFeD:before { content: none !important; } .CartTable-subtotalPrice-2JFeD:after { content: ' USD' !important; }
    
    
    
    what if I want to display "minimum order is $10" on the left side of the subtotal?

     

     

  8. On 12/9/2019 at 8:06 PM, alvinroypak said:

    This method worked for me, I've wasted the past 3 hours trying to convert my SVGs into font families and found out SquareSpace doesn't allow users to upload .svgs

    If you're looking to use custom .svg icons made from illustrator (after image tracing), just right click your .svg file and "open with >" the notepad.

    After that, just simply copy and paste the entire <svg> text from the notepad and paste it into a code block or markdown block.

    The <svg> text allows you to control the width and height of the svg image itself.

    I don't why I didn't get it, it just posted as texts...

  9. On 1/20/2020 at 12:06 PM, paul2009 said:

    In that case, the solution that @brandon offered should be very close to what you need.

    I photoshopped a screenshot to show you what I want to achieve, hope it helps. If this (the vertical thumbnail gallery) can be shown on desktop only that'd be ideal, since the default placement is better on tablet/mobile, but I would still like to see if it's possible to turn the thumbnail gallery into a carousel on both views. Thank you!!!

    Screen Shot 2020-01-23 at 1.29.35 AM.png

  10. Quote

    .ProductItem-gallery { display: flex; } .ProductItem-gallery-slides { order: 1; width: 100%; height: 100%; margin-left: 4%; } .ProductItem-gallery-thumbnails { margin-left: 0; width: 20%; max-width: 90px; } .ProductItem-gallery-thumbnails-item { margin-left: 0; width: 100%; }

    @paul2009 while this works as a first step, I would like to move the thumbnails to the right of the large image. How can I do that?

    Also why isn't the thumbnail gallery aligned at the top?

    Screen Shot 2020-01-20 at 12.07.14 PM.png

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