This topic has 11 replies, 2 voices, and was last updated 8 years by nusolutions.
-
Author
-
March 16, 2016 at 22:43 #111112nusolutionsParticipant
Sorry if this has been covered but can’t seem to find where to change this text in the BuddyApp login form.
Any responses appreciatedMarch 17, 2016 at 20:52 #111380RaduModeratorHi,
Go to wp-admin -> pages -> login page
Just edit the text
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 17, 2016 at 22:58 #111393nusolutionsParticipantIf only it was that easy. I have [sq_login_form] shortcode embedded in the page seen here and there’s no content to modify. I will admit that I cheated and copied the page code from Kleo 4.0 so maybe that’s why I can’t edit it directly???
tia
March 18, 2016 at 17:34 #111567RaduModeratorNope, i understand now, you want to edit
These texts ?
COPY CODELog in with your credentials Username Password SIGN IN Remember me Lost your password?
If yes you will have to use loco translate plugin https://wordpress.org/plugins/loco-translate/
You will need to go to the plugin dashboard and in Buddyapp section add new language, choose your language, and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ) then search for that string and translate it.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 21, 2016 at 05:11 #111914nusolutionsParticipantThe most obvious question from this newbie is what is translation and why is it necessary for something so simple? I get that I’m not translating language files so I’m lost on the purpose of this process.
Nevertheless:
Plugin installed and activated.
New language created for English.
A check alerted the following folders missing:
wp-content/languages
wp-content/languages/themes
themes/buddyapp-child/languagesTemplate (POT) file saved as BuddyApp-child.pot
I see the following:
BuddyApp Child
Child theme for BuddyApp
SeventhQueen
http://seventhqueen.comIf I paste the text, Log in with your credentials, into English Translation I don’t see a “search” option.
What am I missing?
March 21, 2016 at 05:39 #111915nusolutionsParticipantAlso,
Is it possible to add the Google reCaptcha to the login form?Plugin Name: Google Captcha (reCAPTCHA) by BestWebSoft
Plugin faq:Here’s a snippet of instructions from the faq of the plugin I’m using:
I would like to add Google Captcha (reCAPTCHA) to the custom form on my website. How can I do this?
1. Install the Google Captcha (reCAPTCHA) plugin and activate it.
2. Open the file with the form (where you would like to add Google Captcha (reCAPTCHA) to).
3. Find a place to insert the code for the Google Captcha (reCAPTCHA) output.
4. Insert the necessary lines:
For Free version:
if( function_exists( ‘gglcptch_display’ ) ) { echo gglcptch_display(); } ;For Pro version:
if( function_exists( ‘gglcptchpr_display’ ) ) { echo gglcptchpr_display(); } ;If the form is HTML you should insert the line with the PHP tags:
For Free version:
<?php if( function_exists( ‘gglcptch_display’ ) ) { echo gglcptch_display(); } ; ?>The captcha appears in the login and register forms.
tia
March 21, 2016 at 18:37 #112018RaduModeratorHi,
The captcha is for user registration spam protection not for login… but if you really want to implement this you will should add this function to wp-content/themes/buddyapp-child/functions.php
COPY CODEfunction add_captcha_under_login_form() { if( function_exists( 'gglcptch_display') ) { echo gglcptch_display(); } } add_action('kleo_after_login_form', 'add_captcha_under_login_form');
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 22, 2016 at 18:11 #112235nusolutionsParticipantYou’re right so I’ve opted to leave as is and uncheck the login form. Still unsure on how to change this text. Did I miss something in your post?
March 23, 2016 at 16:21 #112370RaduModeratorHi,
Please follow this small video tutorial : https://drive.google.com/file/d/0Bxo5b6iHWRMwYXBlYUhLZ3UwUWc/view
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 29, 2016 at 15:25 #113248nusolutionsParticipantOn my site I see en_US.po and also buddyapp-child.pot. Regardless of the template file chosen when following the video I enter Log… click Sync and all I get is “OK: Already up to date with source code. I don’t get the content to modify. Maybe I missed a step?
thanks
Attachments:
You must be logged in to view attached files.March 29, 2016 at 16:18 #113269RaduModeratorHi,
You will have to do that in Buddyapp theme not in Buddyapp child.
Let me know
Chers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.