Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Ivan
Sorry, there is not a way for Connections to do a universal search or allow the WP core search the data within Connections.
Steven Zahm
Keymaster@ Mark
You could use this CSS in a CSS file:
.cn-image-style { float: left; }Hope that helps!
Steven Zahm
Keymaster@ lstephan
There are many shortcode option available to Tile Plus to change the labels. See this FAQ.
Here is the entire list of options available to Tile Plus:
str_select='Select Category' str_select_all='Show All Categories' str_image='No Photo Available' str_contact='Contact' str_home_addr='Home' str_work_addr='Work' str_school_addr='School' str_other_addr='Other' str_home_phone='Home Phone' str_home_fax='Home Fax' str_cell_phone='Cell Phone' str_work_phone='Work Phone' str_work_fax='Work Fax' str_personal_email='Personal Email' str_work_email='Work Email'Hope that helps!
Steven Zahm
Keymaster@ John
Sorry, no it is not 100% compatible. It is on my todo list but I can not commit as to when it’ll be 100% compatible.
Steven Zahm
Keymaster@ Tracyd
Well, you said you had a testing environment you can install right over top, you will not lose any data. The idea is just to see if the issue is fixed in the dev version of the plugin. You would revert back to the original version afterwards as this version is still in work and not quite ready for release.
As always, make a quick backup of your testing db that way you can revert if needed.
Hope that helps!
Steven Zahm
Keymaster@ David
Great to hear you found the solution!
Steven Zahm
Keymaster@ Alisha
Opps… I didn’t read the question thoroughly enough, apologies!
Sorry, there really is no way to change this without editing the core PHP files of the plugin. You would have to edit this line.
Hope that helps!
Steven Zahm
Keymaster@ Alisha
Add
show_family=FALSEto the shortcode. That will tell Slim Plus not suppress the entry relationships.Hope that helps!
Steven Zahm
Keymaster@ Alisha
Hmmm… here’s an idea that might work. So you shortcode looks something like the following, right?
[connections list_type="family"]What you need to do is create a “Results” page and on that results page is use just the
[connections]shortcode with no options … or … maybe just like this,[connections list_type="individual, organization"], so families are not returned in the result.Now, on the main directory page page update your shortcode to be this:
[connections list_type="family" home_id="X"]X for home_id should be set to the page ID of the “Results” page.
I think that should get you the results you looking for. Let me know.
Steven Zahm
Keymaster@ Michael
Yeah, I see the issue. Can you try something for me? Add the following right before the action in
class.entry-actions.php:$entry->set( $entryID );That should refresh the entry object with up to date data.
Let me know and I’ll ad the change so it is included in the next update.
-
AuthorPosts
