Skip to content

Commit 1accfb7

Browse files
committed
move slider to vendors
1 parent 58f4ebf commit 1accfb7

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

public/class-display-medium-posts-public.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public function enqueue_styles() {
7575
*/
7676

7777
wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/display-medium-posts-public.css', array(), $this->version, 'all' );
78-
wp_enqueue_style( 'ace-owl-carousel', plugin_dir_url( __FILE__ ) . 'owl-carousel/owl.carousel.css', array(), $this->version, 'all' );
79-
wp_enqueue_style( 'ace-owl-theme', plugin_dir_url( __FILE__ ) . 'owl-carousel/owl.theme.css', array(), $this->version, 'all' );
78+
wp_enqueue_style( 'ace-owl-carousel', plugin_dir_url( __FILE__ ) . 'vendors/owl-carousel/owl.carousel.css', array(), $this->version, 'all' );
79+
wp_enqueue_style( 'ace-owl-theme', plugin_dir_url( __FILE__ ) . 'vendors/owl-carousel/owl.theme.css', array(), $this->version, 'all' );
8080

8181
}
8282

@@ -98,7 +98,7 @@ public function enqueue_scripts() {
9898
* between the defined hooks and the functions defined in this
9999
* class.
100100
*/
101-
wp_enqueue_script( 'ace-owl-carousel-js', plugin_dir_url( __FILE__ ) . 'owl-carousel/owl.carousel.js', array( 'jquery' ), $this->version, false );
101+
wp_enqueue_script( 'ace-owl-carousel-js', plugin_dir_url( __FILE__ ) . 'vendors/owl-carousel/owl.carousel.js', array( 'jquery' ), $this->version, false );
102102
wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/display-medium-posts-public.js', array( 'jquery' ), $this->version, true );
103103

104104

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)