• Hi,

    I really like this theme. ?? I have one small question, how do I add more slides? Per default it’s set to 4 slides, but I would like more.

    Is this possible? If so, how?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi. I have the same need.

    I’m trying…

    Modified the file /wp-content/themes/i-excel/inc/custom_functions.php

    I increased to 10 on line 45 (+/-)
    for( $slideno=1; $slideno<=10; $slideno++ ){

    And on /wp-content/themes/i-excel/nx_customizer.php
    Replicate the section
    $wp_customize->add_section(‘slide5’, array(
    ‘title’ => __(‘Slide 5’, ‘i-excel’),
    ‘description’ => ”,
    ‘panel’ => ‘slider’,
    ‘priority’ => 140,
    ));
    Putting ‘slide5….slide10

    After that, it shows 10 bullets on the front page BUT don’t show the slide 5 to 10 on the admin area.

    Any idea?
    BTW, great theme!

    Sorry, I didn’t read the entire questions. I’m using the Itrans Slider and now I can have 10 slides.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add more slides’ is closed to new replies.