-
Author
Tagged: Wordpress Social Login
-
November 11, 2014 at 10:55 #34986
Kookidooki
ParticipantHey guys,
Recently I’ve updated from Kleo 1.4.2 to 2.0 and some plugins stopped working.
I have WordPress Social Login installed but and configured Facebook, Google+, etc., but when I hit the Log In link it’s redirecting me to the WordPress default login popup instead of the WP Social Login.
It worked before in the old Kleo version.
Can’t find a fix here.
ThanX!
November 11, 2014 at 19:57 #35077glikoz
ParticipantWhen my users registered via Facebook (WP Social Login) their avatars are not seen on the site ? (I can see their avatars on my other site(different theme) Is there any bug?
November 11, 2014 at 20:24 #35081Kamal
ModeratorHello, Please update to the latest version of the KLEO theme. Latest version is 2.1.1. and Facebook login is integrated to the theme. You do not need to use extra plugin for that. You can setup your facebook login options as well as the redirection after login From Theme Options>Miscellaneous>Facebook integration. Please update the theme and all plugin and deactivate your wp social login and see if this fixes your problem. If you have more question then you are most welcome to ask. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 11, 2014 at 20:54 #35084glikoz
ParticipantSorry we could not use Kleo’s Fb login, because we are using not only facebook login but also twitter login and gmail login.
So we have to use Wp Social Login.November 12, 2014 at 15:02 #35199Kookidooki
ParticipantSame issue.
I want users login from Facebook, Google, LinkedIn, etc. that’s why I need WP Social Login.
Any idea how to fix this? Looks like some conflicting issue.
November 12, 2014 at 18:59 #35262Abe
KeymasterMake sure that the Facebook login is set to OFF in Theme options – Miscellaneous.
Put a link to your site to check
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.November 12, 2014 at 22:05 #35273Kookidooki
ParticipantHi Abe,
Facebook was already set to off but it didn’t work out unfortunately.
The site is under development and my clients won’t allow me to make it public.
Can you test WP Social Login https://wordpress.org/plugins/wordpress-social-login/ on your site?
ThanX and keep posted.
November 12, 2014 at 23:42 #35277Roger
ParticipantI am having the same issue.. I would like to ad the social buttons where the facebook normally shows up… i have the following short codes I can use
Use [TheChamp-Login] Shortcode in the content of required page/post where you want to display Social Login interface.Example
[TheChamp-Login]
You can use “style” attribute in the Shortcode to style the rendered Social Login interface.
Example
[TheChamp-Login style=”background-color:#000;”]
You can use shortcode in PHP file as following
<?php echo do_shortcode(‘SHORTCODE’) ?>
Replace SHORTCODE in above code with the required shortcode like [TheChamp-Login style=”background-color:#000;”], so the final code looks like following
<?php echo do_shortcode(‘[TheChamp-Login style=”background-color:#000;”]’) ?>
November 13, 2014 at 00:31 #35279Roger
ParticipantI want to ad it to the pop up
Attachments:
You must be logged in to view attached files.November 13, 2014 at 16:48 #35322Kookidooki
ParticipantHey developers,
Did you already get WP Social Login working on your site?
Still waiting for fix.November 14, 2014 at 01:32 #35382Abe
KeymasterHi, doing some tests today and will let you know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.November 14, 2014 at 03:12 #35392Roger
ParticipantI was trying to find where to replace the facebook login information code and replace it with the social login code above.
November 15, 2014 at 02:43 #35545Abe
Keymasteryou can add the
<?php echo do_shortcode('[TheChamp-Login]');?>
in page-parts/general-popups.php after
<?php do_action('kleo_before_login_form');?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.November 16, 2014 at 00:56 #35631Kookidooki
ParticipantHey developers,
have you already found a solution to get WP Social Login working on your site the way it should be?
November 17, 2014 at 09:49 #35739Kookidooki
ParticipantHey developers,
You were testing WP Social Login after issues with Kleo’s Login. Were you guys able to find a solution for this plugin?
Cheers!
November 19, 2014 at 17:56 #35975glikoz
ParticipantHello,
I think this message is related with you Abe?
“Conflict detected. Facebook SDK is already loaded by another package. Initialization failed, exit.”
This is coming from WordPress Social Login while connecting via Facebook.
Wordpress Social Login is white label and community contributed plugin, you don’t need to implement your own Facebook login mechanizm. Only you have to be friend with WordPress Social Login.
This approach will reduce your maintanence cost also!
Another problem is you are loading bigger version of images on main page. This is very very bad implemantation for performance, so SEO!
I don’t want to rate your plugin as 1 star, but if you think “I made enough sell and I will implement new theme ” please confirm us.
You can be number one theme on themeforest but you have to be customer friendly. Please inform us about KLEO’s roadmap.
Best regards.
November 21, 2014 at 10:14 #36197Kookidooki
ParticipantHey developers,
I’ve been waiting for almost a week.
You said that you were testing WP Social Login after issues with Kleo’s Login.
Have you guys found a solution? I need a quick fix please.
ThX
November 21, 2014 at 12:52 #36210glikoz
Participantkookidooki please check if you use another facebook login plugin like WMPUDev ultimate facebook..
My problem was Ultimate facebook – WSL conflict..November 21, 2014 at 20:51 #36307Kookidooki
ParticipantHey Glikoz,
Thank you for your help.
The problem is that I didn’t changed the plugins. It worked before with the previous Kleo versions. The problem started after upgrading to Kleo 2.0 and 2.1.1.
Still don’t know what the problem is.
November 21, 2014 at 21:36 #36313Abe
KeymasterHi @glikoz
as you can see we are constantly updating the theme and listening to customer opinions and what you say it is out of the discussion.We understand what you say about Social Login or other related plugins. Our implementation can be easily disabled from Theme options – Miscellaneous and all files related to that won’t load so you can use any other plugin. We thought it would be an easier option for customers.
So if you want to use other plugins for Facebook login, please disable our implementation from Theme options – Miscellaneous.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.