This topic has 7 replies, 2 voices, and was last updated 10 years by Mycoach.

  • Author
  • #22253
     Mycoach
    Participant

    Hi,

    I have two questions. First of all, is a problem of translation on my checkout members. I can not find the translation :

    – You have selected the … membership level.

    – Please Login or Register a new account in order to continue

    My Codestyling localisation do not work. I can just translate the first page and after nothing appears. I have tried with poedit in my FTP but I can’t find it (too many translations).

    Could you give me a way to find the sentence i ‘d like to translate in the good file when I try to see it in my editeur or poedit. For example to translate : “You have selected the … membership level.” is in Content-search.php -line ??- I could win lot’s of time if I find this solution.

    I’d like to translate also :

    – Profile Search results; Where can I find it ???

    My secon question is : I have also a problem in membership checkout because I don’t find the button to paid. Of course, in paid membership pro, I have registered My API key, signature… with a paypal express account but nothing appears on my page.

    Sincerly

    Attachments:
    You must be logged in to view attached files.
    #22408
     Catalin
    Moderator

    Hello,

    The plugin should work fine. Please give me admin aces to your WordPress to see what causes the problem.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #22426
     Mycoach
    Participant
    This reply has been set as private.
    #22427
     Mycoach
    Participant
    This reply has been set as private.
    #22863
     Catalin
    Moderator

    Hello,

    “You have selected the … membership level.” can be found in this files:

    ..\wp-content\plugins\paid-memberships-pro\pages\checkout.php

    ..\wp-content\themes\sweetdate\paid-memberships-pro\pages\checkout.php

    I checked your site and i see the “members online” counter works.

    What php code do you want to add in the functions.php file?

    Thank you,
    Catalin

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

    Hello,

    Ok, it’s great. Yes, the member online works but not how many men or women online. It doesn’t matter yet I kept only members online and total memebers.

    In functions.php I’d like to put the code to change “match”. I always have “50” each time. I tried with the code you give us but it doesn’t work, my site crashed and I really don’t understand how does it works !

    //change matching system
    add_action(‘after_setup_theme’,’kleo_my_match’);
    function kleo_my_match() {
    global $kleo_config;
    $kleo_config[‘matching_fields’][‘starting_score’] = 1;
    //If we want to match by members sex. values: 0|1
    $kleo_config[‘matching_fields’][‘sex_match’] = 0;
    //single value fields like select, textbox,radio
    $kleo_config[‘matching_fields’][‘single_value’] = array (
    ‘Marital status’ => 5,
    ‘Sect’ => 5,
    ‘Age’ => 5,
    ‘City’ => 2,
    ‘Country’ => 5,
    );
    //multiple values fields like multiple select or checkbox
    $kleo_config[‘matching_fields’][‘multiple_values’] = array (
    ‘Interests’ => 10,
    ‘Looking for’ => 10,
    );
    }

    Could you just give me a code and where exactly (line) I need to put it ! I see number ‘5”2”10’ what does it means ?

    Sincerly

    #23503
     Catalin
    Moderator

    Hello,

    Take a look at this example:

    https://archived.seventhqueen.com/forums/topic/match-numbers#post-2328

    all you need is modify it with your fields.

    Another good example can be found here:

    https://archived.seventhqueen.com/forums/topic/match-problem/#post-20581

    Thank you,
    Catalin

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

    Ok, thanks. It seems to be good !!

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

The topic ‘Translation and problem with Paid membership Pro’ is closed to new replies.

Log in with your credentials

Forgot your details?