-
Author
-
January 31, 2016 at 01:03 #101395acengizParticipant
Hi,
I am trying to edit buddypress – compose.php. I put it here:
wp-content/themes/kleo-child/buddypress/members/single/messages/ as in the parent Kleo path. For example i change below label name from Friend to Frieeeend, but there is no change in my website, am i missing something?<label for="send-to-input"><?php _e("Send To (Username or Frieeeeend's Name)", 'buddypress' ); ?></label>
Best regards,
AnilJanuary 31, 2016 at 03:23 #101402sharmstrModeratorProbably a server caching issue.
If you’re merely changing that text, the correct way is to translate it. You’re asking for trouble down the road if you move bp files into your child theme for something as simple as that.
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
January 31, 2016 at 19:51 #101451acengizParticipantActually I’m not gonna change the text, i edit compose.php for subject input. But i couldn’t see any changes after this:
<input type="text" name="subject" id="subject" value="<?php if ( isset( $_GET['subject'] ) ) echo $_GET['subject']; else bp_messages_subject_value(); ?>" />
In bp forum, they directed me to you. (“Ask Kleo how to add BP templates in a Kleo child theme.”)
Before i asked to you, i tried to change label name to be sure that file does not change anything. So what am i missing?Thanks,
AnilJanuary 31, 2016 at 20:54 #101455sharmstrModeratorAs I said “Probably a server caching issue.”
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.January 31, 2016 at 20:57 #101458sharmstrModeratorAnd a simple question. Do you have the kleo child theme enabled?
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
January 31, 2016 at 21:23 #101469acengizParticipantAha okey, i am using “GD Booster” for caching. I think i should deactivate it while i am working on project, right?
Yes i have enabled kleo child theme as you can see in attachment.
Attachments:
You must be logged in to view attached files.January 31, 2016 at 22:07 #101475sharmstrModeratorDefinitely disable it until just before you launch the site.
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
February 1, 2016 at 01:10 #101490sharmstrModeratorYou have a space in the compose.php file name.
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 ‘General questions’ is closed to new topics and replies.