• Resolved jaconel74

    (@jaconel74)


    Hi

    Thanks for an amazing plugin. Please advice how to remove the maps feature on all listings.

    • This topic was modified 6 years, 9 months ago by jaconel74.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    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 );
    }
    
    Thread Starter jaconel74

    (@jaconel74)

    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

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    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

    Thread Starter jaconel74

    (@jaconel74)

    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

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Just remove the double slashes from the start of the line.

    Thread Starter jaconel74

    (@jaconel74)

    Thank you so much. Awesome support. Fyi, i am purchasing the Pro version. Thanks again

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove map from lisitng’ is closed to new replies.