Home Forums WoodMart support forum How edit login sidebar

How edit login sidebar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #496623

    dktechnologymaster
    Participant

    Where can I go to edit this file? Will add a login button with LINE app social shortcode.

    Attachments:
    You must be logged in to view attached files.
    #496640

    Hello,

    Unfortunately, this sidebar is not editable. You can configure the functionality in Woocommerce > Settings > Account and Privacy /Advanced.

    If you have any questions please feel free to contact us.

    Best Regards

    #496684

    dktechnologymaster
    Participant

    I want to add a login button in picture 2 similar to picture 1, but with LINE Social authentication in the login sidebar. What should I do?

    Attachments:
    You must be logged in to view attached files.
    #496797

    Hello,

    Please check this manual and find the instructions: https://xtemos.com/docs-topic/how-to-configure-facebook-login/ and https://xtemos.com/docs-topic/how-to-configure-google-login/

    If you have any questions please feel free to contact us.

    Best Regards

    #496799

    dktechnologymaster
    Participant

    Could you please tell me the address of the file? class=”login-form-side wd-side-hidden wd-right wd-opened” Can I go in and edit the file or add a shortcode and add a button?

    Attachments:
    You must be logged in to view attached files.
    #496801

    dktechnologymaster
    Participant

    add this button

    Attachments:
    You must be logged in to view attached files.
    #497032

    Hello,

    Unfortunately, it is not possible to add the customization as you require, we suggest this custom code:

    add_action('woocommerce_login_form_end', function () {
        echo do_shortcode('[WPDT_LINE_LOGIN_BUTTON text="ล็อกอินเข้าสู่ระบบ" title="เข้าสู่ระบบด้วยไลน์" class="btn-line"]');
    });

    Please add the code to the function.php of the child theme.

    If you have any questions please feel free to contact us.

    Best Regards

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