Jump to content

Juelz

Member
  • Posts

    41
  • Joined

  • Last visited

Posts posted by Juelz

  1. THANK YOU for replying. No I don't want it to go to an external page.

    The SHOP button in the nav bar used to be linked to the CATEGORIES page (in the not linked section). However, that way I was not able to have a drop down.

    So creating a SHOP folder, which is now in the nav bar, allows for the category drop down.

    Now I would like the SHOP button to be clickable and bring you to the CATEGORIES page (to have an organized overview of the categories with cover images for each one) like before. Right now clicking on SHOP (folder), brings you to "Couldn't find page".


    Attaching screenshots to make it more visible.

     

    Screen Shot 2023-08-26 at 8.53.35 PM.png

    Screen Shot 2023-08-26 at 8.53.54 PM.png

    Screen Shot 2023-08-26 at 8.54.26 PM.png

    Screen Shot 2023-08-26 at 8.56.03 PM.png

    Screen Shot 2023-08-26 at 8.56.10 PM.png

  2. I was able to make the dropdown clickable again by adding "shop-all" to all categories so it is linked to the hidden actual shop, e.g. "shop-all/necklaces" etc. as a link.

    The "Shop" folder in the navbar is not clickable though.

     I searched the forum and tried this:


    BUT that interferes with the background design of the dropdown and makes the first page of the "More" dropdown invisible as well.

    So now I added another page to the drop down "All Categories", which is a hidden page and I would like to be the landing page when clicking on Shop (in the nav bar).

    Can someone help with this?

    www.soulmaidjewelry.com
     

  3. On 6/21/2023 at 8:28 PM, Juelz said:

    Hey, do you know why the categories are all of a sudden not clickable anymore? I just checked and the pages show "We couldn't find the page you were looking for."

     

    When I change the URL slug for each of the drop down categories from "shop" to "shop-all" they individually work, e.g.:
     https://www.soulmaidjewelry.com/shop/new to https://www.soulmaidjewelry.com/shop-all/new

    But then the clickable SHOP doesn't work anymore. So changed them all back, and none of them work but the SHOP in the menu is clickable again.

    Do you have an idea how I could fix that?

     

     

     

    @tuanphan do you maybe have a tip for me to fix this, too?

     

  4. On 5/28/2023 at 3:56 AM, tuanphan said:
    /* Contact Page */
    [data-section-id="644208399a91e8b484b6946c"]:after {
        content: "";
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    [data-section-id="644208399a91e8b484b6946c"] .content-wrapper {
        position: relative;
        z-index: 999;
    }

    Thanks for this.
    It covered the whole page, so I tried a little around and was able to make the box a little smaller so it's only behind the font and not covering the whole picture or page. 

    Now this is what I entered:

    /* Contact Page */
    [data-section-id="644208399a91e8b484b6946c"]:after {
        content: "";
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        top: 2;
        left: 2;
        width: 50%;
        height: 50%;
        z-index: 10;
    }
    [data-section-id="644208399a91e8b484b6946c"] .content-wrapper {
        position: relative;
        z-index: 999;
    }


    Is there a way to get the black square aligned with the contact form itself?

    Either only the left side or the whole form?
    Let me screenshot which part I'm referring to. Basically aligning with the edges where the font stops so that part of the background is still shown in original color. 

    Screen Shot 2023-06-21 at 8.37.04 PM.png

    Screen Shot 2023-06-21 at 8.37.13 PM.png

  5. Hey, do you know why the categories are all of a sudden not clickable anymore? I just checked and the pages show "We couldn't find the page you were looking for."

     

    When I change the URL slug for each of the drop down categories from "shop" to "shop-all" they individually work, e.g.:
     https://www.soulmaidjewelry.com/shop/new to https://www.soulmaidjewelry.com/shop-all/new

    But then the clickable SHOP doesn't work anymore. So changed them all back, and none of them work but the SHOP in the menu is clickable again.

    Do you have an idea how I could fix that?

     

     

     

  6. On 5/9/2023 at 5:19 AM, tuanphan said:
    body:not(.header--menu-open) .header-nav-folder-content {
        background-color: rgba(255,255,255,0.9) !important;
    }

    THIS IS AWESOME!!! Thanks so much. Also for the perfect background color of the dropdown!!

     

    On 5/9/2023 at 5:19 AM, tuanphan said:

    You mean make this shop clickable?

    Yes, exactly. 
    I would like to have this page https://www.soulmaidjewelry.com/shop-categories
    show when clicking on SHOP. So I can remove "categories" option on the menu, where this page is on at the moment. 



     

  7. THANKS SO MUCH!!!

    I was able to create a folder and make the drop down clickable. Is it possible to link the folder to a page?

    I would like to have the SHOP folder linked to the current CATEGORIES page.

    www.soulmaidjewelry.com

     

    Also, the drop down is now transparent. I'd like to change the color so the drop down is readable on all pages. 

    The following is my current Header CSS. Can I change it within the code or just add something to change the dropdown background color?

     

    CSS:

     

    @media screen and (min-width:768px) {
    section.ProductItem-details {
        padding-top: 0 !important;
    }
    }

    .header-nav-item:hover>a {
        color: #f5ae93 !important;
    }
    .header-nav-folder-item:hover a {
        color: #f5ae93 !important;
    }

    .header-nav-item--active a {
        background: none !important;
    }

    /* Shop category color on hover */
    li.category-item a:hover {
        color: #f5ae93;
    }


    .header-menu-bg.theme-bg--primary {
        background: white;
    }
    .header-menu-nav * {
        color: #E1CCBE !important;
    }
    span.chevron.chevron--right {
        transform: rotate(135deg);
    }


     

  8. Is it possible to create a dropdown for the shop?
    I currently have a page with Categories linked to "Shop" (navigation bar). The Shop All page is hidden.

    I'd like to keep the category page, when clickin on "shop" and add a drop down for each of the categories. 
    I created a dropdown for "more" by making it a folder.

     

    My question: can a folder be linked to a page? This way I could keep the category page and add a drop down when hovering over shop. So one can choose between the category overview or clicking on one of them specifically.

    https://www.soulmaidjewelry.com/

  9. 2 hours ago, tuanphan said:

    Change menu background or menu items color?

    1) Both if possible, I'd like to use the same color theme as the rest of my website but fpr some reason it doesn't apply on the mobile menu page.

     

    2) Can the drop down arrows point downward instead of right?
    Attaching an example:

    Screenshot_20210506-194153_Instagram.jpg

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