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.7, border-box, box-sizing, content-box, Tile Plus, width
- This topic has 1 reply, 2 voices, and was last updated 12 years, 4 months ago by
Steven Zahm.
-
AuthorPosts
-
04/21/2014 at 2:22 pm #289197
Eve Lurie
Participanthi steve,
for tile-plus, i’d like to use a percentage instead of pixel size so the tile size will flow with the browser size. is that possible? i tried it,but it doesn’t actually go 50% of the avail. space. I have 3 directories on same page for testing.
[connections]– card shows no info
[connections card_width=310] card shows no info
[connections card_width=50%] yes, info. but does not go 50%
but the info for ea. person is not showing on the first two, only on the 50% directory.
http://localhost/local_01/directory/
i’m enclosing a screenshot since i’m on local environment.
many thanks,
eveAttachments:
You must be logged in to view attached files.04/21/2014 at 2:42 pm #289199Steven Zahm
Keymaster@ Eve
Tile Plus uses a fixed with in pixels. Currently percentage based widths are not supported. When settings it as 50% you are actually creating an invalid CSS width so the width becomes just big enough to fit the content.
I’ve started to see a few instances where the content does not show. It has always been due to the theme globally setting the box-sizing from the default of content-box to border-box. This messes up the width calculations for anything expecting the browser default.
What needs to be done is to change the box-sizing back to the default by overriding the theme. Do this by adding the following to theme’s custom CSS area to to the end of the theme’s styles.css file:
#cn-tile-plus .cn-entry { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }This will not affect anything other than the Tile Plus template so it is safe to add.
Hope that helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
