Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Baden

    (@baden03)

    If we had a nickel for every time a theme or plugin log-jams the jQuery library…

    So, yeah. The multidesign theme is force loading jQuery, even after WordPress has already loaded it. Take a look at your header.php file, find and remove the stupidly placed line:

    <script src="https://strangecreekcampout.com/wp-content/themes/multidesign/js/jquery-1.4.2.min.js"></script>

    Once that is removed, you should be good to go. Let us know if this was it, and we mark the issue as resolved.

    Thread Starter Ann McGregor

    (@annabananamc)

    Well, yes, that fixed the timer! However now my login popups are broken.

    Which I know is not your problem, it’s the theme people.

    How likely do you think it is that I can get both to play nicely together? ??

    Plugin Author Baden

    (@baden03)

    Are the login popups part of your theme, or a plugin?
    If removing that force-loaded jQuery stopped the popups from… well, popping up, then I would bet it’s because they are declaring there jQuery using $(‘#format’). rather than WordPress’ standard jQuery(‘#format’).

    We would be happy to help, but this is something covered by our Premium Support—and it’s bad form to advertise that here on the WordPress Forum.

    Best bet would be to identify if it was the theme or a plugin that is creating the crappy code, and hit them up for support.

    Best of luck, and please let us know how it all works out!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: T(-) Countdown] Not counting down, similar to resolved issue but still need help’ is closed to new replies.