Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymasterre: Susie
Sorry, not nothing out of the box. This could be custom coded for you.
Steven Zahm
Keymaster@ Roger
Sorry to say but that dev has grown his own business and no longer has the available time to do custom work. Depending on what you may need, I may be able to fit this into my schedule. Please use the contact link at the bottom of the page and give me a detailed and possible explanation of what you’re looking for. If you can also do mockups, those are extremely helpful. Please paste a link to this forum thread so I can relate the two, thanks!
Steven Zahm
Keymaster@ Lynn
Sorry, no not out of the box this is not possible. Functionality like this would have o be custom coded extension.
Steven Zahm
Keymaster@ Magnus
You can use the
[connections]shortcode on another page without issue. You would only need to use the category shortcode option to limit it to the category you want to display.Hope that helps!
Steven Zahm
Keymaster@ Magnus
re: Is there a way in Slim to display the Title in the collapsed single name row, as displayed when all items are collapsed?
I want something like “John Doe, Chairman”
There is not a builtin in way to do this, the template would have to be altered. You would need to edit thecard.phpfile found here:
../wp-content/plugins/connections-slim/Look for this line:
echo '<h3 class="cn-accordion-item" data-div-id="cn-detail-' , $uuid , '"' , ' style="border-bottom: ' , $atts['color'] , ' 1px solid; color:' , $atts['color'] , ';"><span class="cn-sprite' . $open . '" style="background-color: ' , $atts['color'] , ';"></span>' , $entry->getNameBlock( array( 'format' => $atts['name_format'] ) ) , '</h3>';And change it to:
echo '<h3 class="cn-accordion-item" data-div-id="cn-detail-' , $uuid , '"' , ' style="border-bottom: ' , $atts['color'] , ' 1px solid; color:' , $atts['color'] , ';"><span class="cn-sprite' . $open . '" style="background-color: ' , $atts['color'] , ';"></span>' , $entry->getNameBlock( array( 'format' => $atts['name_format'] ) ) . ' ' . $entry->getTitleBlock() , '</h3>';And then remove this line:
if ( $atts['show_title'] )$entry->getTitleBlock();re: Is there a way to request a special sort order for one category list, så “Chairman” person comes first in list, regardsless of his/her name?
Sorry, no, something would have to be custom developed for you to do this.re: Is there a way to display the Slim list as “all expanded” from start on a page load, but want other (larger) lists collapsed as normal?
You can do this, however, it will affect all lists. So I guess the answers would be no, sorry.I hope you do find this helpful.
Steven Zahm
Keymaster@ Heather
I just finished helping Laura and resolved this issue for her. Unfortunately I do not believe the issue is the same as hers, so I would still need an admin account so I could take a look and fix it.
Steven Zahm
Keymaster@ Sam
Great to hear!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Kim
No problem!
If I have not asked before… and you have a moment, I would truly appreciate a review as they really do make a difference. Thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Kim
I do not see her on the list even on a desktop … please double check and make sure her entry is set to be “public”
Steven Zahm
Keymaster@ Heather
No problem!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections -
AuthorPosts
