Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Kim
Add this to the theme’s function.php file:
function kim_gettext( $translated_text , $text , $domain ) { if ( $domain == 'connections' && $translated_text == 'Work Phone' ) { $translated_text = 'Phone'; } if ( $domain == 'connections' && $translated_text == 'Personal Email' ) { $translated_text = 'Email'; } return $translated_text; } add_filter( 'gettext', 'kim_gettext', 20, 3 );Steven Zahm
Keymaster@ Nick Putman
This doesn’t look related to Connections at all. I’m guessing you’ll have this same issue even with Connections deactivated.
Steven Zahm
KeymasterFor security reasons, javascript is stripped out of the bio and notes fields. Those same fields, however, do support shortcodes. So, if you can find a plugin that can display Yelp ratings using a shortcode, that should work.
I have added this to my feature request list … I can definitely see value in providing a integrated solution for this functionality.
Steven Zahm
KeymasterYou want to edit the template.php file found here:
../wp-content/connections_templates/cmapPut this code in the template where you want the vcard download link to appear:
vcard(); ?>
Save the file and upload it overwriting the original.
Steven Zahm
KeymasterSorry, for the short answer, but no. The only way to link to files is to put the link into the bio or notes fields.
Steven Zahm
KeymasterNot presently, but this is on my to do list to come up and release a solution for those looking for this type of functionality.
Steven Zahm
Keymaster@ towanna
If you require a bio, Tile Plus is not the correct template because the layout doesn’t support it, but it would meet the rest of you requirements, you would just have to turn on the social media icons by adding this to the current shortcode: show_social_media=FALSE
Steven Zahm
Keymaster@ Foaad
Yes, this is still an option issue that is being worked on.
Steven Zahm
KeymasterI’ll be pushing out an update today for Connections that’ll fix the message error.
Here’s a FAQ that outline solutions to only a portion of the import from occuring:
Why is only a portion of the CSV file is being imported?
Steven Zahm
Keymaster@ Dave Murphy
Do you have a link to share so that I can see the issue you’re experiencing?
-
AuthorPosts
