-
Author
-
July 10, 2014 at 14:47 #22253MycoachParticipant
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.July 11, 2014 at 17:19 #22408CatalinModeratorHello,
The plugin should work fine. Please give me admin aces to your WordPress to see what causes the problem.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 17, 2014 at 15:15 #22863CatalinModeratorHello,
“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,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 17, 2014 at 16:41 #22879MycoachParticipantHello,
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
July 24, 2014 at 19:01 #23503CatalinModeratorHello,
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,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Translation and problem with Paid membership Pro’ is closed to new replies.