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 4 replies, 2 voices, and was last updated 10 years, 5 months ago by
Ed Miller.
-
AuthorPosts
-
03/10/2016 at 3:26 am #368500
Ed Miller
ParticipantHi Steve,
I have just upgraded to the Pro Version. The increase in functionality is exceptional. Thank you.
I am hoping you can help me to rejig the way my directory page is appearing. I have set it up so that no results will appear unless searched for, as outlined in your QuickTips article. This has worked beautifully for me and I now simply have a drop down ‘Select Category’ menu and a small ‘Search’ box.
I would like to remove the ‘Select Category’ drop down menu and widen the ‘Search’ box to about two times its current width. I have had a go at using the
[enable_category_select='false']shortcode but it did not work for me. I wonder if the functions.php edit is overriding this somehow.Thanks in advance,
Ed
03/10/2016 at 10:43 am #368553Steven Zahm
Keymaster@ Ed
re: I would like to remove the ‘Select Category’ drop down menu
To do this, you will need to make a couple changes to the code from the QuickTip.
- Remove
$category = cnTemplatePart::category( $atts ); - Change this line:
$replace = $formOpen . $category . $search . $formClose;to this$replace = $formOpen . $search . $formClose;
re: widen the ‘Search’ box to about two times its current width.
You can do this using CSS. Add the following to the theme’s custom CS area:
input#cn-search-input { width: 280px !important; }Hope that helps!
03/10/2016 at 11:04 am #368561Ed Miller
ParticipantLegend. That worked beautifully.
Out of interest, is there any way to make the ‘Notes’ expand by default without having to click on ‘Show Notes’?
Thanks,
Ed
03/10/2016 at 12:26 pm #368570Steven Zahm
Keymaster@ Ed
re: Legend. That worked beautifully.
Great to hear!
re: Out of interest, is there any way to make the ‘Notes’ expand by default without having to click on ‘Show Notes’?
Not easily. You would have to edit the
card.phpfile found here;../wp-content/plugins/connections-cmap/.Look for this line:
<div class="cn-note-tray" id="note-block-<?php echo $entry->getRuid(); ?>" style="display: none;">Change it to this:
<div class="cn-note-tray" id="note-block-<?php echo $entry->getRuid(); ?>">That should do it, I think. I didn’t test.
Hope that helps!
03/10/2016 at 7:11 pm #368580Ed Miller
ParticipantThat has certainly done the trick.
Big thanks to you Steve. Really appreciate the prompt and considered help you have provided.
Cheers
- Remove
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
