Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Axel
Thanks!
@ Craig
This is definitely going to a widget option in the next update to the Widget Pack.
Steven Zahm
Keymaster@ Susan
Great to here!
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!
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!
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!
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!
07/28/2014 at 2:13 pm in reply to: Enabling the "Organization" name to become a link does not work #298248Steven 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?
Steven Zahm
Keymaster@ Les
I would need a temp admin account so I can take a closer look in order to offer a solution.
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.
-
AuthorPosts
