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: 8.5.32, geo location, search
- This topic has 31 replies, 2 voices, and was last updated 9 years, 6 months ago by
Steven Zahm.
-
AuthorPosts
-
01/29/2017 at 5:21 pm #409064
James Finlen
ParticipantThis reply has been marked as private.01/31/2017 at 12:21 pm #409360James Finlen
ParticipantSteven, did you see the above private post? Thanks, Jim
01/31/2017 at 2:17 pm #409366Steven Zahm
Keymaster@ James
Apologies my and my entire family has been ill so I have been running a little behind. No excuse but it the reason.
The reason the shortcode did not work is because you did not have the addon yet. I installed it and now the shortcode works.
There is a CSS conflict with the them though. Well, not as much as a conflict than the theme is doing something poorly. The HTML
spanelements are inline elements. The theme is settings them as inline-blocks, globally. The only way to I can think of fixing this is to add this to the theme’s custom CSS area:span { display: inline; }But doing this could break some of the theme’s layout because any spans within the them that is relying on spans being inline-blocks will no longer be correct. Ideally the theme author should fix this and adjust the theme accordingly.
Hope this helps!
01/31/2017 at 3:54 pm #409372James Finlen
ParticipantThis reply has been marked as private.01/31/2017 at 4:13 pm #409381Steven Zahm
Keymaster@ James
The category IDs in the shortcode were not correct… I didn’t verify those when I looked originally. I changed the IDs and now the options are shown as they should be.
The addon is a plugin called “Connections Multiple Category Search”. You can move it to other sites as needed like you would any other plugin.
Hope that helps!
01/31/2017 at 4:22 pm #409382James Finlen
ParticipantCould that custom CSS be configured to only act in one page, the only that displays the search tool?
01/31/2017 at 11:07 pm #409400James Finlen
ParticipantAlso, just to clarify. Is the online issue affecting the keyword search box being cut off? Is that the issue that needs fixed? I attached a screenshot, Thanks
Attachments:
You must be logged in to view attached files.01/31/2017 at 11:08 pm #409402James Finlen
ParticipantInline, not online, oops
02/02/2017 at 11:18 am #409585Steven Zahm
Keymaster@ James
re: Could that custom CSS be configured to only act in one page, the only that displays the search tool?
If theme has that option… to load custom CSS on specific pages only. Some theme do. Most include a global custom CSS option though.
re: Also, just to clarify. Is the online issue affecting the keyword search box being cut off? Is that the issue that needs fixed?
No, the issue I was referring is when you are viewing the page on the desktop, not mobile. This issue in your screenshot is different. I’ll take a moment to see if I can locate and resolve the it for you…
Add the following to the theme’s custom CSS area:
@media only screen and (max-width : 480px) { #cn-multi-category-search input#cnmcs-search-input { display:block; width: 100%; } }That should fix it.
02/02/2017 at 1:29 pm #409627James Finlen
ParticipantThis reply has been marked as private. -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
