BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,051 through 13,060 (of 15,332 total)
  • Author
    Posts
  • in reply to: Show Category on Single Entry #268919
    Steven Zahm
    Keymaster

    @ Brandon

    I’m online. If you open up your site for a few minutes, I’ll take a look.

    in reply to: Widget output all/filtered entries #268918
    Steven Zahm
    Keymaster

    @ Mitch

    No problem!

    in reply to: Show Category on Single Entry #268910
    Steven Zahm
    Keymaster

    @ Brandon

    The firewall at my current location is blocking my access to your site. I will not being able to look at this until this evening (EST), sorry!

    in reply to: Show Category on Single Entry #268886
    Steven Zahm
    Keymaster

    @ Brandon

    You might need to add a bit of CSS to the end of the theme’s style.css file to name the label bold, but I think that should be bold by default. If it isn’t share a link to your directory and I’ll give you the CSS you need to add.

    If you have a moment, I would truly appreciate a review as they do make a real difference. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Widget output all/filtered entries #268885
    Steven Zahm
    Keymaster

    @ Mitch

    You could use the Names template for both, unaltered. You would just add some CSS to the theme’s style.css file overriding the regular styling for the template. What exactly that CSS is, I don’t know, but if you can share a link to a page with that sidebar and Names unaltered I’m sure I can figure it out in shortcode order.

    in reply to: Show Category on Single Entry #268875
    Steven Zahm
    Keymaster

    @

    The only way to do this is to edit the core template’s PHP file. Here’s how:

    Open this file:
    ../wp-content/plugins/excerpt-plus/card.php

    Add this code where you would like the categories to be shown:

    $entry->getCategoryBlock( array('separator' => ', ', 'before' => '<span>', 'after' => '</span>') );
    

    SAve and upload overwriting the original file.

    You may also have to add it to the following file depending on your configuration:
    ../wp-content/plugins/excerpt-plus/card-single.php

    Hope that helps.

    Steven Zahm
    Keymaster

    @ Janet

    Great to hear that this worked for you. Again my apologies for the delay in my reply!

    in reply to: Page versus Post #268866
    Steven Zahm
    Keymaster

    @ Wende

    Yes, you should select a home page and it has to be a page; it can not be a post.

    If you’re concerned about it being a easily accessible page, do not put it in your site’s menu. That way the only way to a page when someone clicks on a directory entry link.

    in reply to: SiteShot Not Working with Excerpt Plus #268863
    Steven Zahm
    Keymaster

    @ nickyker

    That isn’t “hanging” the images are created by WordPress.com. They enter a queue in their system and created in its turn. Most the time that is pretty quick, sometimes it takes a little longer. If it is a valid URL, an image will be created.

    I made the tweak to Excerpt Plus and it’s working now as it should. I created a “Test 2: Excerpt” page using the shortcode from above.

    I also updated cMap to the latest version, so you should be good to go their too.

    If you have a moment, I would truely appreciate a review as they really do make a difference. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Cannot Upload Photo #268861
    Steven Zahm
    Keymaster

    @ Robert

    I’m thinking your going to have to contact your host to fix the issue. Connections uses the “simple” standard PHP upload. This uploads to the hosts temp folder first, then is moved to the “connection_images” folder. The error you’re getting is saying it can not upload to that temp folder. The temp folder usually defaults to /tmp off root unless the path is changed in the php.ini file. You would need to ask them to make sure that the tmp folder is writable for PHP uploads.

    Let me know if that helps.

Viewing 10 posts - 13,051 through 13,060 (of 15,332 total)