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

    (@baden03)

    Hello and we are happy to hear you like the plugin!
    The reason the seconds are not moving is because a plugin (or your theme) is force-loading an older version of jQuery after the correct version is already loaded:

    <script type='text/javascript' src='https://mintideschise.ro/wp-content/plugins/gravityforms/js/chosen.jquery.min.js?ver=1.6.12'></script>

    If you disable the gravityforms plugin does it start working?

    Thread Starter octium

    (@octium)

    Hey
    Thank you for your reply.

    I deactivated gravityforms but nothing gives, still not working

    Plugin Author Baden

    (@baden03)

    Ok, you actually have THREE versions of jQuery being loaded… .this last one is really, really old:

    <script type="text/javascript" src="https://mintideschise.ro/wp-content/themes/PrivateLawyer/js/jquery-1.3.2.min.js"></script>

    This one is being loaded by your theme. Please read the following article for further assistance: https://msyk.es/blog/prevent-jquery-wordpress-theme/

    If you still need help fixing your theme, you can try the theme authors that created this problem in the first place:
    https://templatic.com/cms-themes/private-lawyer/
    https://templatic.com/support/

    Or, as a last resort, you can purchase our premium support pack for you for $15 and we will fix your theme for you: https://plugins.twinpictures.de/products-page/support/t-minus-countdown-premium-support/

    Plugin Author Baden

    (@baden03)

    If you are still interested, here are the bad lines of code on your page:
    1. Force loading jQuery v1.4.2 after WordPress has already loaded the correct version:

    <script type="text/javascript" src="https://mintideschise.ro/wp-content/themes/PrivateLawyer/fonts/jquery.js"></script>

    2. Force loading jQuery v1.3.2:

    <script type="text/javascript" src="https://mintideschise.ro/wp-content/themes/PrivateLawyer/js/jquery-1.3.2.min.js"></script>

    Notice: They are being inserted as part of the PrivateLawyer theme. If you purchased this theme, you can request support for it at: https://templatic.com/support/

    Good luck, and please let us know if you get it resolved.

    Thread Starter octium

    (@octium)

    Hey

    Thank you for your message.
    I spoke to my theme support and they have updated the JQ to 1.4.4 but seconds still not moving.

    Any suggestions?

    Thank you

    Plugin Author Baden

    (@baden03)

    jQuery 1.4.4 was used in WordPress 3.1. This plugin is requires WordPress 3.3 or newer. The current version of jQuery included with WordPress is 1.8.3. Why not have your theme support folks let WordPress just include it’s included version?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Seconds not moving’ is closed to new replies.