More links in Account-Menu? - by Tagbag - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler

  • Avatar: Tagbag
    Tagbag
    Participant
    February 15, 2019 at 09:14

    Hey,

    Is it possible to add some links in the account-menu?
    link-account

    like this for example:
    example

    I would simply replace the link with an icon.

    Regards
    Joey

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 15, 2019 at 09:32

    Hello,

    You can change “Sign In link position” to Top bar in Theme Options > Header > Header layout and add a Text widget with the content in Appearance > Widgets > Top bar area.
    If this is not what you are looking for, please describe the desired result in more details.

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    February 15, 2019 at 09:58

    Thank you for help but unfortunately there is nothing shown^^
    header

    I do not want to enable the top-bar. I would like to add some more links in the menu on the right side. It is the “my account”-menu.
    main menu right

    What is the main-menu-right?
    Thanks in advance Rose!

    Regards
    Joey

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 15, 2019 at 12:39

    Hello,

    There are 2 ways:
    1) You can enable Top bar and use the top bar widget areas to add content you need
    2) Copy the xstore/header/xstore.php file to your child theme and edit content according to your needs http://prntscr.com/mlgl6k

    If you need help with additional customization you can submit customization request here https://codeable.io/?ref=qGTdX

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    February 18, 2019 at 07:37

    Thank u.
    I edit it the file now. But it is just for the main-header. Which file I have to edit for the fixed-header?

    main-header:

    fixed-header:

    Regards
    Joey

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 18, 2019 at 09:51

    Hello,

    Fixed header is generated automatically by the script. That’s why if you want to change its content you need to edit script (xstore/js/etheme.js, xstore/js/etheme.min.js).

    Also, there is another solution. You can disable the Fixed header via Theme Options and add this code in Global custom css:

    .header-wrapper {
        position:  fixed;
        width: 100%;
        z-index: 12;
    }
    .home .content-page {
        padding-top: 3.4vw;
        background-color: #131927 !important;
    }
    .page-heading {
        padding-top: 8em;
    }
    @media (max-width: 480px) {
        .blog .content-page {
            padding-top: 6em;
        }
        .home .content-page {
            padding-top: 3.5em;
        }
        .content-page {
            padding-top: 3em;
        }
        .single-post .content-page, .page-content{
            padding-top: 4em;
        }
    }

    https://gyazo.com/0c565dadd2c9f897202928292c23af5c

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    February 18, 2019 at 10:56

    So easy, but so good! Thank you.
    I like the solution even more

    Regards
    Joey 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 18, 2019 at 10:57

    You’re welcome!

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.