Forum Replies Created
-
Author
-
January 27, 2017 at 19:33 in reply to: What payment gateway for SweetDate site with Paid Memberships Pro #151141gfischParticipant
Great – thank you.
gfischParticipantHi Lara
I have problems with Loco Translate. I think followed your description above (with Loco version 2) but the changes don’t show up.The last step in the explanation was
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
I only see one language option (see screen1.jpg) and cannot select the translated one.
————-
Here is what I did.
1. In Loco : Themes Sweetdate I copied the English file (screen3.jpg)
2. On the next screen I choose “English” as language, “custom” as location, “source strings” as options. (screen4.jpg)
3. Then I translated the string and saved (screen5.jpg)
4. The translated copy appears in the list but with the same name! (screen6.jpg)Attachments:
You must be logged in to view attached files.gfischParticipantOK – this sounds like a good system. There is a new version 2 of Loco Translate available though. So the steps you mentioned only work for the legacy version.
What should I do? Go for 2 or the legacy version (which will not be supported in the future).
Also – when I want to modify English I probably create a copy first and will NOT modify the original. Right?
I was not sure what to select at that point (screen1.jpg).
Thanks
AndreasAttachments:
You must be logged in to view attached files.January 18, 2017 at 13:16 in reply to: Log-in issue. Can I define a welcome page after Log-in? #150093gfischParticipantHi Laura,
this was a good suggestion. I solved the log-in puzzle – sigh.
The “problem” was Paid Memberships Pro. Once de-activated and the log-in worked fine.But now I realize. This is to be expected. I have to configure PMP first to make it behave like it should. Just activating it creates some issues.
Just yesterday I found this link how you can redirecting users to a certain page when logged in. https://www.paidmembershipspro.com/hiding-the-wordpress-dashboard-from-your-members/
So I think we can close this thread. Thank you for your patience.
Regards
AndreasJanuary 18, 2017 at 02:37 in reply to: Featured photo in profile header / Specific fields in profile header #150047gfischParticipantThanks Radu, understood. I can show both. “About” me and “My Photos” in the member header. Great. I was not aware of that.
But somehow it seems I do something wrong with the code.
I put this in member-header.php (in the child folder) but it still displays ALL fields. Is it because all my fields are (deliberately) in the primary group?
Can I not only select SOME fields from the primary group?
Here is the code I am using (the names are correct).
<?php
/***
* If you’d like to show specific profile fields here use:
* bp_member_profile_data( ‘field=About Me’ ); — Pass the name of the field
*/
bp_member_profile_data( ‘field=AGE / BIRTHDAY’ );
bp_member_profile_data( ‘field=COUNTRY’ );
bp_member_profile_data( ‘field=CITY’ );
bp_member_profile_data( ‘field=I AM A’ );
bp_member_profile_data( ‘field=LOOKING FOR’ );
bp_member_profile_data( ‘field=HEIGHT’ );
bp_member_profile_data( ‘field=WEIGHT’ );
bp_member_profile_data( ‘field=POSITION’ );
do_action( ‘bp_profile_header_meta’ );
?>gfischParticipantVery cool this looks nice now. You sure can give me a tip how to give more padding to the check boxed in the edit mode now too. Thank you. Andreas
Attachments:
You must be logged in to view attached files.gfischParticipantHi Laura, yes that would be a clean solution. But I DO want to use bbPress-forums – but only via Groups (forgot to say that). I have removed Forums from the “real” (big) menu already. Now the user could still reach the “real” forum via the BuddyPress Tabs still, if I would don’t remove it there. That would be totally confusing.
I assume, if I would remove the bbPress plug-in alltogether, the forum funktionality in groups would be gone too. I want it there. 🙂
gfischParticipantCool and thank you. This did work. I did put the code into
Sweetdate : Styling Options : Quick CSSWould it be better (faster?) to put all my CSS changes in the actual style.css of the child theme, after testing it in the Quick CSS?
-
AuthorPosts