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: 0.7.9, getNotesBlock, order_by, Tile Plus
- This topic has 9 replies, 3 voices, and was last updated 8 years, 10 months ago by
Steven Zahm.
-
AuthorPosts
-
09/23/2013 at 6:38 pm #269745
Jared Schweers
ParticipantI’m using the Tile Plus template and I’d like it to sort by First name, versus last name. Where would I modify this?
I’d also like to change the template to include the Notes field. Thank you.
09/23/2013 at 7:10 pm #269747Steven Zahm
Keymaster@ Jared
To do custom ordering, see this doc page for the order_by shortcode option.
To add the notes to the template you need to add:
$entry->getNotesBlock();
where you want the notes to show in thecard.php
andcard-single.php
file.Hope that helps.
09/23/2013 at 9:03 pm #269770Jared Schweers
ParticipantGot it added and I have the sort situated, however I’d like the text to be smaller. Is there a place that already has CSS pertaining to the Notes section or do I need to go add my own?
If I add my own what class would I use?
Thank you
09/24/2013 at 10:19 am #269832Steven Zahm
Keymaster@ Jared
You can add your CSS to the
tile-plus.css
file found in the
../wp-content/plugins/tile-plus/
folder.After you make your changes, duplicate the file and name it
tile-plus.min.css
.Save both and upload it to the same folder overwriting the originals.
You will like have to force refresh the browser window in order to see the style changes. Otherwise the browser will likely use a locally cached version of the CSS file.
Hope that helps.
Have you left a review? If not and you have a moment, I would truly appreciate one as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections09/24/2013 at 12:49 pm #269860Jared Schweers
ParticipantAnd what class or id would I use since the Notes item wasn’t displayed originally? In the Tile Plus layout?
09/24/2013 at 7:44 pm #269891Steven Zahm
Keymaster@ Jared
The class would be
note
. It has to be that to confirm to the hCard microdata format.To select just the
note
class within the template you would use this as your selector:#cn-tile-plus .note
Hope that helps.
10/08/2013 at 2:27 pm #270973Jared
GuestThis isn’t working…I’ve modified several style sheets to include a smaller font size for .note and it hasn’t changed anything. I may also need to increase the height of the box since we are adding more info that it was designed to display. Where would that be?
10/08/2013 at 7:36 pm #271005Steven Zahm
Keymaster@ Jared
I’d have to see the page with Connections on it. It could be that something is overriding the style.
Here’s link to a FAQ that explains how to adjust the tile size.
10/08/2013 at 8:33 pm #27102210/09/2013 at 7:56 am #271035Steven Zahm
Keymaster@ Jared
Use this instead, replace what you have at the bottom of the theme’s style.css file:
#cn-tile-plus .note p { font-size: 11px; line-height: normal; }
The theme was still taking priority.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.