@@ -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
0 commit comments