There are two things you should try:
-
WordPress loads jQuery in compatibility mode, so you will need to use the noconflict syntax, ex.
jQuery('.text-white.follow').plate();
. More information: -
If you are using a child theme, you need to call
get_stylesheet_directory_uri()
instead ofget_template_directory_uri()
. Parent theme assets are accessed usingtemplate
, and child theme assets are accessed usingstylesheet
.
Related Posts:
- How can I defer these JS files?
- Bootstrap slider not working
- WordPress core jquery version file not loaded?
- How to Link External jQuery/Javascript files with WordPress
- Modified wp.media.view.Settings.Gallery in Backbone JS, but editing doesn’t work
- How do register_sidebar() and get_sidebar() work together?
- using upload image with media_handle_upload .. but !
- Why isn’t is_home() working correctly?
- wp_nav_menu() custom container and container_id
- Show a WP 3.0 Custom Menu in an HTML Select with Auto-Navigation?
- What is the best practice for customizing a plugin’s JavaScript/jQuery?
- Can You Export Theme Settings From WordPress Multisite?
- Create a customizable child theme
- Is it ok to not a have child theme and just create a theme from scratch?
- How to correctly add JQuery in a WP theme?
- WP 3.1 upgrade breaks AutoFocus+ theme
- WP Northwind for Theme Development?
- Add more then one site logo – custom-logo theme support
- How to add “Read More…” link in twentytwenty
- Setting custom search engine indexing for a “dynamic WordPress page” with htaccess
- Create another “Display Site Title and Tagline” checkbox, “Header Text Color” setting and control
- is_customize_preview() like function to check if Customizer “Live Preview” in JavaScript
- Using Fullscreenr with a wordpress blog – weird bug
- window resizing problem
- Understrap child theme JS not working in custom-javascript.js file
- How to create left and right menu with logo center in a custom theme?
- How to add custom page attributes in WordPress?
- How do I change the markup only of a built-in widget?
- Menu jumping when calling it via PHP
- REQUIRED: Could not find wp_link_pages. See: wp_link_pages by Theme Checker
- Blog page problems
- Extend WordPress Core Classes in OOP Theme?
- User bar above logotipo?
- How to query details of images in gallery that is attached to a post
- Showing Meta Box via Jquery Checkbox
- Problem with custom function from jQuery slider tutorial
- how or where wordress collect unlogged user session
- How to create social Share Buttons Without Plugin
- Trying to customise 2011 Child Theme Background Colour
- Highly stylized pages
- Lightbox not showing image caption
- Adding a drop-down (select tag) option under Menu Settings in WordPress Admin
- Perform javascript when an input in Customizer is selected/focused?
- WordPress Customizer: Check for value of CSS selector and replace it
- Execute function with jQuery if widget added or removed?
- How to submit form data in the same page in WordPress without reloading the page?
- Getting a jQuery library to work in WordPress & Avada
- A Customizer checkbox control that sets the setting to “” or to “blank” and show() or hide() a color control
- Customizing the built-in Media Playlist
- Search results load individual post in slide out div
- Post thats in Two Categories, only want to display name for one
- Adding css and js to a blank page created with custom template
- Prevent posts from being published if the ‘Uncategorized’-category or no category is selected
- Modifying posts based on category in TwentyTwentyTwo theme
- Custom jQuery code in Elementor page is not working on Mac os. On Windows browser work fine
- Custom Logo: why parameters are not working at all?
- Setting up staging area
- retrieve theme custom settings
- Customized Comment Form Issues
- Passing a location-dependent array via wp_localize_script within a shortcode
- How to duplicate “Pages” section in the control panel?
- Setting Custom WordPress “Posts page” AS “Front page”
- featured images – custom links
- WordPress Customize panel – accessing the values
- enqueue script if page is not equal to
- Assign classes to Custom fields
- WP Customizer – what types of fields is it capable of supporting?
- Theme Option’s Save Button is not working
- Grouped custom taxonomy query
- Using Custom Fields in post, need to put into the_content
- Custom WordPress SQL Query 4 posts per custom taxonomy
- Get a different size of Image thumbnail while working with custom metabox
- Custom search by several options send on form not works
- Set start page depending on screen width [closed]
- How to make my wordpress site responds for 2 domains
- Page template with custom html fields inside a content
- Upload files in wordpress
- Pagination is not working on custom query
- User registration add user ID?
- WordPress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
- Can’t Auto-Update, but permissions are good?
- How to add button to top of theme customizer?
- Custom Style per Post, How to Display Custom-Styled Single post on Homepage?
- Issue with WordPress native theme customizer function and jquery ui tabs
- Changes in comments.php in the child theme does not show up on the site
- Twenty Eleven theme, how to change style to a specific “format”
- Custom image sizes ignored in WP 3.5
- Share user access between two wordpress sites
- Accessing + retrieving custom database in WordPress
- Custom tabs widget don’t work in google chrome, is blocked, do not change the tabs. Why?
- What capability is required to view posts, scheduled in the future, by someone else?
- Looking for a way to take readers to random post when clicking a link
- Problem Locating and Changing Alt Attribute Of Link
- Custom MySQL query to list post
- Need Advice to Working with Custom Post Meta
- Custom Query Arguments
- How to create functions that affect only a specific user
- If I want social media icons that link to my site’s corresponding accounts, is that better to do with a plugin, or manually?
- Pull certain WordPress posts on custom CMS instead and 301 wordpress to it?
- pull custom fields values from wp-database in a nested foreach loop