Hi, Please paste following code in functions.php file of your theme or in any other plugin to remove map area.
add_action( 'plugins_loaded', 'remove_property_map' );
function remove_property_map(){
global $rem_hk_ob;
remove_action( 'rem_single_property_contents', array($rem_hk_ob, 'single_property_map' ), 60 );
}
Thank you for the reply. I did as you suggested but map is still displaying. I am sure I am doing something wrong.
Would it be possible to simple get a one page summary of all properties
Hi, Please install this addon to modify anything in Real Estate Manager without touching main plugin files. You can read comments in the plugin’s functions.php file to use it.
https://webcodingplace.com/wp-content/uploads/2018/02/rem-developers.zip
Regards
Thank you, I have installed the plugin and read the functions.php file. I can see all the info, but not sure how to uncomment the section i need. Could you please be so kind and clarify what needs to be done
Thank you
Just remove the double slashes from the start of the line.
Thank you so much. Awesome support. Fyi, i am purchasing the Pro version. Thanks again