• Resolved alijoanel

    (@alijoanel)


    Hey everyone,

    I am using the Edu Axis theme for designing my website.

    On the homepage, the number of page slides is 3 and I wanted to know how can I increase it to 9.

    Any help will be greatly appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I recommend asking at https://www.ads-software.com/support/theme/edu-axis#new-post so the theme’s developers and support community can help you with this.

    (moved from “developing wordpress” to “fixing wordpress”)

    Thread Starter alijoanel

    (@alijoanel)

    i will try but I am also thinking of implementing this code:

    
    <script type=”text/javascript”>
    jQuery(document).ready(function($) {
    $(‘.edu-axis-main-slider’).slick(‘unslick’);
    
    $( ‘.edu-axis-main-slider’ ).slick( {
    autoplay: true,
    dots: true,
    fade: true,
    autoplaySpeed: 3000
    });
    });
    </script>
    Thread Starter alijoanel

    (@alijoanel)

    Thanks everyone. I got through.

    I am looking to increase the size of the sliders and change the text alignment on the sliders also.

    Does anyone has any idea?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase the number of slides for Edu Axis Theme on the Homepage’ is closed to new replies.