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.8.1, card_width, image_width, Tile Plus
- This topic has 4 replies, 3 voices, and was last updated 13 years ago by
Steven Zahm.
-
AuthorPosts
-
02/06/2013 at 9:49 am #250853
garymac
Participanthttp://www.cadogans.com/expert/?page_id=4&cn-s&cn-cat=5&cn-pg=1
I would like to increase the column width of the text. I don’t see a way to do this with shortcodes however I’m wondering if this is possible some other way (see attached to explain more)
Thanks,
Gary
Attachments:
You must be logged in to view attached files.02/06/2013 at 12:28 pm #250864Steven Zahm
Keymaster@ Gary
Yes, but you’ll have to edit the template.php found here:
..wp-content/connections_templates/tile-plusIt’ll be line 9 that you have to edit. You see the width remove everything in-between and including the <? ?> and set the width that you want. 195 seems to work.
02/07/2013 at 10:53 am #250959garymac
ParticipantExcellent! Thanks Steven. That worked a treat!
08/10/2013 at 5:51 pm #266946Douglas LaMunyon
ParticipantMy file structure doesn’t seem to match this.
…wp-content/plugins/tile-plusThere isn’t a connections_templates directory. There also isn’t a template.php file.
The only available file is tile-plus.php. The only width adjustments I see in there are for card_width and image_width. I have adjusted the card width by shortcode and now would like to adjust the column width for email addresses.
Thanks,
Doug08/12/2013 at 11:25 am #267005Steven Zahm
Keymaster@ Douglas
These instructions were for the 2.0.x version of Tile Plus. For version 3.0.X open the
card.phpfile found here:…wp-content/plugins/tile-plusYou’ll want to edit line 26:
<div style="display: inline-block; width: <?php echo ( ( $atts['card_width'] - 20 ) / 2 ); ?>px;">Try this:
<div style="display: inline-block; width: <?php echo ( ( $atts['card_width'] - $atts['image_width'] ) + 20 ); ?>px;">Let me know if that helps.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
