This topic is: resolved
- This topic has 12 replies, 5 voices, and was last updated 9 years, 3 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, box-sizing, css, Tile Plus, width
Specifically in this theme, the text does not show up.
@ frank
What is the exact shortcode you’re using?
[connections template='tile-plus']
@ frank
Ok, that’s what I thought. Now I see the issue. The theme has changed the default box sizing method globally. It needs to be changed back to the default value for Tile. This can be done by adding the following to the theme’s custom CSS area.
#cn-tile-plus .cn-entry{
box-sizing: content-box;
}
That should fix it up.
I am having the same problem, and I have NO idea what I am doing. How do I get to the theme’s CSS area
@ Tina
Unfortunately I can’t help with that, only because every theme is different. Your theme may not even have that as a feature. If it doesn’t, you can use the My Custom CSS plugin.
Hope that helps.
Hi Steve, I’ve just purchased Tile plus, my theme recognises [connections] but says that it has an ERROR: Template tile-plus not found.
I have installed My Custom CSS and put in #cn-tile-plus .cn-entry{box-sizing: content-box;} but to no avail, could you please tell me where I’m going wrong, shot bru.
http://stagnes.org.za/home/were-a-team/
Greg
@ Greg
It doesn’t seem that you’ve activated the template. Could you double check that?
Hi Steven,
I’ve activated the connections plugin, but I don’t know how to activate the tile plus plugin. Could you show a bumbling man what to do…
Sorry, I’ve just managed to do it. Shot man. Greg
You cannot reply to this support topic. Please open your own support topic.