BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 15,281 through 15,290 (of 15,332 total)
  • Author
    Posts
  • in reply to: Blank Page when adding picture #249125
    Steven Zahm
    Keymaster

    @James

    White 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 WordPress

    Steven Zahm
    Keymaster

    @robmosher

    If 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-plus

    Delete lines 12 and 13. which will be:

    <?php $entry->getTitleBlock(); ?>
    <?php $entry->getOrgUnitBlock(); ?>

    Save and upload overwriting the original.

    in reply to: Transparent Background/colour change #249105
    Steven Zahm
    Keymaster

    @Natalie

    Here’s the CSS you want:

    .cn-entry {
      border: none !important;
      background-color: transparent !important;
      color: white !important;
    }
    
    in reply to: Theme Conflict #249083
    Steven Zahm
    Keymaster

    @James

    In 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;}
    in reply to: Connections for FAMILY #249077
    Steven Zahm
    Keymaster

    @annie

    Here is an example on how to use the Family entry type.

    Say we have a family, the Doe’s.

    1. John
    2. Jane
    3. Girl
    4. 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?

    in reply to: A few questions about CMap customization… #249074
    Steven Zahm
    Keymaster

    @Kylie Enns

    1. 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.

    in reply to: Theme Conflict #249073
    Steven Zahm
    Keymaster

    @James

    Do 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:

    Why does the template layout look wrong?

    in reply to: Broken links on Showcase #249072
    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.

    in reply to: Multilanguage site #249071
    Steven Zahm
    Keymaster

    @Juan

    Yes, Connections is fully translation ready. I recommend using Transifex to translate Connections.

    in reply to: Dates #249070
    Steven Zahm
    Keymaster

    @lorainelyria

    The 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.

Viewing 10 posts - 15,281 through 15,290 (of 15,332 total)