Map Border
-
Hi
I have tried adding this code to my site (in Code Snippets):
add_filter(‘wpgmp_map_output’,’add_additional_style’,10,4); function add_additional_style( $output, $map_div, $listing_div, $map ){ $output .= ‘<style>.wpgmp_map_parent{border: 5px solid orange;}</style>’; return $output; }
You suggested this code to another user 10 months ago.
Using the above code I get this error on the site:
The code snippet you are trying to save produced a fatal error on line 4:
syntax error, unexpected ‘>’Please advise
Steve B
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Map Border’ is closed to new replies.