BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,621 through 2,630 (of 15,332 total)
  • Author
    Posts
  • in reply to: Error when editing categories #441361
    Steven Zahm
    Keymaster

    This might work:

    ul.cn-category-image-container .cn-category-image-block:hover span.cn-term-name {
        height: auto !important;
    }
    
    in reply to: shortcode for search form #441359
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: PHP Warning Error #441358
    Steven Zahm
    Keymaster

    @ Al

    I do not see the error on the page… regardless, my best guess is that the error is happening at the point the “Sorry, we are currently closed.” or the “Closed Today” messages are being displayed. My best guess is the former over the latter because the days with the closed message should be empty strings and not NULL. The thing is the same logic used used for “Sorry, we are currently closed.” too.

    Honestly, at this point, I’m going to need an FTP and WP admin login so I can debug this for you. I am unable to see how those values are being returned as NULL for you. That should not happen.

    in reply to: Change Placeholder Text in Search Dropdown #441357
    Steven Zahm
    Keymaster

    @ Mitch

    If this is in reference to the multiple category advanced search add-on, since that is still in development/beta, the only way to make the string change is to edit the plugin file.

    in reply to: Adding category(ies) to profile panel #441356
    Steven Zahm
    Keymaster

    @ Kate

    Sorry, no, there is not presently. I’ve added this to my feature request list.

    in reply to: Dropdowns #441354
    Steven Zahm
    Keymaster

    @ Ismail sakoor

    I’ve processed the exchange, you should have received an updated sales notification email containing your download link and a new license key.

    Hope this helps!

    in reply to: Error when editing categories #441353
    Steven Zahm
    Keymaster

    @ Ratika

    You can try adding this to the theme’s custom CSS area:

    ul.cn-category-image-container .cn-category-image-block {
        margin: 4px !important;
    }
    

    It may or may not work. You’ll have to play around with the CSS if it doesn’t.

    Hope it helps!

    in reply to: shortcode for search form #441286
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: Reloading Connections Database #441282
    Steven Zahm
    Keymaster

    @ Arthur

    My suggestion would be to deactivate Connections and then drop all {wpdb-prefix}_connections tables from the DB and then reactivate Connections. On activation, Connections will recreate its tables.

    Hope that helps!

    in reply to: Adding category(ies) to profile panel #441281
    Steven Zahm
    Keymaster

    @ Kate

    It is possible, but you would have to edit the template in order to show the categories assigned to the entry.

    You can add the categories to the card.php and/or the card-single.php file by adding this where you want them to be displayed:

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

    The card.php and the card-single.php file can be found in this folder:

    ../wp-content/plugins/connections-gridder/

    I recommend following the method in this QuickTip so you can add it in an update safe way.

    Hope that helps!

Viewing 10 posts - 2,621 through 2,630 (of 15,332 total)