From the looks of it, the IDX plugin is coded properly with noconflict, but there is some inline JS in the themes that is not. Wrapping those functions in
(function($) {
// your functions here
})(jQuery);
will take care of the problem. All JS in WordPress should be run in noconflict mode, so yes you’ll need to go through the theme code and make sure it’s functioning properly.
Related Posts:
- Custom Post Type Templates from Plugin Folder?
- How to maintain W3C standards compliance of a theme
- Difference between a theme and a plugin?
- Plugin (or Theme) containing its own Plugins?
- All shortcodes not working on custom theme
- Disable plugins on cron and ajax page
- Declare a function before plugin does on the theme functions.php file
- Why users disable the WordPress update?
- I can’t upload a new wordpress theme from a zipped file
- Theme and Plugins sharing common libraries
- Is there a quick way to inject i18n domain into theme/plugin files?
- How to avoid redefining requirejs in plugin when another plugin also uses requirejs
- Get list of sites that uses specific plugin or theme
- Is there a reliable way to keep track of how long a WordPress theme has been active?
- Woocommerce sidebar not loading in theme
- Include Max mega menu Plugin into theme
- How can I list recent posts excerpts?
- How to remove all javascript in a theme wordpress?
- wordpress theme backend admin only
- Deactivate Plugin on Theme Switch
- Plugin Deactivate Self on Activation Errors
- How To Clean The Malware Infected & Hacked WordPress Websites? [duplicate]
- How to get current post user id
- Two (or more) looks, with one set of content
- Re-naming a theme/child theme whilst maintaining updates
- Unable to upload wordpress plugins
- The problem with WordPress Importer
- How to disable CSS rule in Twentythirteen style.css?
- WSOD after upgrading to 3.1
- Is there any kind of theme on WordPress to sell my own movies?
- Linux Permissions and Ownership for WordPress
- Fatal error: Call to undefined function cmsms_theme_page_layout_scheme()
- Homemade plugin while using Themify Ultra
- Theme/Plugin installation through url on button click
- How can I position ShareThis buttons manually when using the plug-in? [closed]
- How to use get_template part in the plugin?
- How can I use get header from within my plugin?
- Where are theme codes located for WordPress?
- Basic gallery plugin suggestion [closed]
- using do_shortcode
- How to write “alt” tag in image for wordpress code?
- How to load different homepage on Mobile.?
- How to get menu location in wp_update_nav_menu hook
- How to activate a plugin on the activation of a theme?
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Theme My Login Shortcode Doesn’t Return Anything
- How do I add a plugin dependency to my customized theme?
- Moving FB comments at the end of page
- How Do I Uninstall a Current WordPress Theme and Install a Fresh Theme
- What is it and from where it is loaded?
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- Cannot add edit themes and add plugins after multisite update
- Load CSS files in header of Bones theme?
- How to handle a WordPress blog with articles in different languages?
- Remove updates text on plugin or themes list page
- How to prevent plugin, theme installation failures on WordPress?
- WordPress Cache delete on plugin uninstall
- Edit all $wp_scripts at once to $in_footer = false
- Unknown theme modal source
- WordPress website will not show menu on a Mobile Device
- Remove a div class with condition
- How Can I Increase Breadcrumb Position Count (Starting From 2)?
- Main content of site not showing, but does show when logged in to wp-admin
- Ajax Call not Working in Plugin
- Changing the pointing of assets from old server to new server
- Hide Plugin Custom Post Type Menu Link
- Hooking into the HTML header container
- Set up new WordPress domain using unclear files
- Genesis Child Theme – Customize body
- Securing langugae folder
- Unable to activate themes on localhost
- How to roll back WordPress version or prevent migration from forcing update?
- Multisite converted to Single Site can’t add new plugins or new themes
- why my wordpress dont have toolbar like, plugin, themes and other?
- how to add custom css at top above all css file for specific url
- How to link file or image from wordpress plugin dir to theme by using themes function.php, is it possible?
- Using activated_plugin to run code
- Theme styling for plugins
- Creating themes using the one Plugin (Toolkit)
- What is the process for reimplementing a back up WordPress?
- Notice: Use of undefined constant Redux_TEXT_DOMAIN – assumed ‘Redux_TEXT_DOMAIN’
- How to install wordpress theme’s plug-ins?
- White screen and can’t activate themes and plugins
- jquery-issue: cannot load the basic jquery
- Template from scratch: Sidebars not showing widget
- custom registration form [duplicate]
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- Activate plugins by a theme’s functions.php?
- Site is setup statically – how to make it content managable?
- do_shortcodes() isn’t working
- Javascript as Jquery Function Call?
- Any plugin/theme available which suits my requirement? [closed]
- Two sites one PC
- How to escape html code?
- Elementor with system colors instead of kit colors [closed]
- Very slow page loads
- WordPress theme is not displaying the correct home page in the Pages section
- How to create new title and its description inside a section in WP Customizer?
- Allowing users to install a predefined bundle of plugins and themes with one action
- Custom page template from plugin does not work with pre-installed themes in WordPress 6.6.1