John Marston
Forum Replies Created
Viewing 15 posts - 16 through 30 (of 157 total)
Viewing 15 posts - 16 through 30 (of 157 total)
Can tags be removed from the cloud if there are no tags near the location page you are on?
We ended up making a code snippet with this code which successfully changed the default to sattelite view
function gd_snippet_170519_map_params( $params, $map_args ) {
if ( $params['map_type'] == 'post' ) {
$params['maptype'] = 'SATELLITE';
}
return $params;
}
add_filter( 'geodir_map_params', 'gd_snippet_170519_map_params', 10, 2 );
This is a very interesting idea but I can’t believe there isn’t a way to just simply change the default view to satellite view is this coming from the top? Users start to add sites will they automatically be satellite view? Or do they have to change them to satellite view? The default will always be a road map? Sounds like there’s no way to change the default to satellite.
Get the latest news, tips, and exclusive content directly in your inbox.
Confirm your email address, and instantly receive the discount code :)