Two things to try:
- Move the enqueue for slick.js above the enqueue for your custom script.
-
Declare Slick as a dependency for your custom script. Change the third parameter to include slickjs:
wp_enqueue_script('customjs', get_template_directory_uri() . '/js/victoria_theme.js', array( 'slickjs' ), '4.7.2', true);
Related Posts:
- show hide image script after 4 seconds [closed]
- How to modify image editor dialog options on WordPress?
- Populate a slideshow list of images from images in a wordpress page?
- How to create a simple slideshow out of a post image gallery?
- Multiple images with Media Uploader on front-end
- How can I use cached images in an AJAX response?
- Help to upload post attachments from Ajax
- Image LazyLoad plugin not loading jQuery dependancies with wp_enqueue_script in WP 3.3.1
- How to use Facebox in WordPress theme?
- How to get the image-URL from Media-Upload in a post?
- Using jQuery to automatically add class only to gif images in WordPress database [closed]
- Fancybox just loading small white square
- Slidedeck Pro WordPress Image Size
- Hide Title tag on image Hover
- How is called this thumbnail slider feature
- Access html element in media modal with jQuery
- Display images from JS?
- Select image and display from textfield?
- Create slider option in editor
- How to get children/attachments in header?
- Thickbox not displaying just the image, instead showing full page in lightbox
- How can i make like this structure?
- Slider do not add alt attribute. Cant get alt attribute from a media library!
- WordPress: Preload next post images
- Theme using masonry layout script rendering overlaped images in Google Chrome [closed]
- Remove one srcset entry from wp_get_attachment_image
- Image quality based on image size
- What is a good alternative to using $content_width for image optimization?
- Can I attach image to post without adding it to post?
- How to avoid WordPress stripping EXIF metadata when resizing images?
- Navigate with keyboard in Gallery shortcode
- Can WordPress resize BMP files?
- How to include externally hosted images into a gallery block
- Insert Images at Master Uniform Height
- Link to File URL by default
- How to Display an Image Uploaded through a Meta Box in a Template?
- Responsive background images added inline
- add_image_size and iPad Retina Display (high pixel density)
- How to make programmatic image upload generate thumbnail and sizes?
- How to remove buttons from gutenberg toolbar
- Get full image array
- Display number of images actually posted
- Confusion about arguments sent to add_image_size
- change the $content_width
- media_sideload_image with rewritten urls?
- Different image sizes for home and post pages
- Show full image thumbnail
- upload featured image in custom post type from frontend
- Make medium_large images available to insert into post
- WooCommerce-like featured gallery
- Creating a thumbnail from an image already on the server?
- Images not showing on blog
- Alter the image, before save, of a particular image size
- Why does Google Image Search still display my images?
- Dynamic tagged image galleries
- WP fails to upload files to media library, /wp-admin/async-upload.php 403 forbidden
- How to handle a background-size: cover image in WordPress?
- Empty alt/title form check in media library
- Images stopped loadding after adding SSl
- How To Get The File Extension Of Images Having Different Extensions In A Directory?
- GoDaddy Number of Image Files Per Directory Exceeded
- add_image_size wont work after get_intermediate_image_sizes
- Ways to show multiple, separate galleries per post?
- How to get the Gallery form/section just like in Gutenberg block?
- One of my image sizes isn’t showing up in srcset
- Conflict with single and double quotes
- Featured Image Cetegory Not Shown In WordPress
- Force default OG:Image – Yoast SEO [closed]
- after migration, newly uploaded images won’t show up
- Why do I have blury images in WordPress
- Disable save as image on smartphones using all browsers ( chrome, firefox, ie, cm, opera )
- How To Display Author Photo In WordPress without any plugin?
- Alter the image used for a user who has not uploaded a custom image yet
- Allow users to upload multiple images to their profile
- how to change format jpg to webp?
- Allow a specific user role I have created to only upload one image to his media library
- Implementing a modal(lightbox) for all images in all post-gallery posts
- how to regenerate webp et-pb-portfolio-image
- How to increase media image scale limit?
- How do I avoid color distortion of uploaded images?
- Where to put code that customizes API
- Force WordPress to always generate a thumbnail for original image
- How to auto add image caption from image alt?
- File upload size limit in wordpress and php.ini limit
- Blank image thumbnails in media library
- Getting extra image links in code with wp_get_attachment_image
- Get “Image CSS Class” value from the Advanced Options section
- After reinstalling wordpress images do not appear in posts?
- How to show only one image in homepage
- click on Gallery picture but pictures doesn’t appear
- How to Generate Custom Image Size in Uploads Folder?
- set specific dimension or minimum upload size [duplicate]
- Content around featured image
- Getting featured image of blog page rather than post image
- Upload button in metabox not working
- Add custom version to an image
- (Dynamically) Decrease the actual image size for downloads
- wordpress images not display [closed]
- How to get customable image header?
- How to add a link to media file for every image inserted in content?