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 12 replies, 2 voices, and was last updated 3 years, 9 months ago by
Steven Zahm.
-
AuthorPosts
-
08/01/2018 at 10:48 am #468932
Steven Zahm
Keymaster@ David
RE: List Horiz. instead of vert. Country State Keyword
Altering the style of drop downs is challenging… I use a third party library called Select2 to enhance the drop down selects. It is what enables the autocomplete and the “chained select” of country->state. Select2 uses rather complex markup to achieve these features which is turn make it very challenging to style. This is why I only offer it styled as is.
That said this might work:
#cn-multi-category-search span.select2.select2-container { width: 200px !important; } #cn-cat-select div { display: inline-block; }
RE: Reduce field font size to match size of fonts above.
Maybe this will work:
#cn-multi-category-search .select2-container--sscit .select2-selection--single .select2-selection__rendered { font-size: 18px !important; }
RE: Change “State” field to State/Province/County
This can be done only by using the Say What? plugin. Follow this tutorial but use
cn_multi_category_search
for the text domain.RE: Enable country AutoComplete in registration
I’m assuming you are using Form for your users to submit their entry, yes?
If that is the case, navigate to the Connections : Settings admin page and click the Fieldset Configuration tab. Scroll down to the Address section. Enable the Autocomplete Country option.
Hope this helps a little.
08/01/2018 at 12:12 pm #468941David Kessler
ParticipantRE: it appears as if the search form is including countries and states of non-approved/moderated listing, is there a way to not have that happen?
Sorry, no. To keep things as speedy as possible, search is actually an intensive operation. The entry status is not part of the query.
Entry status should be part of the query. Why would I want a non-approved entry, which is not public/unlisted, to appear in the search drop-down but yield no results?
Thanks
08/01/2018 at 12:37 pm #468944Steven Zahm
Keymaster@ David
RE: Why would I want a non-approved entry, which is not public/unlisted, to appear in the search drop-down but yield no results?
How long do you expect an entry submission to remain in the moderation queue? A day or so? It does not seem practical to include an expensive table join for a query which in most cases will not be needed.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.