• Resolved mtmbgs

    (@mtmbgs)


    Hi Diana,

    Just purchased and installed your Multi-Step Pro plugin yesterday. We were really excited to be able to have the login and register forms appear simultaneously during checkout. However, after activating the Pro plugin, they only appear one at a time, even on a computer – the user has to click “register” to make the registration form appear. Do you know why this might be, or what we need to do to have them appear simultaneously, please?

    We’ve checked it across browsers (Safari, Chrome, Firefox) and on both Mac and PC and mobile. We’d like them to appear side by side, as they do in the screenshot on your site, please.

    Thank you!
    Kaitlin

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    the OceanWP theme modifies the login/register forms so they don’t appear simultaneously during checkout.

    The following CSS rules should remedy that:

    .account-original-style .woocommerce #customer_login > div {
    	float: left;
    }
    #customer_login .u-column1, #customer_login .u-column2 {
    	display: block !important;
    }
    .account-original-style .woocommerce #customer_login h2 {
    	display: block !important;
    }
    .wp-multi-step-checkout-step .woocommerce .owp-account-links {
    	display: none !important;
    }

    You can use the “WP Admin -> Appearance -> Customize -> Additional CSS” page to add the CSS rules.

    Thread Starter mtmbgs

    (@mtmbgs)

    Thank you Diana – that was it! Our person did a couple things to tweak it so they appeared side by side on screen but not on mobile, and it works great. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Login & Register forms simultaneously’ is closed to new replies.