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.
- This topic has 8 replies, 3 voices, and was last updated 9 years ago by
Steven Zahm.
-
AuthorPosts
-
05/22/2014 at 9:50 am #291839
Oliver Voigt
ParticipantHi
For some reason, in mobile/tablet view, email addresses are not being displayed correctly. In Firefox everything looks fine.
Any advice?
Many thanks
OliverAttachments:
You must be logged in to view attached files.05/22/2014 at 12:41 pm #291867Steven Zahm
Keymaster@ Oliver
Can you please try updating to the latest version of Tile Plus, it’s version 4.0. It has had many CSS tweaks. Not sure that it’ll solve the problem though due to the length of the email addresses — line-breaking support for email addresses in browsers is really hit or miss.
05/22/2014 at 12:57 pm #291869Oliver Voigt
ParticipantHi Steven,
thanks for your message.Unfortunately, now the directory doesn’t show at all. I have uploaded the updated tile-plus to the plugin directory as outlined in the manual.
I cannot seem to find the mistake.
http://www.gymnasium-brake.de/personen/schulleitung/
Any help?
05/22/2014 at 1:24 pm #291870Oliver Voigt
ParticipantSorry, silly me… got it in the end.
Unfortunately, the old formattings have been lost now.
E.g. I had 4 entries in a row and for some reason the cards now display all entries again but on this page I was able to not display the department text before. Can this be achieved somehow?
05/22/2014 at 2:00 pm #291874Steven Zahm
Keymaster@ Oliver
To get it back to 4-across, you need to tweak the width a bit. I see you have it set to 208px, changing it to 206px should do the trick.
Perhaps you altered the CSS to hide the dept before? If you add
show_org="false"
to the shortcode, that will hide the department field.It looks like the email addresses display better now, though it does look like you need to tweak the height a bit as some are getting cut off on the bottom.
Hope that helps!
05/22/2014 at 2:28 pm #291884Oliver Voigt
ParticipantThanks Steven, yes that sorted the width issue.
However, re the department info:
I’d like the organisation field to be displayed but not the department info without having to change every entry manually. Is there a way?
I’m convinced I had this before updating.05/22/2014 at 4:11 pm #291914Steven Zahm
Keymaster@ Oliver
CSS can be used to hide the department name … maybe you had tweaked the CSS file in the previous version to hide it. Any way here’s the CSS you need to hide it.
#cn-list span.organization-unit { display: none; }
I recommend creating a custom CSS file for the template, following the instructions in this QuickTip
Using the method in the QuickTip will ensure when you update the template, you will not lose the change.
Hope that helps!
05/25/2014 at 1:58 am #292049Oliver
GuestHi Steve,
thanks for the code. I’d like to achieve this effect on a single page, not for the whole connections package. Can this be done?
05/25/2014 at 4:22 pm #292061Steven Zahm
Keymaster@ Oliver
Assuming the only page you want to hide it on is this one:
http://www.gymnasium-brake.de/personen/kollegium-2/This should work:
.page-id-204 #cn-list span.organization-unit { display: none; }
If that is not the page you want to hide it on, just change
204
to the correct page ID. -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.