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

101
Views
Slick slider working after some second after reloding page

This is my code please check - it's working after some time after reloading the page please help me on this

I am trying to get slick slider when I reload page, but it's only working after some time

  $(document).ready(function() {
     $('.template-blog .mobile-tag-slider').slick({
          dots: false,
          infinite: true,
          arrows: false,
          slidesToShow: 4,
          slidesToScroll: 1,
          centerMode: true, 
          centerPadding: '90px',
          mobileFirst: true, 
          responsive: [
            {
              breakpoint: 600,
              settings: "unslick" 
            },
            {
              breakpoint: 769,
              settings: {
                arrows: false,
                slidesToShow: 4,
                slidesToScroll: 1
              }
            }
          ]
     });
   });

it's showing some second like this after reloading page enter image description here

then it's showing right after some second like this enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

The document ready function executes when the DOM (Document Object Model) is completely loaded in the browser.

Remove this code ** $(document).ready(function() **

$('.template-blog .mobile-tag-slider').slick({
          dots: false,
          infinite: true,
          arrows: false,
          slidesToShow: 4,
          slidesToScroll: 1,
          centerMode: true, 
          centerPadding: '90px',
          mobileFirst: true, 
          responsive: [
            {
              breakpoint: 600,
              settings: "unslick" 
            },
            {
              breakpoint: 769,
              settings: {
                arrows: false,
                slidesToShow: 4,
                slidesToScroll: 1
              }
            }
          ]
     });
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!