Home Forums WoodMart support forum Login page

Login page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #721157

    kasper
    Participant

    Hello,

    I’m having a bit of trouble with my login page.

    The page is intended for a B2B portal, meaning retailers must log in before they can access the site. Because of this, I need the login page to have a clean and professional design.

    However, whenever I make changes to the page design in Elementor, the login page does not seem to update accordingly.

    Additionally, I enabled the login tabs in the Theme Settings, but they do not appear to be working either.

    Would you be able to help me identify what might be causing these issues?

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

    kasper
    Participant

    Look below

    #721192

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The login page in WoodMart is not controlled directly by a normal Elementor page in most cases. That is why changes made directly on the page may not reflect on the frontend.

    Edit the page and define the [woocommerce_my_account] shortcode.

    Also, it looks like you are using a custom Login/Register layout from WoodMart. In this case, the correct place to make changes is:

    WoodMart > Layouts > Login/Register > Edit with Elementor.

    From there, you can modify the design and it will properly reflect on the frontend.
    Please try making the changes inside the layout builder and check again.

    Best Regards

    #721271

    kasper
    Participant

    Hello,

    Okay, so I edited the layout using Elementor.

    Please check the link in the hidden section.

    I still need the entire login area to be centered for a more professional appearance, but I can’t seem to find the setting that controls this.

    Could you point me in the right direction?

    #721276

    kasper
    Participant

    I have one more question regarding the login page.

    I would like the login page to be displayed without a header. However, when I remove the header, it also disappears from the My Account page.

    Is there a way to hide the header only on the login page while keeping it visible on the My Account page?

    #721325

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. I have checked your site, and your login page content already is showing in the center. Can you please share the highlighted screenshot where you want to center the content so I will further check on your site and give you a possible solution

    02. By default, the Login/Register page and the My Account page share the same WooCommerce account endpoint, so there is no built-in option in WoodMart to disable the header only on the login page while keeping it visible on the My Account page.

    Also, the Login/Register Layout does not use a separate WoodMart Header Builder assignment. Headers are managed globally through Header Builder, not through the Login/Register Layout itself.

    Best Regards

    #721331

    kasper
    Participant

    1. Its centered horizontal, not vertically.

    2. Ok. Is there a way to hide the header only on the login part while making it visible on the My Account part?

    #721340

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Here, the real issue is the layout height mismatch between the login and register columns caused by the extra privacy-policy block inside the register form.

    Please add the following Custom CSS code to Theme Settings > Custom CSS:

    .woocommerce-form-login .login-form-footer {
        margin-top: auto !important; 
        padding-top: 40px !important; 
        margin-bottom: 15px !important;
    }

    02. Sorry, but there is no option in Theme Settings available for that.

    It requires customizations, and this is beyond our limitations and support policy.

    Best Regards

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