• Masoud

    (@masoud1111)


    hi.
    i don’t know why. but the shortcode is not working for me.
    i’ve placed it in my custom login form.

    <div class="f-row">
    [clef_render_login_button]
    </div>

    but the output is just a text (not a button):
    [clef_render_login_button]

    no button is showing.
    will you help me please with this?
    is [clef_render_login_button] this shortcode is not enough by itself ?

    *Note
    1 – i am using ONEALL Social Login buttons, and they use shortcode too.
    i’ve place the shortcodes in my custom login form, and they are showing up.
    but clef is not.

    2 – i’ve turned off all of my plugins to make sure. but no change.

    thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Masoud

    (@masoud1111)

    i’ve also used these 2 codes.
    in my custom login page ( page-user-login.php ).
    but they didn’t work for me.

    1 –
    <?php do_shortcode('clef_render_login_button'); ?>

    2 –
    <?php do_shortcode('[clef_render_login_button]'); ?>
    ———-
    Update : It will work if i use the shortcode in a widget!
    and i can see the login button.
    but it’s not appearing in my login form when i use the shortcode.

    thanks .

    • This reply was modified 8 years ago by Masoud.
    stremblaym

    (@stremblaym)

    Hi Masoud,
    <?php echo do_shortcode('[clef_render_login_button]'); ?>

    • This reply was modified 8 years ago by stremblaym.
    Thread Starter Masoud

    (@masoud1111)

    hi @stremblaym .
    thank you for the answer. but it’s not working.
    they did include nothing about this, in their documentation.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘shortcode for custom login page’ is closed to new replies.