BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,161 through 11,170 (of 15,332 total)
  • Author
    Posts
  • in reply to: Not showing up in Dashboard #291921
    Steven Zahm
    Keymaster

    @ mary

    Edit the page where you added the [connections] shortcode, switch the editor to the Text tab and remove the <code> and <pre> tags from around the shortcode.

    That should fix it up.

    in reply to: Show profile as open #291920
    Steven Zahm
    Keymaster

    @ cheryl

    Sorry, no, this is not possible. The only solution is explained in this FAQ, however, it will affect all pages.

    I hope that helps a little.

    in reply to: Connections: Manage ID numbers #291918
    Steven Zahm
    Keymaster

    @ Lee

    I see, yes, for your usage, that would make it quite a bit quicker. Perhaps I can add an action or filter that would allow you to hook the ID to where you want it. I’ve added it to my feature request tracker.

    in reply to: Not showing up in Dashboard #291915
    Steven Zahm
    Keymaster

    @ mary

    Could you attach a screen capture showing the template activate on the Plugins admin page and a screen capture of the System widget on the Connections : Dashboard admin page?

    in reply to: Format/Layout problem #291914
    Steven 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!

    in reply to: Plugin load time very slow #291913
    Steven Zahm
    Keymaster

    @ Kathy

    Will do … and, I added the missing link to my previous reply.

    in reply to: Format/Layout problem #291874
    Steven 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!

    in reply to: Plugin load time very slow #291871
    Steven Zahm
    Keymaster

    @ Kathy

    In regards to P3 please see this support forum thread which includes comments from the plugin developer about its accuracy. I suggest looking at using the Query Monitor plugin. You’ll notice on non-Connections pages, the impact from Connections is next to none. On a Connections Page you will see an increase in database queries, those are necessary and only affect the page load time which the [connections] shortcode exists.

    If you want to really did deep in monitoring your sites performance, I recommend New Relic, W3TC has built in integration for it. If you’re on a shared host, it will be unlikely that you’ll be able to use New Relic. I’ve only recently installed this myself and still working to understand all the data it captures.

    I hope that helps.

    • This reply was modified 12 years, 3 months ago by Steven Zahm. Reason: Add missing support forum link
    in reply to: Format/Layout problem #291867
    Steven 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.

    in reply to: How to insert a comma between city and state #291865
    Steven Zahm
    Keymaster

    @ Reggie

    Thanks!

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

Viewing 10 posts - 11,161 through 11,170 (of 15,332 total)