jQuery \ WP 4.5.3

Home Forums GovIntranetters jQuery \ WP 4.5.3

Viewing 2 reply threads
  • Author
    Posts
    • #2415
      colshaw
      Participant

      Has anyone who upgraded to WordPress 4.5.3 had jquery issues?

      Issues i am looking are the staff directory browse team button not expanding.

      Thanks

    • #2418
      Nick Peterson
      Participant

      We are running 4.5.3 and recently updated to v4.16.2 of the theme. We did have some issues (with our media library and uploads if I recall) with jQuery but have been having no problems by sticking to v1.11.3 using the following bit of code in our functions.php:

      if (!is_admin()) {
      wp_deregister_script(‘jquery’);
      wp_register_script(‘jquery’, (“https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”), false, ‘1.11.3’);
      wp_enqueue_script(‘jquery’);
      }

      Our browse teams button functions as well. Are you running any third party plugins?

      Best,

      Nick

    • #2423
      colshaw
      Participant

      We did try and isolate 3rd party plugins to no avail, we are using Govintranet 4.17. I also noticed a post from eleonora that had simliar issues “a little update, the dropdown categories boxes in the search documents page don’t work anymore..”

      Another issue also highlighted to our install is now HT Most Active is disappearing on a refresh. If i change the widgets config it will re-appear until the next refresh.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.