Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
kautukbhatnagar
tagDiv Member

Thanks Simion,

But Query 1..could you please check what am i doing wrong …

kautukbhatnagar
tagDiv Member

Thanks Simion

kautukbhatnagar
tagDiv Member

Hi @ashishmahajan1,

What i did is i used AccessPress Social Login Lite for social login,
After all API’s within accesspress i used the method posted by Alin [tagDiv]

Here you can find the code so you can implement your shortcode bellow the Forgot password line – http://screencast.com/t/sGHn1sAjRkKA

The proper way would be..

Find this line in Newspaper>parts>header>td-login-modal.php

<div class=”td-login-info-text”>‘ . __td(‘Forgot your password? Get help’, TD_THEME_NAME) . ‘</div>

and replace with below line

<div class=”td-login-info-text”>‘ . __td(‘Forgot your password? Get help’, TD_THEME_NAME) . ‘<br/>’.do_shortcode(‘[apsl-login-lite]’).’</div>

What you’ll get is result in below link
http://www.abhivyakti.in.net/wp-content/uploads/2017/01/social-login.png

hope this helps!!

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