BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,671 through 11,680 (of 15,332 total)
  • Author
    Posts
  • in reply to: Directory Does Not Show up #283013
    Steven Zahm
    Keymaster

    @ Andrea

    Did you put the [connections] shortcode on the page? Can you please share the link to your page?

    in reply to: Install reCAPTCHA on Password protected directory? #282934
    Steven Zahm
    Keymaster

    @ Mindy

    I don’t allow user registration on my site so I real experience with mitigation of spam registration. Maybe this plugin.

    in reply to: Exclude shortcode not working #282921
    Steven Zahm
    Keymaster

    @ Jt Sayotovich

    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

    in reply to: search bar and category drop down list #282904
    Steven Zahm
    Keymaster

    @ Denise

    Honestly I have not played with the styling of the enhanced drop down much at all. It is applied by a third party library.

    Adding the following should fix the line height:

    #cn-list .chzn-container ul.chzn-results li.active-result {
        line-height: 100% !important;
    }

    And this might adjust the min width:

    #cn-cmap form.cn-form select.cn-cat-select {
        min-width: 60% !important;
    }

    I say might, because the with of the drop down is calculate and applied by the third party library after the page has loaded. It uses the CSS width from the drop down it is enhancing which is currently set at a min-width of 250px. So the only way to know is to apply the CSS and cross the fingers.

    After you make CSS changes make sure to force refresh you browser and clear the page/css caches if you’re using a caching plugin.

    Hope that helps!

    in reply to: Use of department field and hiding email address #282891
    Steven Zahm
    Keymaster

    @ Ian

    You could use a bit of CSS “trickery”. Using the department field this CSS should do the trick:

    #cn-list span.organization-unit:before {
        content: "Teacher's Grade: ";
        font-weight: bold;
    }

    The would not deal with the order change. For that you would have to edit the ‘card.phpandcard-single.php` files found here:
    ../wp-content/plugins/connections-cmap/

    For the email, I suggest using this ROT13 Email Encryption extension. It doesn’t hide the email address but makes it more difficult for spam email harvesting bot to grab the email from the page. Hiding an email behind a mailto link will not prevent a spam email harvesting bot from seeing the email. If you mean to completely hide the email, you have two options. When you enter the email, set it as unlisted or private. The second option that is available since you are using the cMap template is to use the show_email shortcode option.

    Hope that helps.

    in reply to: Exclude shortcode not working #282890
    Steven Zahm
    Keymaster

    @ Jt Sayotovich

    Ok, now I see … and remember. Yes, there is a bug which is fixed for the 0.87 release due out by the end of the month. I applied a hotfix to your site so it works.

    Hope that helps.

    Steven Zahm
    Keymaster

    @ kera

    Sorry, but I have zero experience with membership plugins. Well, almost zero, just some debugging when there is a conflict.

    in reply to: Removing white box behind logo? #282888
    Steven Zahm
    Keymaster

    @ Regine

    This is not possible presently. Images, during the pre-processing are normalized to the jpg format which does not support transparency.

    in reply to: cMap Google Map error #282887
    Steven Zahm
    Keymaster

    @ Regine

    Great to hear hear!

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

    in reply to: restrict number of records shown per page #282886
    Steven Zahm
    Keymaster

    @ Regine

    See this doc page for cMap pagination options.

    Hope that helps.

Viewing 10 posts - 11,671 through 11,680 (of 15,332 total)