• Resolved consumerista

    (@consumerista)


    Hello.. How’s it going. Great plugin.

    Question, is it possible to reduce the number of circles in the pagination? Currently, there is one circle per page. Makes sense. However, if I want to add 14-20 posts, that’s a very large number of circles. I would like to limit it to a smaller number while keeping the large number of post in the slider.

    Let me know if this is possible with CSS. In the plugin, I see the option to change the color of the circle.

    Many thanks ????

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi

    Sorry for the late reply.

    It is possible to reduce the number of circles in the pagination using the ‘Dynamic Pagination’ or ‘Slide to Scroll’ option but these options are not available in the lite version.

    However, you can reduce the number of circles in the pagination by using the following CSS by going to Smart Post Show > Settings > Custom CSS.

    .pcp-pagination span.swiper-pagination-bullet {
        display: none
    }
    .pcp-pagination span.swiper-pagination-bullet:nth-of-type(4n+1) {
        display: inline-block;
    }

    After adding CSS, let us know if the CSS works or not.

    Thread Starter consumerista

    (@consumerista)

    Works perfectly.

    Thank you

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @consumerista,

    Nice to hear that the CSS works perfectly.

    If you are happy with the plugin and support, please share your experience in the review section.

    Have a nice day!

    Thread Starter consumerista

    (@consumerista)

    I did already. 5 stars.

    Thanks

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @consumerista,

    Thank you so much for your amazing review.

    Your each and every word will motivate us to keep doing the hard work and provide the best support as promised.

    Have a great day!

    Thread Starter consumerista

    (@consumerista)

    Thank you for the amazing plugin

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Editing The Pagination’ is closed to new replies.