Forum Replies Created
-
Author
-
jsd11Participant
wp-content/themes/kleo-child/kleo-framework/lib/
is there for me, I’m sorry I have nothing else to suggest if you don’t have that file.
jsd11ParticipantHi there,
Go here: yourthemename-or-child/kleo-framework/lib/function-facebook-login.php
and go down to around line 101
You can change where it redirects there, like this:
if( user.type === ‘login’ ) {
if(window.location.href.indexOf(“wp-login.php”) > -1) {
window.location = “http://www.yoursite.com/welcome/”;
} else if (user.redirectType == ‘reload’) {
window.location = “http://www.yoursite.com/welcome/”;
} else {
window.location = “http://www.yoursite.com/welcome-2/”;
}
}It’s always wise to do this in a child theme. Hope it helps.
jsd11ParticipantI modified the facebook kleo file and will keep a copy of it. It works great now. 🙂
October 25, 2016 at 22:15 in reply to: Call to undefined function bp_blogs_get_subdomain_base #141270jsd11ParticipantNot marked as solutionOctober 25, 2016 at 05:02 in reply to: Call to undefined function bp_blogs_get_subdomain_base #141059jsd11ParticipantNot marked as solutionOctober 11, 2016 at 03:47 in reply to: Updated to latest Kleo and full width rows no longer work #138981jsd11ParticipantIt was a conflict with the content views plugin, I deactived it, and all is okay now…thank you!
jsd11ParticipantHey, would you mind sharing what you did to fix the duplicate cover photos? I’m having the same problem.
jsd11ParticipantIt’s all sorted now, thank you anyway. It was actually a plugin that was suddenly causing the white space. 🙂
jsd11Participantlol well that is what I was saying to begin with but okay and thank you, I will follow up with ubermenu.
jsd11ParticipantHi, I’m aware of this option, however, when I select the Kleo Login and add it to the menu the class section is not changeable. And, if I simply add a custom link with “#” as link or wp-login.php and add the class, it does not create the popup. Please see the image attached for the unchangeable class field when adding Kleo login. Thanks.
Attachments:
You must be logged in to view attached files. -
AuthorPosts