wp_enqueue_style('accesspress-parallax-woocommerce',get_template_directory_uri().'/woocommerce/ap-parallax-style.css');
wp_enqueue_style( 'accesspress-parallax-style', get_stylesheet_uri() );
wp_enqueue_style( 'accesspress-parallax-responsive', get_template_directory_uri() . '/css/responsive.css' );
- if (of_get_option('enable_animation') == '1'){
- echo "animation";
- }
- if(is_front_page()){
- echo "FRONT";
- }
+
if (of_get_option('enable_animation') == '1' && is_front_page()) :
wp_enqueue_script('wow', get_template_directory_uri() . '/js/wow.js', array('jquery'), '1.0', true);
endif;