Home › Forums › WoodMart support forum › How edit login sidebar How edit login sidebar This topic has 6 replies, 2 voices, and was last updated 1 year, 5 months ago by Elise Noromit. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts September 16, 2023 at 5:51 pm #496623 dktechnologymasterParticipant 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. September 16, 2023 at 9:39 pm #496640 Elise NoromitMember 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 September 17, 2023 at 4:47 am #496684 dktechnologymasterParticipant 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. September 17, 2023 at 8:47 pm #496797 Elise NoromitMember 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 September 17, 2023 at 8:58 pm #496799 dktechnologymasterParticipant 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. September 17, 2023 at 9:01 pm #496801 dktechnologymasterParticipant add this button Attachments:You must be logged in to view attached files. September 18, 2023 at 3:42 pm #497032 Elise NoromitMember 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 Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to create new topics. Login / Register