• I’ve set the tax, insurance and pmi to 0% in the mortgage calculator setting.

    My question, how can I remove the monthly tax, insurance and PMI in the mortgage calculator result at the sidebar widget?

    I checked the plugin editor, not really sure which exact file should I open and please highlight to me which part should I remove in order not to create any error.

    Many thanks!

    http://wordpress.org/extend/plugins/simple-real-estate-pack-4/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Chirkov

    (@maxchirkov)

    The file that is responsible for the mortgage calculator is /js/srp-MortgageCalc.js Scroll down to line 143:

    var additional_info	=	additional_charges_text +

    and make it look like this:

    var additional_info	=

    should work.

    Thread Starter vyim65

    (@vyim65)

    Awesome….it’s worked now, thanks again!

    One more thing, how do I remove the pmi, tax and insurance from the affordability calculator result?

    And also how can I remove the “View Calculation Details”?

    Which file should I look for and where should I remove it?

    many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Simple Real Estate Pack] How to remove tax, insurance and PMI from sidebar widget’ is closed to new replies.