Jump to content

Lorne17

Member
  • Posts

    42
  • Joined

  • Last visited

Posts posted by Lorne17

  1. 8 hours ago, tuanphan said:

    It looks fine now. Did you solve it?

    image.thumb.png.170800a8be6a6a1d41b94756e816fad1.png

    If you look to the left, it's still covering up the bottom part of my logo.  I guess I can deal with it if there's no CSS that can help shift it down, but not have a gap between the menu text and pop up mega menu?  Because when I did shift the position of mega menu down, then when you move your mouse to the mega menu it disappears because there's a gap between the menu link and the mega menu div.

  2. On 2/8/2023 at 2:19 AM, tuanphan said:

    It looks like you changed Mega Menu layout?

    Sorry @tuanphan, I was missing a bracket when messing with the CSS below.  But the menu should look like my screenshot I previously posted. 

    .header-nav .header-nav-item--folder .header-nav-folder-content {
      //off logo shuld be 39px but then you can't get to the menu;
        margin-top: 5px;
    }

    Thanks in advance!

    Lorne

  3. Hello there,

     

    If you go to my site: https://activestatedesigns.squarespace.com/search?q=sunset (password: SiteTest) the header SHOULD be blue (#2C4F6D) like it is on my other pages.  But it's white, so my White font in my logo is not seen.  How can I fix this for only Search page?  Each initial page (before scrolling) the header is invisible except when on hover.  It's blue at all other times.  

     

    Thanks,

    Lorne

  4. Site URL: https://activestatedesigns.squarespace.com/

    Hello there,

     

    If you go to my site: www.activestatedesigns.squarespace.com (pw: SiteTest) and you look at the slider on the home page, there should be text and a button on each slider.  It's only on the first slider.  Then I created Mega Menus and those don't load either.  If you scroll down I have some header text loading just under the slider that fades in, but that doesn't load.  Then the footer doesn't load either.  If I wait for a minute or so and then hit refresh, then the site loads everything.  But the initial load doesn't work.  I've tried on safari (mac), Chrome (Mac and PC) and still it won't work.

     

    I have some customizations on my site, I'm wondering if it broke along the line somewhere :( Is there someway to be able to help troubleshoot it?

    Thanks in advance,

    Lorne

  5. Ok, sorry for another post, but I did save it and the script disabled went away, however when you go to my site and click SIZE GUIDE the lightbox doesn't work.  I assume I need to put something in code injection?  

    • www.activestatedesigns.squarespace.com
    • PW: SiteTest

    This is what it does when "SIZE GUIDE" is clicked: 

     

    Capture.PNG

  6. On 7/10/2021 at 1:07 PM, Elzburg said:

     Here is a link to code to a size chart I made. Feel free to use 🙂

    https://codepen.io/ellalalaa/pen/WNjGZNM

    I just want to say THANK YOU!  This is amazing and much much appreciated!

     

    One question, it is saying on mine there is "Script Disable".  Where is that script that I assume I need to put into my Code Injection settings?

    image.thumb.png.3ed5dbea1e5099c0ad6207434c632f6d.png

  7. Did you ever figure this out?  I am trying to get my Cart page to not have my white header  logo.  The text is dark, but white logo is still there.  

    Cart Page (NOT CORRECT, cannot read logo):

    image.thumb.png.caa481176697db86d312d621e6923cb6.png

    I want my header to be dark so my logo looks correct: 

    image.thumb.png.b6126b65f74d050c4eb720756be36ce0.png

    However, when I went to the squarespace app  Site Styles > Colors > Site Theme, i changed it to dark, but it made my entire site dark and I don't want my entire site dark.  I want white to be default bg color.

     

    Thoughts?  I also tried the CSS code given, but you can't read half the cart text.  Is there CSS that I can make ONLY my header the dark theme blue color?  This code below DID NOT WORK.

    /*** CART PAGE ***/
      #cart .header{
        background-color: #2C4F6D;
      }
    /*** END CART PAGE ***/

     

  8. Site URL: https://activestatedesigns.squarespace.com/shop

    Hello there,

    I think this is a long shot, however, I was successfully able to get the the getAttr function for finding a varient and filtering by varients in my shop.  GREAT FEATURE!  However, all my variants have a photo tied to them.  This way if you are on my product page and select a Blue shirt, the blue shirt is shown in the image.  


    Is there a way to get the Universal Filter to filter the attributes for Blue (was able to do that with the code below), however also show the images fo that variant?  
     

    {
             //name: "Color", //dropdown name 
             //multiple: false,
             //getAttr: 'variant|Color'
      }

    I know it's a long shot, but thought I'd ask.

     

    Thanks!

    Lorne

    My site is here: https://activestatedesigns.squarespace.com/shop
    Password: SiteTest

     

  9. Hello again,

     

    Ok so I changed the theme of the dropdowns in the Universal Filter Plugin code injection.  It's looking good and I'm liking my options here.  

     

    However, how do I make the width of the search box "Find my style..." to match the same width as the boxes above on a new line?  Is that asking too much to do?  If so, my second option is to get all the dropdowns on one line?

    My site is here: https://activestatedesigns.squarespace.com/shop
    Password: SiteTest

    Here is the CSS I have thus far:

    Quote

    /* Filter plugin tweak */
    @media screen and (min-width:992px) {
    .custom-filter-container .customFiltersWrapper .customFiltersContainer {
        width: 100% !important;
        justify-content: space-between;
    }

    .custom-filter-container.custom-filter-view-modern .customFiltersWrapper .sqs-block {
        width: 15% !important;
    }

    .custom-filter-container.custom-filter-view-modern .sqs-block.custom-items-search .search-icon {
        position: relative;
        top: 15px;
      }}

    .custom-filter-container.custom-filter-view-dropdowns .customFiltersWrapper .sqs-block {
      max-width: 200px;
    }

    .custom-filter-container.custom-filter-view-dropdowns .customFiltersWrapper .sqs-block .archive-group-list{
      max-height: 336px;
    }
    /* END Filter Plugin Tweak */

    Thanks in advance!

    Lorne

  10. Thank you for the quick response, super helpful!  I took down the link, I thought that link was password protected, my apologies!  

     

    I used the CSS you sent over, and it did layout the buttons nicer but a couple more tweaks I think:

    1. The text inside the box is left aligned, how do I get it and the dropdown arrow to be centered?
    2. When the dropdown is shown, the columns on inside are not aligned, how do I clean this up?  it should be in the order of my categories.
      image.thumb.png.97bbd00c36bdb8bafc144024a9cf27a4.pngimage.thumb.png.099cebe2205d3a6db21ed1ada40a34df.png
    3. Any other suggestions you may have to clean this up?

    Thanks in advance!

    Lorne

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