Support Forums - Classified Ads Script Osclass
Osclass theme support => Zara Osclass Responsive Theme => Topic started by: alsharif on June 26, 2017, 05:50:02 PM
-
I have purchased and installed social connect. I have also configured and enabled FB login. As per instruction, I add <?php osc_run_hook('sc_buttons'); ?> to ( user-login.php, user-register.php ), but nothing is displayed.
I also could not figure out where I add sc_profile_picture( osc_user_id() ) to get the first imported profile picture using this function helper.
I appreciate your help in integrating social connect with Zara theme
-
@alsharif
I suppose plugin author should tell you if something is not working.
You probably want to show picture in header or item page, for those look into header.php and item.php. You can find integration of existing profile picture plugin, you can replace it with your own.
-
I’ve got social connect to work fine. I need your help to integrate FB button on “Register” page and with the pull down menu from the top menu bar.
-
Place your code to file:
oc-content/themes/veronika/user-register.php
Under lines:
<div class="user_forms register round3">
<div class="inner">
<form name="register" id="register" action="<?php echo osc_base_url(true); ?>" method="post" >
-
Apologies, but where in the file exactly.
Will this solve the formatting issue by vertically lining up the social login buttons.
And does this add FB login button under the welcome to msg, screen shot attached.
-
@alsharif
I told you where exactly.
For more information contact plugin author.
-
Thank you!! You may mark it as resolved.