ejames
Forum Replies Created
-
templates.php in the classes file of simple map?
at or about line 101 you will see the function get_template_structure() – i over rode that by deleting everything in between the “” like so;
$return = “”;
$return .= “”;
$return .= “”;
$return .= “”;
$return .= “”;
$return .= “”;
$return .= “”;
$return .= “”;
return apply_filters( ‘sm-single-location-default-template’, $return );from that point you can use your own css and simple maps shortcode as quickly described below.
just copy and paste the single.php in your theme and rename the copied version single-sm-location.php … Once you do that simplemap should use that as your output for a single location and you can edit that as needed using your css with simple maps short codes.
Let me know if this helps. 🙂
duplicate your single.php page and rename it single-sm-location.php. edit as needed.
Having the same issue. My domain is listed correctly and matches the received email.
Please help!