Forum Replies Created
-
Author
-
gfisch
ParticipantSigh – I tried it again as you suggested. But now I get an error
Error: Failed security check for loco-nonceI translated
Registering for this site is easy, just fill in the fields below and we will get a new account set up for you in no time.to
Please use the same name for USERNAME and NICKNAME. For security reasons don’t use your real name.Thanks
Andreasthe login as admin is
shc
Shc!2017/AbcJanuary 27, 2017 at 19:33 in reply to: What payment gateway for SweetDate site with Paid Memberships Pro #151141gfisch
ParticipantGreat – thank you.
gfisch
ParticipantHi 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)gfisch
ParticipantOK – 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
AndreasJanuary 18, 2017 at 13:16 in reply to: Log-in issue. Can I define a welcome page after Log-in? #150093gfisch
ParticipantHi 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 #150047gfisch
ParticipantThanks 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’ );
?>gfisch
ParticipantHi Laura
The credintials are
dd
rtmedia-2017But I think what you are experiencing are those strange log-in issues (that I am still working on following your suggestions).
This means – when you go to new.datedick.com and try to log-in there, it does not work
If you go to https://new.datedick.com/wp-admin/ it wouldAnyway – now you should be able to log-in 😉
Regards
Andreasgfisch
ParticipantHi Laura, thanks for your patience
Here is your admin login for you (see screen2.jpg)
I have played around with Firebug and tweaked those values
.standard-form label, .standard-form span.label {
margin: 7px 7px 0;
}It’s better but not yet perfect. The screenshot shows the effect of my CSS.
I would prefer a small padding after the checkbox and before the text as well.I have removed the custom CSS again to see and learn how you will do it 😉
Thanks
Andreasgfisch
ParticipantVery 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
gfisch
ParticipantHi 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. 🙂
gfisch
ParticipantCool 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