This topic is: resolved
- This topic has 13 replies, 2 voices, and was last updated 12 years, 9 months ago by .
You cannot reply to this support topic. Please open your own support topic.
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.3, getBioBlock, getCategoryBlock(), getNotesBlock
Spectacular!!
…But now the text seems to overflow and get cut off. Is there a way to make the height automatic?
…sorry to be such a bother!
@ kelsey
The reason Tile has a locked with/height is to allow it to tile. Permitting a fluid height would break that. Keeping that in mind … here’s the change you need to make.
Open the card.php file and look for this line:
<div id="entry-id-<?php echo $entry->getRuid(); ?>" class="cn-entry" style="height: <?php echo $atts['card_height']; ?>px; width: <?php echo $atts['card_width']; ?>px;">
and change it to:
<div id="entry-id-<?php echo $entry->getRuid(); ?>" class="cn-entry" style="width: <?php echo $atts['card_width']; ?>px;">
Hope that helps!
Hm … while that does “fix” it, it won’t work. I’ll see what I can do, but thank you for your great and fast responses!
You cannot reply to this support topic. Please open your own support topic.
