You are loading jQuery 1.8.3 and jQuery 1.9.1. 1.8.3 loads from wp-includes
. 1.9.1 loads from Google. Install JSView on FireFox and right click the page. You will see them. There are two Javascript files, both named jquery.js
.
You need to work out what is loading those two scripts and make sure that only one jQuery gets loaded, and it will have to be the right one. Hopefully that is the most recent one– 1.9.1
Related Posts:
- What is better way to use Bootstrap inside admin panel?
- What is the proper way to include Bootstrap when executing a shortcode
- Bootstrap doesn’t work on admin menu page-How to override wp-admin style?
- Gutenberg table block with Bootstrap .table class
- Bootstrap within shortcode
- New jquery and bootstrap breaks plugin
- Add the Twitter Bootstrap framework for the development of my plugins
- Glyphicons Dont Show in WordPress Plugin Only
- From my Plugin Settings Page use check boxes to load specific css files (e.g. Bootstrap / Foundation)
- Bootstrap collapse in custom WordPress widget
- WP Job Manager – Show recent jobs as cards
- What is the difference between $post_id and get_the_ID()?
- Where to store plugin settings fields
- How can I add columns to the post edit listing to show my custom post data?
- Shortcode adding p and br tags
- Custom frontend page for plugin without a ‘physical’ page?
- Using AJAX in a plugin to submit form – REALLY confused
- Plugin Architecture/Design Pattern – is better to use a private Observer/Mediator Pattern for plugin subclasses or WP add_action?
- Having Problem On Getting WP Post Gallery Images URL
- Post added via wp_insert_post with category doesn’t show in category listing
- How to add more than 1 user role to sub-menu pages
- How to get shortcode to work inside a foreach loop called within a shortcode?
- How to properly use a hook to create template for custom product type in a plugin such as Woocommerce? [closed]
- How to bundle a plugin with a theme, or vice versa
- Using a front controller in a WordPress plugin, any suggestions?
- How do I determine if a category exists by ID?
- Use theme constants in plugin?
- How to load the plugin only when logged in?
- Self-hosted plugin update problems
- How to avoid creating first submenu page that is same as menu page?
- Hook into theme-switching later than `setup_theme`
- Save image as featured image
- Best choice of options/settings framework for plugin/theme development
- GET parameters interfere with my plugin settings
- What’s the best place to hire a freelance (contract) WordPress developer? [closed]
- Admin auto-refresh is interfering with Firebug — how to prevent it?
- Hide plugin dashboard menu item for specific roles
- How to use relative path with my plugins folders?
- Files automatically added
- Widget translation on my plugin
- Upload to a remote server using wp_remote_post
- conditionally load javascript & CSS for do_action() calls from plugin
- The plugin does not save data
- Create custom HTML/JS app inside page
- Plugin Development for registered users
- tinymce.get() returns error after ajax request
- Widget options are not updated
- Access bloginfo, get_option, and plugins_url from a non-core php file
- Upload multiple images and insert them into custom html code
- Do blocks replace plugins in WordPress 5?
- How to get a list of child ids for a named category?
- Plugin could not be activated because it triggered a fatal error, unexpected ‘[‘
- Show dynamic list of products from custom api of another database under same host
- Hide custom post type by user roles
- How to make the first commit on WordPress.org
- Using OOP inside a Plugin – Is it allowed?
- why isn’t require_once working with my path names
- Odd map_meta_cap $args on post edit — sometimes integer, sometimes string
- How best to handle database version dependence (from $wp_db_version)
- Associate multiple email addresses with the same user account, so they can log in with either
- How to grab query string from wp-content/uploads/.*
- How to call a function using a shortcode [closed]
- How to add template colors to custom block options in WordPress Gutenberg editor sidebar?
- Update a user profile via frontend
- What is the way to hook all wordpress email
- Configure WordPress to Generate Scheme-less Relative URLs
- Best way to distribute templates and code accross multiple wordpress sites?
- Plugin architecture to pull from API & create dynamic content on WP site?
- Getting posts by taxonomy
- can members have multiple registration using the same password?
- Exclude Woocommerce Product Category From Sitemap
- WordPress (pagenow link) in ajaxurl change after i change plugin language
- How to show only the last two categories in a menu?
- Get API auth_token token to renew weekly
- Detect if requested page is PWA on server side
- User meta query using Wildcard
- use a (Polymer) web component within a plugin (or theme)?
- how to add security questions on wp-registration page and validate it
- Allow user to add the php code in wp_mail()
- Hiding WordPress REST endpoints from public viewing using Basic Authentication
- Plugin setting page – update_option problem
- Customize WordPress Admin Menu
- Dedicated server and WPDB Class : huge slow-down of the website
- Add Button to TinyMCE Custom Menu
- How should I use wpdb class to submit a form in admin dashboard?
- Rewriting URLs with a query string
- Forcing ALL plugin Admin menus into a separate menu
- How do I create Widget within plugin that uses its own class?
- Looking for Hook that is fired after a plugin or wp upgrade is installed/updated
- How to display posts list on my plugin page?
- How to design WooCommerce-like admin tabs for plugin settings page?
- Woocommerce: block user removing cart item
- WordPress pre-build slider
- Anyway to prevent admin from seeing other admin’s product?
- Build a dynamic block using the default attributes
- Bulk post approval and publishing doesn’t work
- Show Admin Menu
- How to replace content of a block in and re-render on change?
- extending a core block doesn’t work inside the editor
- register_activation_hook doesn’t execute without add_action(‘init’,’some-function’)