• Resolved artistword

    (@artistword)


    Hello,
    I add the plugin Super Socializer, but in the registration link, the google icon is behind the “confirm password”=”confirmar senha” in the imagem, as you can see:
    https://ibb.co/hCghCkX

    How do I put the icon after the confirm password like in the login flied ate the left?

    P.S: Since is not possible to add a “confirm password”, I added a code using Code Snippet for that before even heard about Super Socializer.
    My store is not public yet.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    This plugin uses woocommerce_register_form action to integrate social login icons with the register form. If you are using the same hook to integrate custom fields, you would like to try specifying a low priority while using the hook. For example add_action( 'woocommerce_register_form', 'action_woocommerce_register_form', 0 );
    If this doesn’t help, shoot an email to support[at]heateor[dot]com

    Thread Starter artistword

    (@artistword)

    Hi,
    thanks for the reply.
    It worked!
    Many thanks for the support!
    Have a nice day

    Plugin Author Heateor Support

    (@heateor)

    No problem.

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

The topic ‘Bottoms position ate register form’ is closed to new replies.