10/24/2013 at 8:01 pm
#272276
Keymaster
@ Karelle
- The correct shortcode to show addresses would be:
[connections show_image='FALSE' show_addresses='TRUE']
When editing shortcode, it best to switch the post editor to the Text tab first; especially if copying from a webpage. When updating the shortcode I recommend doing this and making sure there are no HTML tags mixed in the shortcode from a copy/paste.
Since you are removing the image I recommend adding the following to the end of the theme’s style.css file:
#cn-tile-plus .cn-entry div {
width: auto !important;
}
That’ll improve the layout a bit.
You might also want to read this FAQ on adjusting the tile size.
- Take a look at this FAQ for cMap. It’ll work just the same for any of the templates that have a category drop down.
To use a different template you just need to use the template shortcode override option. The slug to be used for the template shortcode override can be found on the Connections : Templates admin page.
I hope that helps.
