@ brown c
re: I am trying to remove the “other” label before the address, postal code etc. Don’t want a label at all – I want to apply this to all of the entries. HOw fodo i do this?
There are town ways to do do this. ONe by using the Template Customizer the other with shortcode options.
To do this with the Template Customizer, go to the Connections : Templates admin page and click the Customize button for the cMap template. The page will reload with the preview on the right and the Customizer on the left.
Click the back arrow at the top left of the Customizer and then click the Advanced panel, it will open. You see a Format option for each of the fields types, address, phone, email and such.
Copy the default option, for example for addresses:
%label% %line1% %line2% %line3% %city% %state% %zipcode% %country%
Notice that it begins with `%label%’
Paste the default into the option input and then remove the %label% part.
Do this for each of the field types.
Now, the configuration for the card view and the profile/detail view are done separately. To configure the detail/profile view click the name of the first entry on the preview. The preview will now load the profile/detail view.
Again, set the field type format for each field type.
When complete, click the Save and Publish button and exit the Customizer.
The shortcode method can be found in the docs.
re: I also want to change the colour of the headers in the entries to my theme colour – right now its just showing as #000 – How and where can I do this?
The colors can also be changed using the Template Customizer. Instead of clicking on the Advanced panel, click the Style Panel.
Hope that helps!
