• Resolved nadworks

    (@nadworks)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tugbucket

    (@tugbucket)

    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

    (@tugbucket)

    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.