• I would like to change the circle pagination to numbers. The code below was in a thread from three years ago and is not working.

    The code below, I added to the functions.php.

    function easingslider_numbered_pagination( $slideshow ) {
        ?>
            <div class="easingsliderlite-pagination <?php echo esc_attr( $slideshow->navigation->pagination_position ) .' '. esc_attr( $slideshow->navigation->pagination_location ); ?>">
                <?php foreach ( $slideshow->slides as $index => $slide ) : ?>
                    <div class="easingsliderlite-icon inactive" style="background-image: none !important;"><?php echo ( $index + 1 ); ?></div>
                <?php endforeach; ?>
            </div>
        <?php
    }
    add_action( 'easingsliderlite_pagination', 'easingslider_numbered_pagination' );

    Thank you in advance for your help!
    Katie

    https://www.ads-software.com/plugins/easing-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter katiefanning

    (@katiefanning)

    Hi Matthew,

    Any insight you could provide to show numbers using the code above?

    Thank you,
    Katie

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @katiefanning, unfortunately this isn’t trivial anymore due to changes in our scripting since that code was posted. A necessary evil for the direction Easing Slider has taken over time. Hopefully will investigate the possibility of this again in future. Apologies for the inconvenience.

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