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.
Tagged: 8.4, css, shortcode, show_alphahead, show_alphaindex, template, Tile Plus
- This topic has 4 replies, 2 voices, and was last updated 8 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
08/21/2015 at 9:26 am #343757
Scott Stoddard
ParticipantI’m using the Tile plus template for all our Contact Us pages, but I was unable to find a shortcode to display my custom field for Office. That custom field displays fine with the Slim Plus template for our Directory page, but not with Tile Plus.
This is the code I have on the Contact Us page:
[connections template="tile-plus" category='48' enable_category_select='FALSE' link='FALSE' card_width=400 enable_website_link='FALSE' background_color="transparent" background_gradient=FALSE enable_search='FALSE' show_image='FALSE' show_empty_categories='FALSE']
My second question is how can I disable the “Show the character index at the top of the results list”, and “Show the current character at the beginning of each character group”? I have these options turned on in the Display settings, because I use them on the Directory page, but I want them hidden on the Contact Us pages…
Last thing, I’ve added custom CSS to enlarge the text, but the Name portion stays smaller. Couldn’t figure out why:
<h1>cn-tile-plus .cn-entry {</h1>
font-size: 85%;
text-shadow: none;
box-shadow: none;
}I have attached a screenshot. Thanks a lot!
Attachments:
You must be logged in to view attached files.08/21/2015 at 9:28 am #343759Scott Stoddard
ParticipantNote that I don’t have the h1 tags in my CSS… not sure why that is appearing above…
08/21/2015 at 11:34 am #343773Steven Zahm
Keymaster@ Scott
re: I’m using the Tile plus template for all our Contact Us pages, but I was unable to find a shortcode to display my custom field for Office. That custom field displays fine with the Slim Plus template for our Directory page, but not with Tile Plus.
I’m assuming the Custom Field does not show on the tile itself. This is by design actually. The tiles need to be of a consistent width and height in order to tile properly. Showing the custom fields would make that very unpredictable and likely always be cut off.
If you would like to add it, add the following line of code:
$entry->getContentBlock( $atts['content'], $atts, $template );
to the
card.php
file found here:../wp-content/plugins/connections-tile-plus
re: how can I disable the “Show the character index at the top of the results list”, and “Show the current character at the beginning of each character group”? I have these options turned on in the Display settings, because I use them on the Directory page, but I want them hidden on the Contact Us pages…
You can use the show_alphaindex shortcode option and the show_alphahead shortcode option options to disable those on that page.
re: I’ve added custom CSS to enlarge the text, but the Name portion stays smaller. Couldn’t figure out why:
You need to use this selector
#cn-tile-plus .cn-entry .fn
to change the name font-size.Hope that helps!
08/21/2015 at 1:23 pm #343809Scott Stoddard
ParticipantFantastic! Thank you so much :-)
08/21/2015 at 2:10 pm #343821Steven Zahm
Keymaster@ Scott
No problem!
If I have not asked and 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
You cannot reply to this support topic. Please open your own support topic.