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.1, category widget, cMap, extension, form, template, widget pack
- This topic has 3 replies, 2 voices, and was last updated 7 years, 11 months ago by
Steven Zahm.
-
AuthorPosts
-
10/10/2015 at 8:09 pm #350137
dominic loiacono
ParticipantHi Steven, I thought I would post in one forum rather than several.
connections
–in connections-> manage, Can logos be displayed if no image is uploaded
–Can connection categories incorporated into menu section of WordPresscmap
–single-card getCategoryBlock bug? the say what plugin does not seem to change the word “categories:” (when settings is setup to display categories), I copied the getCategoryBlock {….} from the default card-single and inserted it into the card-single cmap template override and works fine now something to do with the span??form plugin:
–in link widget, remove the title label and title entry field, so that user only can enter the URL (I hid all other fields)
–can the country field be turned into a select box (a method to limit the countries )
category widget:
–Show categories as a drop down select (similar to tile+ and cmap category select) the sidebar can get very long if there are many categories.
Thanks again for such a great and versatile plugin.
dom
10/11/2015 at 12:16 pm #350161Steven Zahm
Keymaster@ dominic
re: in connections-> manage, Can logos be displayed if no image is uploaded
Sorry, no, not possible at this time. This has been on my to do list for quite awhile but I have not had the opportunity to add this option yet.
re: Can connection categories incorporated into menu section of WordPress
This too is on my todo list. I can’t really say when it’ll added though.
re: single-card getCategoryBlock bug? the say what plugin does not seem to change the word “categories:” (when settings is setup to display categories), I copied the getCategoryBlock {….} from the default card-single and inserted it into the card-single cmap template override and works fine now something to do with the span?
There is a bug which I will fix in the next update to cMap but it will only affect those trying to change the category label using the Say What? plugin.
When in the Template Customizer for cMap, navigate to the Strings panel. You can change the category label.
re: in link widget, remove the title label and title entry field, so that user only can enter the URL (I hid all other fields)
The only way this can be done is to use CSS to hide them.
re: can the country field be turned into a select box (a method to limit the countries )
Sorry, no. The only way to do do this would be to edit the PHP file in the core Connections plugin (that is where the address form is coming from).
re: Show categories as a drop down select (similar to tile+ and cmap category select) the sidebar can get very long if there are many categories.
This is on my to do list too. I can not really say when I’ll get to add it. Likely sooner than later because others have requested it too for the exact same reason.
re: Thanks again for such a great and versatile plugin.
Thanks!
10/11/2015 at 3:50 pm #350168dominic loiacono
ParticipantThanks for the quick reply, I look forward to the new features when they arrive :)
re: in link widget, remove the title label and title entry field, so that user only can enter the URL
I have managed to get this far, but it hides both the title and url text and fields. Do you know what I can do to hide just the title label and field?div#cn-metabox-metabox-links input[type="text"],
div#cn-metabox-metabox-links label
{
display: none!important;
}
Thanks
10/12/2015 at 5:42 pm #350362Steven Zahm
Keymaster@ dominic
Like this:
div#cn-metabox-metabox-links input[name$="title]"], div#cn-metabox-metabox-links label[for$="title]"] { display: none !important; }
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.