Forum Replies Created
-
Author
-
jneventParticipant
There is no “users” in wp-admin.. There is a “user” but it doesnt have a “profile fields” inside it..
“www” is the root, right?
jneventParticipantI just want to change the text “Base” on the profile. Which file is responsible for displaying that?
jneventParticipantI found it now.
Do you know a way to make the display textfield blank instead of automatically fill it with the username as it is now?
jneventParticipantBut that includes only the welcome message and menu. I want to access the file that handles display name. I believe its BuddyPress but do you know what file it is?
jneventParticipantBut it’s nothing that is stored in the database. It’s just a normal welcome text that is displayed when the user is gets registred.
jneventParticipantI did it in the kleo and it’s working now. Can you remove this topic for security purposes because I provided with function file.
Thank you for you help.
jneventParticipantI tried it and got the same error. Here is the whole function.php
I have used kleo-child before so I’m guessing it’s installed and activated.
Attachments:
You must be logged in to view attached files.jneventParticipantIt was on the bottom before, I put it on the top now but it’s still the same error. Here is the file.
jneventParticipantI get error when starting the site:
Fatal error: Cannot redeclare kleo_setup() (previously declared in /home/hpkursen/public_html/wp-content/themes/kleo-child/functions.php:52) in /home/hpkursen/public_html/wp-content/themes/kleo/functions.php on line 49
jneventParticipantShould that code you gave me be the only code in functions.php or should I copy the functions.php from kleo and put the code at the top?
July 14, 2015 at 22:06 in reply to: Kleo-Child can't find recognize function-facebook-login.php #68277jneventParticipantAny answers yet?
jneventParticipantI’m sorry, my bad.
I don’t literately mean “force”. I just want to “notify” the user to set a display name. I created another site that the user is redirected to after registration. That site has only a name field and a button so the user can set the display name without other distractions. I’m wondering what code is used to set a display name and then click the button “save”, just like changing the display name in “profile”jneventParticipantThere is no “Name” when registering using Facebook. They just click the button “log in with Facebook” and they’re registered. I want it to force the user to enter a display name after registering with Facebook.
July 12, 2015 at 16:51 in reply to: Kleo-Child can't find recognize function-facebook-login.php #67916jneventParticipantWhat do you mean with parent folder? In kleo-child I created the folder kleo-framework and in it lib and then I put the function-facebook-login.php in the lib but it still didn’t work
July 9, 2015 at 18:15 in reply to: What file is it that handles after being registered with Facebook? #67504jneventParticipantThank you!
jneventParticipantIs it possible to make a pop-up appear with a display name field that lets the user change the display name after logging in with facebook for the first time?
jneventParticipantHow about when people login with facebook for the first time? Can I add display name field when users login with facebook?
jneventParticipantAlright I see what you mean now.
However is there a way to make the user have to change the display name when logging in with Facebook for the first time?jneventParticipantWhat is the difference between display name and Username? Can display name be displayed on forum instead of name and lastname?
jneventParticipantThanks, it works now.
Is there a way to make it so that only logged in users gets redirected to “hpkursen.se/hem/” and non-logged in users is redirected to the homepage?
jneventParticipantIts a question.
How do I make it redirect to “hpkursen.se/hem/” instead of the HomePage? The code I showed did not work. The user is still redirected to the HomePage but I want them to be redirected to hpkursen.se/hem/jneventParticipantI just tried the code and everything, but it still doesn’t work, probably i just missed something but i can’t figure out what..
This is what my kleo-child functions.php file looks like:
COPY CODE<?php /** * @package WordPress * @subpackage Kleo * @author SeventhQueen <themesupport@seventhqueen.com> * @since Kleo 1.0 */ /** * Kleo Child Theme Functions * Add custom code below */ function show_full_width_header_on_boxed_layout(){ echo ''; echo ''; } add_action('kleo_header', 'show_full_width_header_on_boxed_layout', 9999); function show_full_width_footer_on_boxed_layout($sidebar){ if($sidebar == 'footer'){ echo ''; echo ''; } } add_action('get_sidebar', 'show_full_width_footer_on_boxed_layout', 9999);
jneventParticipantThank you! Where should i paste it? if it is in the functions.php file, is it in the kleo child function file or just kleo? And were in the file, which line?
Thanks!
jneventParticipantHi! I think i have the same problem, i want the header (the menu section) and the footer to be full width in boxed mode. i tried to put the hack code in the functions.php file but it just showed an error message.
Can you help me?
Thanks.
Attachments:
You must be logged in to view attached files. -
AuthorPosts