Title: Summary section blank
Last modified: August 30, 2016

---

# Summary section blank

 *  Resolved [carnini](https://wordpress.org/support/users/carnini/)
 * (@carnini)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/summary-section-blank/)
 * I installed this great plugin but the summary section looks to be blank.
 * I am using an older version of wordpress could that be the issue.
 * [https://www.rivercu.com/calculators/](https://www.rivercu.com/calculators/)
 * [https://wordpress.org/plugins/responsive-mortgage-calculator/](https://wordpress.org/plugins/responsive-mortgage-calculator/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [liddweaver](https://wordpress.org/support/users/liddweaver/)
 * (@liddweaver)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838297)
 * It looks like the plugin is working as expected, but jQuery isn’t being loaded.
   This is causing it to fail on a jQuery method call. Usually, this causes the 
   script to be ignored and the form should submit to the server. When that happens,
   the plugin calculates the payment amount on the back end and adds the payment
   amount to the results, but not the detailed summary.
 * So, the first thing to try is to make sure jQuery 1.7 or higher is being loaded
   to the page.
 *  Thread Starter [carnini](https://wordpress.org/support/users/carnini/)
 * (@carnini)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838410)
 * I loaded jquery into the header
    <script src=”[https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js”></script&gt](https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js”></script&gt);
   but it still looks like it is not showing the calculations.
 *  [liddweaver](https://wordpress.org/support/users/liddweaver/)
 * (@liddweaver)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838414)
 * I just tested it in Chrome and Safari and it is working.
 *  Thread Starter [carnini](https://wordpress.org/support/users/carnini/)
 * (@carnini)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838480)
 * It is working in my chrome too, but not in Firefox.
    Firefox shows the grey border
   but nothing inside of it.
 * I am getting the following errors when I bring up the console.
 * TypeError: jQuery.browser is undefined scripts.js:1:21635
    TypeError: jQuery.
   event.handle is undefined scripts.js:1:17979
 *  [liddweaver](https://wordpress.org/support/users/liddweaver/)
 * (@liddweaver)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838487)
 * You’re theme’s script file contains some minified code that might be relying 
   on jQuery or is some form of jQuery. Minification makes it hard to tell and it
   runs eval() to rebuild the code. Hard to know.
 * What I do know is that it contains calls to jQuery methods that have been deprecated
   and removed from jQuery version 1.9 and later. Try using jQuery version 1.7.x.
   That should contain the method needed for your theme’s script and for RMC.
 * Safari and Chrome are catching and ignoring the error that is being generated
   by the missing method. Firefox is catching on it, ignoring all JavaScript, and
   submitting to the server.
 *  [liddweaver](https://wordpress.org/support/users/liddweaver/)
 * (@liddweaver)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838592)
 * I noticed you’ve fixed this issue on your site, so I’ am marking this as resolved.
 *  Thread Starter [carnini](https://wordpress.org/support/users/carnini/)
 * (@carnini)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838594)
 * I am still having the issue in firefox, it is taking a while to figure out how
   to fix it. Part of the issue, is as you point out the older jquery on the site.
   It appears to only be a firefox issue with the call to the table.
 *  [liddweaver](https://wordpress.org/support/users/liddweaver/)
 * (@liddweaver)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838595)
 * I’m planning a full re-write of the plugin for late January or early February.
   I will remove the jQuery dependency at that point. The Pro version is already
   pure JavaScript, so it won’t be an issue to make this work for you.
 *  [liddweaver](https://wordpress.org/support/users/liddweaver/)
 * (@liddweaver)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838596)
 * I had some time so I removed the jQuery.isNumeric dependency and updated to 2.2.6.
   Try it out and let me know.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Summary section blank’ is closed to new replies.

 * ![](https://ps.w.org/responsive-mortgage-calculator/assets/icon-256x256.png?rev
   =1920811)
 * [Responsive Mortgage Calculator](https://wordpress.org/plugins/responsive-mortgage-calculator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-mortgage-calculator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-mortgage-calculator/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-mortgage-calculator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-mortgage-calculator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-mortgage-calculator/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [liddweaver](https://wordpress.org/support/users/liddweaver/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/summary-section-blank/#post-6838596)
 * Status: resolved