Hi Eyal,
First let me say, you have been fantastic in helping us implement your code. We are very happy with your support. Everything is going as planned with our project. We have a few more things to implement.
For this week, we are trying to bring in the map styles on our page, as posted on your tutorial
http://tempform.wpengine.com/documentation/geo-my-wp-and-google-maps-styled/
1) BASED ON THE TUTORIAL
http://tempform.wpengine.com/documentation/geo-my-wp-and-google-maps-styled/
there is no file called ‘geo-my-wp/includes/geo-my-wpfunctions.php’ in my plug in folder. we are using the newest one i blieve
there is however a file called geo-my-wp-template-functions.php
however, i do not see the function
add_action( ‘gmw_map_styles’, ‘gmw_map_styles’ );
in that file.
2) this is the exact syntax listed in the tutorial.. is it correct? I don’t see an ‘{‘
function gmw_map_styles( $gmw )
}
add_action( ‘gmw_map_styles’, ‘gmw_map_styles’ );
3) will we need to wrap it in the jquery tag, as listed in the bottom of the tutorial by Ben Rosati?
jQuery(document).ready(function() { });
thanks!