New Landing How can we help? Atelier Account + Cart links

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #316223
    filipecardigosoliveira
    Member
    Post count: 73

    Hi, I’m trying to do some changes on my website regarding the links for Account and Cart.
    1) I don’t want them appear elsewhere besides the Shop page and subpages.
    2) I don’t want them to show in the Mobile Menu as they are, but only as a Sub-menu for the Shop.
    3) I want the Account icon/text to access directly to My Account page rather than dropdown “Login / Register”
    4) I’d like to use a Font Awesome icon for the cart button.

    Attachments:
    You must be logged in to view attached files.
    #316554
    David Martin – Support
    Moderator
    Post count: 20834

    1) WooCommerce adds a body class to pages it’s active on, knowing this you would then use this CSS:

    .header-right.col-sm-4 {
        display: none;
    }
    .woocommerce .header-right.col-sm-4 {
        display: block;
    }

    2) You would need to manually add those to your mobile menu as sub items. You can hide them from the menu using:

    #mobile-menu ul.alt-mobile-menu {
        display: none;
    }

    3) You would need a developer to help you with this modification. You will want to override the function sf_get_account() within the supplied child theme.

    4) Looks like you are already doing this.

    #316573
    filipecardigosoliveira
    Member
    Post count: 73

    Thanks!

    1)
    Can you give me an example? I didn’t get it.
    I understood the CSS code!.. But not where shall I put it though.

    2)
    I can use links to customize the sub-menu but it doesn’t get dynamic like if it’s the one you built.
    If it’s in the Main menu, when you login the “Login” button gives place to the “Logout”, whereas in the Submenu made with links, I will have all links simultaneously which doesn’t make sense: My account + Login / Register + Logout.
    I attached some pics for better understanding.

    3) 🙁

    4) Yes!

    Attachments:
    You must be logged in to view attached files.
    #316579
    David Martin – Support
    Moderator
    Post count: 20834

    1) Please add this to Theme Options => Custom CSS.

    2) You can set the menu items to be hidden/displayed depending if a user is logged in out.

    #316584
    filipecardigosoliveira
    Member
    Post count: 73

    Thanks! That solved it!
    Will take a closer look to the menus, I think I will manage.

    #316586
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out.

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register