[Shortcode] for login-form - by Tagbag - on WordPress WooCommerce support

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

  • Avatar: Tagbag
    Tagbag
    Participant
    February 7, 2019 at 10:34

    Hey,

    Is there a shortcode for the login-form available?

    i would like to add it in my own created sidebar^^

    I would like to show the login-form if the user is logged out. After the login, he will see this sidebar:
    forum-sidebar

    At the moment the sidebar is shown, if the user is logged in. But if he is logged out, there is nothing shown in the sidebar.

    Cheers
    Joey

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2019 at 11:07

    Hello,

    We use default Woocommerce functionality for login/my account page https://docs.woocommerce.com/document/woocommerce-pages/
    If you need help with additional customization, contact Codeable team – https://codeable.io/?ref=qGTdX or WC support to get some tips.
    Here is our support policy – https://themeforest.net/page/item_support_policy

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    February 7, 2019 at 11:16

    RIP 😀
    ok, i am sorry right now ^^

    but maybe you can help me to get the icon and the text of the login in the right-top side on one line?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 7, 2019 at 14:53

    Hello,

    I can see the login form in the forum sidebar http://prntscr.com/mhwx8t Have you sorted out?

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    February 7, 2019 at 22:31

    I installed the plugin “Login Widget With Shortcode” and changed some css 🙂
    But do you have a idea how i can get the text + the icon on one line? I tried a lot:

    Regards
    Joey

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2019 at 09:29

    Hello,

    Please try to use this code

    .header-wrapper header .my-account-link:not(.type-icon)>a, .header-wrapper header .login-link:not(.type-icon)>a {
        display: flex;
        align-items: center;
    }

    or this one

    .my-account-link.type-icon-text>a:before, .login-link.type-icon-text>a:before {
        vertical-align: bottom;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 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.