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.7.9.7, cMap, enable_category_select, enable_search
- This topic has 3 replies, 2 voices, and was last updated 8 years, 11 months ago by
Steven Zahm.
-
AuthorPosts
-
04/18/2014 at 3:23 pm #289026
jon605
ParticipantI just upgraded to the cmap 3 version. In version 2, I was able to display by category number. For example:
[connections category='5']
[connections category='6']
[connections category='7']I want the categories to display in a specific order with no dropdown box and no search. How do I do that please?
Thank you in advance.
Jon
04/19/2014 at 8:55 am #289080Steven Zahm
Keymaster@ jon605
You can still do that with version 3. That is a core feature that will always be available.
To disable search and the category select, see these doc pages:
http://connections-pro.com/documentation/template/cmap/option/enable_search/
http://connections-pro.com/documentation/template/cmap/option/enable_category_select/Hope that helps!
04/20/2014 at 8:05 am #289117jon605
ParticipantThis reply has been marked as private.04/21/2014 at 1:18 pm #289194Steven Zahm
Keymaster@ jon605
You add the enable_search and the enable_category_select shortcode to each instance of the shortcode, not individually in separate instances of the shortcode; like:
[connections enable_search=false enable_category_select=false category='4'] [connections enable_search=false enable_category_select=false category='5'] [connections enable_search=false enable_category_select=false category='6'] [connections enable_search=false enable_category_select=false category='7'] [connections enable_search=false enable_category_select=false category='11'] [connections enable_search=false enable_category_select=false category='12'] [connections enable_search=false enable_category_select=false category='13'] [connections enable_search=false enable_category_select=false category='14'] [connections enable_search=false enable_category_select=false category='15'] [connections enable_search=false enable_category_select=false category='16'] [connections enable_search=false enable_category_select=false category='17'] [connections enable_search=false enable_category_select=false category='18'] [connections enable_search=false enable_category_select=false category='19'] [connections enable_search=false enable_category_select=false category='20'] [connections enable_search=false enable_category_select=false category='21'] [connections enable_search=false enable_category_select=false category='22'] [connections enable_search=false enable_category_select=false category='23']
Since an instance of a shortcode is unique, you need to apply options each time.
Hope that makes sense!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.