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.2.10, cMap, css, custom fields, template
- This topic has 5 replies, 3 voices, and was last updated 7 years, 10 months ago by
Steven Zahm.
-
AuthorPosts
-
07/06/2015 at 8:13 am #339581
Reshma Tachkani
ParticipantHello Steve
Please can you advise how I can remove or change field labels for cmap?
I want to remove/ change for e.g Website , Work , Work phone etcAlso for custom fields, I would like to remove the label completely. If not am I able to change the wordings of this field label.
If this is not easily possible with shortcodes I am happy to amend files of the templates.
Please advise me how I can go about doing this.
Many thanks in advance.07/06/2015 at 10:46 am #339606Steven Zahm
Keymaster@ Reshma
re: Please can you advise how I can remove or change field labels for cmap?
I want to remove/ change for e.g Website , Work , Work phone etcPlease see this FAQ. The
str_*****
that it talks about can be found on the doc page for cMap.re: Also for custom fields, I would like to remove the label completely. If not am I able to change the wordings of this field label.
Use CSS to hide it. Add the following to your theme’s custom CSS area:
#cn-cmap .cn-entry-content-block-meta h3 { display: none; }
Hope that helps!
07/06/2015 at 3:32 pm #339628Shriji
GuestThis reply has been marked as private.07/06/2015 at 3:50 pm #339633Steven Zahm
Keymaster@ Shriji
re: The str_ change worked for Phone but NOT for ‘Work’ (just above address block. I would like to either remove this or else change the word Work to Address.
Please can you advise me what is the str_ element to change the word ‘Work’Use
str_work_addr='Address'
. If you were copy pasting from the doc page into the WordPress post editor while using the Visual tab… delete everything and start over and manually type in all the options. If you paste while in the Visual tab, it breaks WordPress’s ability to properly read the shortcode and its options.re: Also I pasted the .css code in the cmap_css file found in the connections_cmap folder. Sorry but it doesnt seem to work. I can still see the custom field label!
There is another .css file named cmap.min.css. Please advice if I need to paste the code in this file?Do not do this. The changes will be lost when the template is updated. Please paste the CSS code in your theme’s custom CSS area or use this plugin.
Hope that helps.
07/06/2015 at 4:43 pm #339636Shriji
GuestThanks Steve
It works now.. all problems solved with your brilliant help!Have a nice day!
07/07/2015 at 10:02 am #339688Steven Zahm
Keymaster@ Shriji
Great to hear and thanks!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.