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.
- This topic has 17 replies, 6 voices, and was last updated 7 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
02/24/2015 at 9:40 pm #320643
Steven Zahm
Keymaster@ chris429
oh, oh, oh … wait… The
exclude_category
andshow_empty_categories
will have no effect when only the category drop down and search are displayed because those are template options. This code snippet basically hijacks the process to display just the category drop down and search box until a search is performed, then the actual template is used. After you do a search the Uncategorized category is not present, correct?Not sure if this will work … but try adding this to the shortcode:
exclude='1' show_empty='0'
02/25/2015 at 3:47 pm #320740chris429
ParticipantThanks Steven, that worked great!
02/25/2015 at 4:53 pm #320749chris429
ParticipantAnother question regarding the search. Is there a way to force the user to enter something in the search field? For instance, if I just press the search button, I get all the results. I want to force the user to at least enter something, so they won’t get a full listing.
02/25/2015 at 7:00 pm #320761Steven Zahm
Keymaster@ chris429
Yea, it presently does not work on all browsers… you can use the required HTML5 attribute.
http://www.html5tutorial.info/html5-required.php
You would have to change this line in the snippet:
$search = cnTemplatePart::search( $atts );
Remove it and echo out the HTML rendered by that function adding the
required
to the search input text field.09/08/2015 at 1:56 pm #346001Miguel
GuestHi! we need the Hide Birthday box in Visit view for everyone own contacts. We dont wish mark “Hide” in each box, else for everyone once check. How we do it?
Thanks!09/08/2015 at 3:45 pm #346021Steven Zahm
Keymaster@ Miguel
I’m sorry, but I do not understand.
10/24/2015 at 5:42 am #351575crazycup
ParticipantHello!
Im using the cMap template and only want to show the search box on the first page.
Ive added the Snippets plugin and added to code above.
Here is the short code im using.
[connections template="cmap" initial_results='false' image_fallback='none' enable_map=TRUE background_color="#ffffff" background_gradient=FALSE enable_category_select=false]
Its still not working, any advice?
Greatly appreciated.
Thanks
10/26/2015 at 1:26 pm #351795Steven Zahm
Keymaster@ crazycup
Please do not cross post… take me more time to sort out what going on. Thanks. I’ll post my reply in the other support thread.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.