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, chosen, cMap, Market, select category
- This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago by
Steven Zahm.
-
AuthorPosts
-
04/29/2014 at 2:21 am #289656
Jennifer Hanrahan
ParticipantI upgraded today and now the default category drop-down option is blank/empty. I can’t work out how reset it to say “Select Category”
-
This topic was modified 8 years, 2 months ago by
Jennifer Hanrahan.
04/29/2014 at 9:17 am #289668Steven Zahm
Keymaster@ Jennifer
I see you’ve purchased both cMap and Market recently… can you please share a link to the page having the issue?
Also, what is the exact shortcode you are using?
04/29/2014 at 4:45 pm #289721Charles McPadden
ParticipantI’m having the same issue. Unfortunately, my site is internal and not publicaly available. My shortcode is:
[connections page_limit='15' enable_pagination=TRUE pagination_position='both' card_width=650 card_height=195 show_addresses='true' str_work_addr='Office Location:' str_select='Select a Department' image_width=125 image_height=185 order_by='first_name' |SORT_ASC show_empty_categories=FALSE]
04/29/2014 at 9:29 pm #289732Steven Zahm
Keymaster@ Charles
I will likely be releasing a bug fix tomorrow, but here’s how it can be fixed:
Add the following to the theme’s functions.php file to fix Market.
add_action( 'cn_template_enqueue_js-market', 'Market_Enqueue_Chosen', 9 ); function Market_Enqueue_Chosen() { wp_enqueue_script( 'jquery-chosen-min' ); }
Add the following to the theme’s functions.php file to fix Market.
add_action( 'cn_template_enqueue_js-cmap', 'cMap_Enqueue_Chosen', 9 ); function cMap_Enqueue_Chosen() { wp_enqueue_script( 'jquery-chosen-min' ); }
Hope that helps!
04/30/2014 at 3:28 pm #289789Steven Zahm
KeymasterI just released the bug fix release, 0.8.2. This should resolve the issues you had with cMap. FYI, I will be releasing an update to cMap likely within a week which will address a few minor bugs as well as adding support for a few new features built in to Connections.
Oh, if the update does not show up for you, go to the WordPress Updates admin page and click the Check Again button.
-
This topic was modified 8 years, 2 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.