This topic has 9 replies, 2 voices, and was last updated 8 years by acengiz.

  • Author
  • #101395
     acengiz
    Participant

    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,
    Anil

    #101402
     sharmstr
    Moderator

    Probably 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #101451
     acengiz
    Participant

    Actually 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,
    Anil

    #101455
     sharmstr
    Moderator

    As 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 solution

    This 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.
    #101458
     sharmstr
    Moderator

    And 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #101469
     acengiz
    Participant

    Aha 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.
    #101475
     sharmstr
    Moderator

    Definitely 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #101484
     acengiz
    Participant
    This reply has been set as private.
    #101490
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #101521
     acengiz
    Participant

    Thanks you very much! 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?