• Resolved smart367

    (@smart367)


    A WPTables developer pointed out an error in a file that was making their plugin fail. I hope it will be useful for everyone.
    The file is:
    …/plugins/ultimate-under-construction/includes/js/uuc-script.js
    <>
    Line 10 add “var” in front of variable “background_color”, so it looks like this:
    var background_color = $(‘#background-color’);
    <>
    That modification fixed a javascript error…

    https://wordpress.org/plugins/ultimate-under-construction/

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

    (@happykite)

    Hello,

    Thank you for calling this to my attention, I have fixed this issue now.
    There is a new update, please upgrade your version and let me know if you encounter any more issues.

    Thanks!

    Thread Starter smart367

    (@smart367)

    Great, that’s why I passed it on…
    We all need an extra set of eyes every now and then.
    Thanks for the great plugin BTW.

    I’ll get the new version downloaded right now…

    Scott

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

The topic ‘Code error in plugin fixed with mod’ is closed to new replies.