-
Author
Tagged: Facebook Login
-
April 4, 2015 at 12:33 #53205lastafaParticipant
Hey there,
I’m currently setting up my site using KLEO theme and suddenly, the facebook login just links to # (nothing) in both the modal window and wp-login.php.
The settings are the same and the app id is entered. What could be wrong?
My test site resides at gratitude.wpengine.com – norwegian language.
Let me know if you need login credentials.
Thanks in advance!
April 4, 2015 at 15:39 #53212sharmstrModeratorYour site is throwing jQuery errors. When that happens any jQuery scripts/functions that come after those errors wont work.
The error is jQuery is undefined. What’s happening is that there are jQuery scripts being called before jQuery.js is being loaded. That’s happening because jQuery isnt being loaded at the top of the page (head). Its being loaded towards the end of the page. Figure out why.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 6, 2015 at 13:17 #53377lastafaParticipantThank you so much, I totally slacked on investigating!
It turned out I had installed a plugin that moved js to the footer in order decrease page loading time and then forgot about it. When I disabled it, the slider popped up as well, go figure! 😉
Again, kudos for checking it out!
April 6, 2015 at 13:46 #53379liamParticipantIt seems the facebook login button on the sidebar on my frontpage does nothing.
It only works when used via the login buttong on the menu, any ideas why?April 6, 2015 at 16:02 #53386sharmstrModerator@liam, because you have your main menu/header positioned over it. The attached image shows you the height and width of the header container.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.April 10, 2015 at 15:55 #53912liamParticipantThanks for confirming the above, i haven’t changed the header settings. Is this not a common problem, I’m just using the normal right sidepar tempalte?
How can i get around it? Can i add padding to the top of of the right side bar?
Also is the login in that sidebar Kleo or Buddypress?
ThanksApril 10, 2015 at 16:08 #53914liamParticipantit’s ok i see now i can just amend the main side bar widgets order
April 13, 2015 at 14:51 #54192RDeluxeParticipantHi !
I also have the
Uncaught ReferenceError: jQuery is not defined
problem. However after disabling ALL my plugins, it’s still there.
I’m using a child theme, and my functions.php file does nothing except changing the menu content.
Any other idea ?
April 20, 2015 at 13:18 #55235RDeluxeParticipantAlright, got it working by adding a custom script to load jquery on wp-login.php :
add_action( ‘login_enqueue_scripts’, ‘custom_login_enqueue_scripts’ );
function custom_login_enqueue_scripts()
{
wp_enqueue_script(‘jquery’);
}June 17, 2015 at 15:56 #63447MikeParticipantI’m having a similar issue and I’m just in the process of setting up the site. I wanted to get registration tackled first. When I click on the Log in with Facebook buttons, it just adds a # to domain.
Here’s the link: http://www.nerdlouisville.org/register/
Any ideas?
June 17, 2015 at 16:02 #63454sharmstrModeratorCant tell with your maintenance screen blocking it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 17, 2015 at 16:03 #63456MikeParticipantI’m an idiot. I turned that on just a second ago. It’s off now.
June 17, 2015 at 16:03 #63458sharmstrModeratorno its not
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 17, 2015 at 16:05 #63459MikeParticipantStrange. It’s turned off and working for main page / other pages. http://www.nerdlouisville.org
June 17, 2015 at 16:08 #63461MikeParticipantYou can still access the Log In With Facebook via the login popup or other pages sidebar. Not sure why that single page is still in maintenance mode. Sorry.
June 17, 2015 at 16:08 #63462sharmstrModeratorNot for register
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 17, 2015 at 16:18 #63471sharmstrModeratorI dont see any jquery errors. I was able to reproduce this problem on my site if I removed the Facebook APP ID. Do you have that filled out?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 17, 2015 at 16:19 #63473MikeParticipantIt’s highly likely I do NOT. How do I fill that out? Thanks for your help and apologies for being ignorant.
June 17, 2015 at 16:39 #63480sharmstrModeratorIts right where you turned it on. Theme Options > Misc.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.