wp_enqueue_style( 'construction-light-style', get_stylesheet_uri() ); // Estilos exclusivos de la Homepage de Grupo ACI Urbana if ( is_front_page() && file_exists( get_template_directory() . '/assets/css/aci-homepage.css' ) ) { wp_enqueue_style( 'aci-homepage', get_template_directory_uri() . '/assets/css/aci-homepage.css', array( 'construction-light-style' ), '1.0.0' ); } if ( has_header_image() ) { $custom_css = '.nav-classic{ background-image: url("' . esc_url( get_header_image() ) . '"); background-repeat: no-repeat; background-position: center center; background-size: cover; }'; wp_add_inline_style( 'construction-light-style', $custom_css ); } // Load responsive Library File wp_enqueue_style( 'responsive', get_template_directory_uri(). '/assets/css/responsive.css');// Load magnefic Library File wp_enqueue_style( 'magnefic', get_template_directory_uri(). '/assets/library/magnific-popup/magnefic' . esc_attr ( $min ) . '.css'); wp_enqueue_style( 'construction-light-style', get_stylesheet_uri() ); // Estilos exclusivos de la Homepage de Grupo ACI Urbana if ( is_front_page() ) { wp_enqueue_style( 'aci-homepage', get_template_directory_uri() . '/assets/css/aci-homepage.css', array( 'construction-light-style' ), '1.0.0' ); } if ( has_header_image() ) { $custom_css = '.nav-classic{ background-image: url("' . esc_url( get_header_image() ) . '"); background-repeat: no-repeat; background-position: center center; background-size: cover; }'; wp_add_inline_style( 'construction-light-style', $custom_css ); } // Load responsive Library File wp_enqueue_style( 'responsive', get_template_directory_uri(). '/assets/css/responsive.css');wp_enqueue_style( 'construction-light-style', get_stylesheet_uri() ); if ( has_header_image() ) { $custom_css = '.nav-classic{ background-image: url("' . esc_url( get_header_image() ) . '"); background-repeat: no-repeat; background-position: center center; background-size: cover; }'; wp_add_inline_style( 'construction-light-style', $custom_css ); } // Load responsive Library File wp_enqueue_style( 'responsive', get_template_directory_uri(). '/assets/css/responsive.css'); // Estilos exclusivos de la Homepage de Grupo ACI Urbana (solo en la portada) if ( is_front_page() && file_exists( get_template_directory() . '/assets/css/aci-homepage.css' ) ) { wp_enqueue_style( 'aci-homepage', get_template_directory_uri() . '/assets/css/aci-homepage.css', array( 'construction-light-style' ), '1.0.0' ); } //jquery.isotope