BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,581 through 10,590 (of 15,332 total)
  • Author
    Posts
  • in reply to: Request: Filter out Categories with 0 occurences #298438
    Steven Zahm
    Keymaster

    @ Axel

    Thanks!

    @ Craig

    This is definitely going to a widget option in the next update to the Widget Pack.

    in reply to: Fatal error with the 'Slim' template? #298436
    Steven Zahm
    Keymaster

    @ Susan

    Great to here!

    in reply to: Problem with Database #298435
    Steven Zahm
    Keymaster

    @ Cynthia

    The only thing I can think off the top of my head is that the Connections tables may have the wrong WordPress prefix. In your DB, you you have two sets of Connections tables? My guess is yes. One set with the original WordPress table prefix and with the new table prefix. If that is the case, you need to drop the tables with the correct prefix as they are very likely empty. !Check first! After you drop them, then rename the tables with the incorrect prefix to have the correct prefix.

    Hope that helps! Let me know!

    Steven Zahm
    Keymaster

    @ James

    The beta feature for search multiple categories is a little broke at the moment. cMap needs to be updated to properly work with it again. Well, actually it does work if you click the spyglass icon by the search input after selecting your categories. But that is a little no-obvious.

    There is a simple fix you can add right now …

    First, install the Code Snippets plugin.

    Add a new snippet with the following code:

    function cn_cmap_add_submit_button( $atts, $results ) {
    	
    	if ( $atts['enable_category_multi_select'] ) {
    		
    		cnTemplatePart::submit( array( 'return' => FALSE ) );
    	}
    }
    
    add_action( 'cn_action_list_before-cmap', 'cn_cmap_add_submit_button', 99, 2 );

    Save and activate the new snippet.

    After you do, a submit button will be displayed after the category selection like it use to.

    Apologies for the trouble!

    in reply to: How to hide specific category names in drop down? #298429
    Steven Zahm
    Keymaster

    @ Marco

    I believe that CSS you found was for the category widget in the Widget Pack. To hide categories in cMap, you can use the exclude_category shortcode option or the show_empty_categories cMap shortcode option.

    Hope that helps!

    in reply to: Renewals: Manual or auto install? #298428
    Steven Zahm
    Keymaster

    @ jgtraylor

    Thanks for the renewals! Upgrading from cMap 3.x to 4.0 is manual. Deactivate and delete the current version and then install the update. After you do that, you can enter this on the Connections : Settings admin page under the Licenses tab. After you do, anytime an update to cMap is release, WordPress will notify you and allow you to update with a single click. The Widget Pack has not yet been updated to include in-admin updating support. This will be included in the next update.

    Hope that helps!

    in reply to: Adding to multiple pages #298411
    Steven Zahm
    Keymaster

    @ Mary

    Yes, this is possible with Slim Plus. See this FAQ. The FAQ is for cMap, but it works just the same with Slim Plus.

    Hope that helps!

    Steven Zahm
    Keymaster

    @ Foaad

    Which template and version are you using? Older versions of the templates were not able to support the name linking feature, so maybe you’re using one of those?

    in reply to: Images in "Manage" Connections #298209
    Steven Zahm
    Keymaster

    @ Les

    I would need a temp admin account so I can take a closer look in order to offer a solution.

    in reply to: Phonenumbers seems not to be imported #298208
    Steven Zahm
    Keymaster

    @ Koen

    I’m able to import just fine using the nl_NL translation too.

    Can you send me screenshots of step one and step two? I need to see the options you’re choosing.

Viewing 10 posts - 10,581 through 10,590 (of 15,332 total)