Forum Replies Created
-
Author
-
ofcentral
Participantjust deactivate bbpress in plugins.
ofcentral
Participantmay I push that again…
this code doesnt work for me:COPY CODE.membership .pricing-table.popular:after { background: url("images/pop.png") no-repeat scroll center center rgba(181, 41, 41, 0); }
the image is in the folder /public_html/wp-content/themes/sweetdate-child/images
ofcentral
ParticipantHi Laura,
yes thank you – it seems that Pmpro was responsible for the problems.
Feel free to use my german language files – everything is translated except the admin interface.ofcentral
ParticipantHi laura,
oh, you’re right 😀 thank you very much!
You’re support is really great!ofcentral
ParticipantOk, it seems that my link didn’t work.
I meant your demo member page: http://seventhqueen.com/demo/sweetdatewp/members/an-ra/ofcentral
ParticipantNow I translated some strings in the SweetDate text domain “BuddyPress”. After saving them, the them “forgot” to show the already translated strings as “Quick profile navigation” and “Friend Requests”!
It seems that this translation plugin has some bugs?!ofcentral
ParticipantPlease also have a look here (screenshots in the attachement)
The strings have been translated, but they’re still shown in english.
Attachments:
You must be logged in to view attached files.ofcentral
ParticipantHi Laura,
thank you for your answer.
Strange, I translated that several times, and sometimes the theme also shows this translation. But as soon as I save the text domain “pmpro”, the theme “forgets” some of my theme translations.ofcentral
Participant@abe, did you already have time to check that?
maybe you can implement a backend-function to translate these fields. I think many users have this problem.December 11, 2014 at 12:47 in reply to: Matching Fields not showing correctly and fail to work #38537ofcentral
ParticipantI’ve got the same question here:
https://archived.seventhqueen.com/forums/topic/match-numbers/page/3/#post-38013ofcentral
ParticipantYes, without hardcoding.
How I did it:
1) Import the languages files in the plugin
2) the plugin scans all BuddyPress-Files
3) Download the .mo and .po files
4) edit it with Poedit, now you should see these words.ofcentral
ParticipantI guess localization plugin is not able to display these items:
Attachments:
You must be logged in to view attached files.ofcentral
Participant@webpixel, does that work for you? I translated all of them, but on the profile page “Profile”, “Notifications” and “Friends” are still not translated (the others are).
@Laura:
ScriptingGuard in the localization plugin returns these errors:
/wp-content/themes/sweetdate/framework/shortcodes/tinymce/js/jquery.livequery.js
/wp-content/themes/sweetdate/framework/shortcodes/tinymce/js/jquery.appendo.js
/wp-content/themes/sweetdate/framework/shortcodes/tinymce/js/base64.js
/wp-content/themes/sweetdate/framework/shortcodes/tinymce/js/popup.jsofcentral
ParticipantThank you very much for your fast reply, that’s what I call great support!
yes, I also renamed it there, I tried it several times. Maybe there’s something wrong with the code?
ofcentral
ParticipantHi,
I’m referring to Post .
I translated the fields “I am a” and “Looking for” both in the .po-File as well as in the WordPress-Profile Fields-Section. As soon as I translate the fields in the Profile Fields-Section (only in the .po-File doesn’t work), the matching algorithm doesn’t work, altough I also translated it in your custom code:COPY CODE//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'] = 1; //required for initial match. If the sex preference matches it will continue to the specified fields below $kleo_config['matching_fields']['sex'] = 'Translation 1'; $kleo_config['matching_fields']['looking_for'] = 'Translation 2'; //sex percentage $kleo_config['matching_fields']['sex_percentage'] = 49; ); }
Can you help me? Thanks a lot!
-
AuthorPosts