This topic has 6 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #189933
     emmanuel
    Participant

    hello how to change the birthday age group from 2000 year to may be 2016

    Attachments:
    You must be logged in to view attached files.
    #189999
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #190099
     Radu
    Moderator

    Hi,

    Trying to look for a solution but cannot see any filter at the fist view, to can hook at it. I recommend you to ask that on the buddypress forums since this things it’s related to the buddypress core.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #190102
     emmanuel
    Participant

    ok how to change what this text says see the attachment where in my cpanel do i have to go to change it

    Attachments:
    You must be logged in to view attached files.
    #190183
     Radu
    Moderator

    Hi,
    Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/

    A small introduction on how translations work

    Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.

    For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.

    Follow these steps to get you started:

    • Install Loco Translate plugin
    • Go to the plugin dashboard: WP Admin – Tools – Manage translations
    • Find the theme or plugin in the list.
    • If the language isn’t already in the list then click 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/ ).
    • Press SYNC button to synchronise your translation with the provided .pot file
    • Search for the string you want to translate and add your translated string.
    • Press Save when you finished your translation.

    Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #190193
     emmanuel
    Participant
    This reply has been set as private.
    #190299
     Radu
    Moderator

    Hi,

    You can change the color and font family from there using this css

    COPY CODE
    
    #activate-page p {
    font-family:"Arial";
    font-size:20px;
    color:red;
    }
    

    You can remove the link from there by removing the %s from the translation or you can edit direct in the file.
    You can edit that just in php file directly by copying this file activate.php

    from : wp-content/themes/buddyapp/buddypress/members/activate.php
    to : /wp-content/themes/buddyapp-child/buddypress/members/activate.php

    Look for around line 50

    Note : Child theme needs to be installed and activated, in this way your changes will stay even you update the parent theme.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?