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: 0.8.14, map, shortcode, show_addresses, Tile Plus
- This topic has 3 replies, 3 voices, and was last updated 11 years, 6 months ago by
Steven Zahm.
-
AuthorPosts
-
10/13/2014 at 6:14 pm #306944
brad purper
ParticipantHi
When I enter a new organization in tile plus, I enter the address and hit the geocode button. That creates a map inside the “add entry” page I am working on. However, it does not show in the directory at all. Am I missing a setting?
Thanks10/13/2014 at 8:39 pm #306948Steven Zahm
Keymaster@ brad
This is because Tile Plus actually does not come with map support. I’ve been wanting to add that for awhile now. I try to get to that this week and push out an update.
Hope that helps!
02/01/2015 at 7:20 pm #317853Dave
GuestWondering if there’s a way to have tile plus template display the address as well as show the map when you click on an individual’s listing in the directory?
02/03/2015 at 9:57 am #318007Steven Zahm
Keymaster@ Dave
You can, but it will actually show on both the tile and the individual listing … you can enable it by using the
show_addressesshortcode option enabled by Tile Plus. Here’s an example of how to use it:[connections show_addresses='true']Another option, if you know PHP, the
card-single.phpfile can be edited to force the display.Open the file and look for this line:
if ( $atts['show_addresses'] ) $entry->getAddressBlock( array( 'format' => $atts['addr_format'] , 'type' => $atts['address_types'] ) );Change it this:
$entry->getAddressBlock( array( 'format' => $atts['addr_format'] , 'type' => $atts['address_types'] ) );If you opt to go this route then I highly suggest reading this QuickTip an do the change as outlined so it is update safe.
Hope that helps, let me know.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
