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

172
Views
Swiper arrows not visible and pagination is shot off of the bottom of the page (not the bottom of the slides)

I enabled swiper for the page that I am building and I have the following settings for it:

  const swiper3 = new Swiper('.ingredients-swiper', {
    grabCursor: true,
    direction: 'horizontal', 

    pagination: {
      el: '.swiper-pagination',
    },

    navigation: {
      nextEl: '.swiper-button-next',
      prevEl: '.swiper-button-prev',
    },

    scrollbar: {
      el: '.swiper-scrollbar',
    },
  });

These are basically the default settings that I have copy/pasted from the get started page of Swiper.

The problem is that the pagination controls and arrows are nowhere to be found.

Arrows have display: none and pagination is set to the bottom, but the bottom of the screen, and not the bottom of the slides.

A live preview can be seen here:

https://www.bangcookies.com/pages/ingredients?preview_theme_id=120521556066

I have followed the structure as described in the documentation:

<div class="ingredients-swiper">
  <div class="swiper-wrapper">
    <div class="swiper-slide"></div>
    ...restofslides...
  </div>
  <div class="swiper-pagination"></div>

  <!-- If we need navigation buttons -->
  <div class="swiper-button-prev"></div>
  <div class="swiper-button-next"></div>

  <!-- If we need scrollbar -->
  <div class="swiper-scrollbar"></div>
</div>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I took a brief look at your example. Site looks very nice. When i adjusted your arrows from display:none to display:inline block your arrows will now appear.

Then your absolute positioning needs to be adjusted. In .swiper-button-next, .swiper-button-prev { }

Remove the top:50% and your arrows will display at the bottom or adjust as you need

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!