Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 15 replies, 3 voices, and was last updated 12 years ago by
Steven Zahm.
-
AuthorPosts
-
11/22/2013 at 11:20 am #274192
Jonathan Baha’i
Participantis there a way to edit the field names such that I can remove “Work” from the field naming?
Thanks!
11/22/2013 at 4:09 pm #274199Steven Zahm
Keymaster11/25/2013 at 8:44 am #274273Jonathan Baha’i
Participantthanks for this.
I’ve tried renaming the fields like so:
[connections str_work_addr='Address' str_work_phone='Tel' str_work_fax='Fax' str_work_email='Email' str_home_fax='Chapter' category='7' template="card-tableformat"]but nothing changes: http://2012.cpta.org/chapter-executives/quebec-chapter-executives/
any ideas?
11/25/2013 at 10:17 am #274278Steven Zahm
Keymaster@ Jonathan
That’s because these options are not available to the
template="card-tableformat"template. YOu need to take a different approach.Install the Say What? plugin.
It’ll add a new Text Changes menu item. Click Add New, enter the string exactly as shown in Connections, enter connections [notice the lack of capitalization, that's important!] as the domain and then enter your new text.
The great thing about using this plugin is that it will be update safe and you can use it on any other plugin that has been properly internationalized. Hope that helps.
07/21/2014 at 11:18 am #297660Marco Eisenack
ParticipantHello Steve,
I’m facing the same problem as Jonathan. I use the Bio Entry Card and WordPress is running in german.
Nothing changes when I enter the german string names (e. g. Telefon) and change them with the SayWhat?-Plugin. Do I need to enter the english ones or is there any workaround?
Best regards!
07/21/2014 at 12:17 pm #297661Steven Zahm
Keymaster@ Marco
The phone number labels should already be in German if WordPress is running in German. Now if you’re trying to change the German labels to something else, then you, counter intuitively, need to enter the English origin string and not the German translated string. I guess that is how WP handles it. I just tested it and it does work. For example to change
Home Phone, in German,Telefon Privatto justTelefonyou need to enterHome Phonein English as theOriginal string. Then enter theconnectionsas the domain and finallyTelefonyourReplacement string.Hope that helps!
07/22/2014 at 7:06 am #297742Marco Eisenack
ParticipantHello Steve,
thank you for the quick response. It works with the English string, but I don’t know all of them. Is there any listing of the strings?
Thank you!
07/22/2014 at 10:16 am #297753Steven Zahm
Keymaster@ Marco
Here are the phone type label strings:
Home Phone
Home Fax
Cell Phone
Work Phone
Work FaxHere are the address type label strings:
Home
Work
School
OtherHere are the email type label strings:
Personal Email
Work EmailHope that helps!
07/23/2014 at 9:29 am #297800Marco Eisenack
ParticipantThank you Steve! That helps a lot!
Sorry for the numerous questions but is it possible to remove the seperator “:” in the Bio Card?
And which is the right string for “website”?
-
This reply was modified 12 years ago by
Marco Eisenack.
07/24/2014 at 9:24 am #297870Steven Zahm
Keymaster@ Marco
Yes, but not easily like in the premium templates.
Install the Code Snippets plugin:
https://wordpress.org/plugins/code-snippets/Add the following code as a new snippet:
add_filter( 'cn_output_default_atts_address', 'cn_remove_label_separator' ); add_filter( 'cn_output_default_atts_phone', 'cn_remove_label_separator' ); add_filter( 'cn_output_default_atts_email', 'cn_remove_label_separator' ); add_filter( 'cn_output_default_atts_im', 'cn_remove_label_separator' ); add_filter( 'cn_output_default_atts_socialmedia', 'cn_remove_label_separator' ); add_filter( 'cn_output_default_atts_link', 'cn_remove_label_separator' ); add_filter( 'cn_output_default_atts_date', 'cn_remove_label_separator' ); function cn_remove_label_separator( $atts ) { $atts['separator'] = ''; return $atts; }SAve and activate the new snippet.
Hope that helps!
If I have not asked and if you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections -
This reply was modified 12 years ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
