• Resolved lisahenriques

    (@lisahenriques)


    It let me Login but it wont let me Register!
    When i click Register it will reaload page and still be Login Page.

    Is there a way to have the old fashion way? Register and Login forms side by side? Instead of this version?

    Thanks

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

Viewing 14 replies - 1 through 14 (of 14 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, sorry about that, it is fixed in the next release that will be released very soon ??

    Thread Starter lisahenriques

    (@lisahenriques)

    Oh ok thanks ??

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??

    Thread Starter lisahenriques

    (@lisahenriques)

    Hi again i’ve updated theme and it still not working :/

    Theme Author oceanwp

    (@oceanwp)

    Hi, go to Theme Panel > Scripts & Styles, click Save Changes, clear your cache. It will work ??

    Thread Starter lisahenriques

    (@lisahenriques)

    Still not working ??

    Theme Author oceanwp

    (@oceanwp)

    You have updated Ocean Extra, right? Because I tried, it works.

    Thread Starter lisahenriques

    (@lisahenriques)

    I have 2 websites with same problem :/

    Thread Starter lisahenriques

    (@lisahenriques)

    It working now had to activate js account links

    Thanks ??

    Theme Author oceanwp

    (@oceanwp)

    Oh, sorry, I taught it was enabled by default.

    Is there a way to disable this new way to display login/register forms? I prefered the old way with both forms available (one on the left and ther other on the right) and without “Login or Register” links. This is not very usable… is confusing.

    Theme Author oceanwp

    (@oceanwp)

    Hello, use this css codes:

    .woocommerce .owp-account-links {
        display: none;
    }
    .woocommerce #customer_login>div {
        float: left;
        width: 48%;
    }
    .woocommerce #customer_login .col-2 {
        display: block;
        float: right;
    }
    @media only screen and (max-width: 959px) {
    .woocommerce #customer_login>div,
    .woocommerce #customer_login .col-2 {
    float: none;
    width: 100%;
    }
    .woocommerce #customer_login .col-2 {
        margin-top: 20px;
    }
    }

    In my case, I prefer the old way because the main goal on page where I’m displaying this forms, is client registering. And with the new method, user needs to click on “register” link. ??

    OK thanks!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Login or Register’ is closed to new replies.