Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

237
Views
mientras trabajo en carrusel de búho personalizado, mi carrusel no se muestra en wordpress
function themestyle(){ wp_enqueue_style( 'mainstyle', get_stylesheet_uri() ); wp_enqueue_style( 'boostrap', get_stylesheet_directory_uri().'/css/bootstrap.min.css' ); wp_enqueue_style( 'owl-style', get_stylesheet_directory_uri() . '/css/owl.carousel.min.css' ); wp_enqueue_style( 'owl-style', get_stylesheet_directory_uri() . '/css/owl.theme.default.min.css' ); wp_enqueue_style( 'jquery' ); wp_enqueue_style( 'owl-style-theme', get_stylesheet_directory_uri() . '/css/bootstrap.min.js' ); wp_enqueue_script('owl-js', get_stylesheet_directory_uri() . '/js/owl.carousel.min.js'); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/js/abc.js'); } add_action( 'wp_enqueue_scripts', 'themestyle' );
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Falta algún parámetro en wp_enqueue_script. Lo arreglé. Por favor verifique a continuación. Con suerte trabajando en ello.

 function themestyle(){ wp_enqueue_style( 'mainstyle', get_stylesheet_uri() ); wp_enqueue_style( 'boostrap', get_stylesheet_directory_uri().'/css/bootstrap.min.css' ); wp_enqueue_style( 'owl-style', get_stylesheet_directory_uri() . '/css/owl.carousel.min.css' ); wp_enqueue_style( 'owl-style', get_stylesheet_directory_uri() . '/css/owl.theme.default.min.css' ); wp_enqueue_style( 'jquery' ); wp_enqueue_script( 'bootstrap', get_stylesheet_directory_uri() . '/css/bootstrap.min.js', array('jquery'), time(), true ); wp_enqueue_script('owl-js', get_stylesheet_directory_uri() . '/js/owl.carousel.min.js', array('jquery'), time(), true ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/js/abc.js', array('jquery'), time(), true ); } add_action( 'wp_enqueue_scripts', 'themestyle' );
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!