Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 0.8.14, categories, cMap, code snippets, enable_category_multi_select, search, shortcode
- This topic has 3 replies, 2 voices, and was last updated 8 years ago by
Steven Zahm.
-
AuthorPosts
-
07/29/2014 at 5:44 am #298356
James Redmond
GuestHi guys
One of my colleagues has pointed out to me that the drill down/category tags of content in the database has stopped working.
Any idea what the problem is on this?
Thanks
07/29/2014 at 12:48 pm #298434Steven 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!
07/31/2014 at 7:19 am #299142James Redmond
GuestHi Stevan – Ive inserted this bit of code, hopefully it will work.
Its a good feature and one I hope you sort out as my work colleuges are moaning about it being gone.
07/31/2014 at 1:31 pm #299195Steven Zahm
Keymaster@ James
Yep, the code is working, I just checked. The feature will definitely continue to exist. The templates just needs updated to properly add the submit button. After I do and if you update, you’ll have two submit buttons. All you’ll have to do is deactivate that snippet.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.