Title: errors in Javascript caused theme clash
Last modified: July 27, 2020

---

# errors in Javascript caused theme clash

 *  Resolved [nadworks](https://wordpress.org/support/users/nadworks/)
 * (@nadworks)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/errors-in-javascript-caused-theme-clash/)
 * Our developers have just detected a Javascript error in your plugin, which made
   the latest version clash with and break our theme. It had worked fine before.
 * We had to add
 *     ```
       bp1 = 0;
       bp2 = 0;
       bp3 = 0;
       bp4 = 0;
       bp5 = 0;
       max = 1;
       ```
   
 * … to the header via “Simple Custom CSS and JS”.
 * It would be great if you could fix those issues for a future release since your
   plugin is otherwise absolutely brilliant and amazingly unique.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferrors-in-javascript-caused-theme-clash%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/errors-in-javascript-caused-theme-clash/#post-13190799)
 * [https://bashorecords.com/wp-content/plugins/halfdata-green-forms/js/leform.min.js?ver=1.29](https://bashorecords.com/wp-content/plugins/halfdata-green-forms/js/leform.min.js?ver=1.29)
 * The `jQuery(document).ready(function(){` should really be `jQuery(window).load(
   function() {` as that plugin is forcing a window.resize() and it’s doing it before
   all the scripts are loaded which really shouldn’t be the case.
 * I can move my variables around but you should really contact the other plugin
   authors to clean that up.
 * on a side note, you really don’t need all the extra options in your shortcode,
   this will suffice:
    `[mctagmap columns="1" hide="yes" show_posts="yes" from_category
   ="34"]`
 *  Plugin Author [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/errors-in-javascript-caused-theme-clash/#post-13256821)
 * new version should clear this up on my end.

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

The topic ‘errors in Javascript caused theme clash’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multi-column-tag-map_9e2525.svg)
 * [Multi-column Tag Map](https://wordpress.org/plugins/multi-column-tag-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multi-column-tag-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multi-column-tag-map/)
 * [Active Topics](https://wordpress.org/support/plugin/multi-column-tag-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multi-column-tag-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multi-column-tag-map/reviews/)

## Tags

 * ["js error"](https://wordpress.org/support/topic-tag/js-error/)

 * 2 replies
 * 2 participants
 * Last reply from: [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/errors-in-javascript-caused-theme-clash/#post-13256821)
 * Status: resolved