*

alsharif

  • ***
  • 48 posts
Integrating Social Connect with Zara Theme
« 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

*

MB Themes

Re: Integrating Social Connect with Zara Theme
« Reply #1 on: June 26, 2017, 08:47:14 PM »
@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.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alsharif

  • ***
  • 48 posts
Re: Integrating Social Connect with Zara Theme
« Reply #2 on: June 27, 2017, 06:01:17 AM »
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.

*

MB Themes

Re: Integrating Social Connect with Zara Theme
« Reply #3 on: June 27, 2017, 09:11:05 AM »
Place your code to file:
oc-content/themes/veronika/user-register.php

Under lines:
Code: [Select]
      <div class="user_forms register round3">
        <div class="inner">         
          <form name="register" id="register" action="<?php echo osc_base_url(true); ?>" method="post" >
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alsharif

  • ***
  • 48 posts
Re: Integrating Social Connect with Zara Theme
« Reply #4 on: June 27, 2017, 11:00:48 AM »
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.

*

MB Themes

Re: Integrating Social Connect with Zara Theme
« Reply #5 on: June 27, 2017, 03:27:34 PM »
@alsharif
I told you where exactly.
For more information contact plugin author.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alsharif

  • ***
  • 48 posts
Re: Integrating Social Connect with Zara Theme
« Reply #6 on: June 27, 2017, 04:27:49 PM »
Thank you!!  You may mark it as resolved.