Before purchasing Veronica theme I asked if Social connect will work and I was told that it would, but unfortunately I am not able to get it to work as intended.
Instructions say:
Add social buttons
Once your plugin is configured you only need to add one line of code to your theme:
user-login.php, user-register.php
<?php osc_run_hook('sc_buttons'); ?>
Profile picture
Some providers as Facebook, Twitter and Google+ provide a profile picture that you can use.
You can get the first imported profile picture using this function helper:
sc_profile_picture( osc_user_id() )
Note, if there is not an imported profile picture, no image will be shown.
Note, latest imported image will be used.
If I open user-login.php in Veronica... code does not belong there.
So I placed code in user-register.php and now buttons do show up.
Issues I have:
1. I have no idea where to place : sc_profile_picture( osc_user_id() )'
2. There is no option to connect existing user accounts to Facebook or other social networks. If I try to use Facebook and account already has same email I am getting an error: The specified e-mail is already in use
3. I managed to place <?php osc_run_hook('sc_buttons'); ?> in user-register.php but all buttons show the same light blue color
Please help to solve this.