BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,811 through 12,820 (of 15,332 total)
  • Author
    Posts
  • in reply to: Skype #271121
    Steven Zahm
    Keymaster

    @ Jen

    Skype is included as a messenger option.

    Hope that helps!

    in reply to: Eliminate Category Filter Tool #271120
    Steven Zahm
    Keymaster

    @ Jeff

    There isn’t a eliminate_category_select option so you must mean enable_category_select, correct? So to eliminate both the search and category drop down you would use this shortcode:

    [connections enable_category_select="false" enable_search="false"]

    Does that helps?

    in reply to: Move the styled border #271119
    Steven Zahm
    Keymaster

    @ Sean

    Open the card.php file found here:
    ../wp-content/plugins/slim-plus/

    And change the border-bottom to border-top.

    That will do it.

    Hope it helps.

    in reply to: Private entries #271117
    Steven Zahm
    Keymaster

    @ Bastien

    Yes, make sure you have the “Notify me of follow-up replies via email” checkbox checked when making a post/reply.

    in reply to: Sort Field #271064
    Steven Zahm
    Keymaster

    Yep, that’ll do it.

    in reply to: it's back, Custom Fields request #271063
    Steven Zahm
    Keymaster

    @ PG

    Thanks for the excellent description. It is very helpful to have a real word use cases.

    I just started work on adding repeatable fields support to the API. Looks like I should make sure to add a date range field to the API too.

    I’m about 80% complete now. I working on tweaking the core logic for saving/updating/deleting the meta data. After that’s completed I should only have add the saving/updating/deleting to the API and add a couple methods for actually displaying it in the templates.

    in reply to: Search and Pagination #271062
    Steven Zahm
    Keymaster

    @ Brent

    Great to hear! Comments get sent for moderation if the WP doesn’t recognize the submitter which is why you didn’t see them. Posting in the support forums is always best.

    in reply to: Search and Pagination #271047
    Steven Zahm
    Keymaster

    @ Brent

    Just an fyi, I’m going to just delete those tow comments you left that are in my moderation queue.

    in reply to: Search and Pagination #271046
    Steven Zahm
    Keymaster

    @ Brent

    The issue is that the theme has set some interesting global defaults for inputs.

    If the theme has a custom CSS area, add the following to it. If it does not have a custom CSS area, just add it to the end of its style.css file.

    #cn-cmap input[type='text'] {
        width: auto;
        display: inline;
        margin: 0;
        padding: 3px;
        max-width: none;
    }

    That should fix it.

    in reply to: CSV Import Issues #271040
    Steven Zahm
    Keymaster

    @ alphasystems gmbh

    File upload size in nearly all cases would not have an affect on the import. See this FAQ for settings that will.

    Please see my reply to your other post here. Since the alpha version does not rely on a form submission

Viewing 10 posts - 12,811 through 12,820 (of 15,332 total)