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.3, css, permission, Tile Plus, timthumb
- This topic has 7 replies, 3 voices, and was last updated 9 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
02/05/2014 at 12:48 pm #279232
Zachary DeLand
ParticipantI am unable to get my directory to look like the example where the field titles show up. For example I used the organization fields and address fields but those “field titles” do not display on the business card. It simply shows the values on top of each other. Here is a link to better explain.
02/05/2014 at 1:10 pm #279234Steven Zahm
Keymaster@ Zachary
Which example are you referring to? None of the templates show field titles for title, org and dept. You can use a bit of CSS magic to add it… Add the following to the theme’s custom CSS area, if has one. If not, add it to the end of the theme’s
styles.css
file.#cn-tile-plus .title, #cn-tile-plus .organization-name, #cn-tile-plus .organization-unit { margin-bottom: 6px; } #cn-tile-plus .title:before { content: "Title: "; font-weight: bold; } #cn-tile-plus .organization-name:before { content: "Orgnaization: "; font-weight: bold; } #cn-tile-plus .organization-unit:before { content: "Department: "; font-weight: bold; }
Tweak as desired.
Hope that helps.
02/05/2014 at 2:35 pm #279270Zachary DeLand
ParticipantThank you, the CSS worked perfectly. However, I ran into a problems, I uploaded an image for one of the people but it never loads onto the webpage. Also, when I click the link to the person’s individual profile, the layout is messed up.
I have read and followed the instructions about using the shortcode in the html editor…
02/05/2014 at 2:36 pm #279271Zachary DeLand
ParticipantBusiness card template is selected for All and Individual, but it looks nothing like the template, no styling etc…
02/05/2014 at 3:07 pm #279272Steven Zahm
Keymaster@ Zachary
The error being reported is a permissions error.
To eliminate a possible folder permissions error. Log in to your site with FTP and change the permissions of the following file and folder to 767:
../wp-content/plugins/connections/cache
../wp-content/plugins/connections/cache/index.htmlThe style of the individual entry page is correct. It is not displayed within a tiny tile. Other forthcoming extensions, such as Contact, Hours and others will display additional content on the individual entry page. Additionally the individual entry page is designed to inherited as much as the theme’s style as possible for better integration of the visual appearance.
I hope that helps.
02/05/2014 at 3:57 pm #279277Zachary
GuestI changed the file permissions for both the cache directory and index.html. I refreshed the pages, and re-uploaded the photos but they still fail to load.
02/05/2014 at 4:00 pm #279278Zachary
GuestAfter inspecting the image element it looks like the image is not the problem.
</img>
02/05/2014 at 4:47 pm #279284Steven Zahm
Keymaster@ Zachary
Actually, the permission issue is resolved … now, the issue is the doc root needs fix. It’s pretty rare to have to deal with permissions issues, even rarer to deal with the doc root…
See this support forum post where I explain how to set it manually.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.