Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterWhite screen sounds like your running out of memory allocated to PHP.
Take a look at this blog post that outlines several ways to increase this:
5 Ways to Increase the PHP Memory Limit in WordPressSteven Zahm
KeymasterIf you don’t mind editing PHP you can remove it from the template.php file.
The template.php file can be found here:
../wp-content/connections_templates/tile-plusDelete lines 12 and 13. which will be:
<?php $entry->getTitleBlock(); ?> <?php $entry->getOrgUnitBlock(); ?>
Save and upload overwriting the original.
Steven Zahm
Keymaster@Natalie
Here’s the CSS you want:
.cn-entry { border: none !important; background-color: transparent !important; color: white !important; }Steven Zahm
KeymasterIn your theme’s style.css file remove lines 223 and 224. The line you need to remove are these:
.vcard{ float:left; width:58px; margin-right:15px;} .fn{ padding-top:5px; text-align:center;}Steven Zahm
Keymaster@annie
Here is an example on how to use the Family entry type.
Say we have a family, the Doe’s.
- John
- Jane
- Girl
- Boy
First, lets start with one of the parent’s, John. Create a new Individual entry for John and put in all his personal info.
Second, simply copy John and change the first name to Jane and add/change any info that relates only to her for example her birthday.
Third, do the same for Girl and Boy.Now create a new entry using the Family type. For the Family Name enter something like “Doe, John & Jane” and then click the “Add Relation” button for each member in the family, in this example, four times. In the first column of drop downs select each family member and in the second column of drop downs select their relationships.
Finally, just add a the following attribute to the shortcode like such; [connections list_type='family']
Does this help?
Steven Zahm
Keymaster1. I can help to remove the grey, but the white is actually part of the image. It added as part of the scale so the aspect ratio is maintained. Are comfortable with locating and editing a CSS file?
2. Sorry, no. This is on my to do list as part of moving over to the WP Media Uploader.
3. I’ve logged this as a bug. I’ll have to track this down and release a bug fix for cMap.
Steven Zahm
KeymasterDo you have a link to your directory that you can share? It’ll make it easier to give you a possible solution if I can see the problem. In the meantime, there is the FAQ:
Steven Zahm
Keymaster@Martin
Thanks for the heads up. It seems to be only the one site. I’ll leave it up for now as I’m sure they’ll fix their site sooner rather than later.
Steven Zahm
KeymasterSteven Zahm
KeymasterThe dates not being saved is actually a bug within Connection. I do have this fixed for the next bug fix release, but if you need it fixed sooner I can fix it if you give me a temp admin account.
-
AuthorPosts
