• Resolved John

    (@dsl225)


    Is there a limit in free version of the amount of slides?
    I have 5 slides published but only 4 display with Ultimate Showcase theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi John,

    Sorry for the delay in our response. There should be no limit. Are you referring to the slider that shows within the homepage template of The Ultimate Showcase theme? If so, then that, by default, displays up to four slides, which would explain the limit you’re running into.

    If you look in the page-home.php template in the theme files, you’ll see the following line:

    $Options = array('posts' => 4);
    

    You change the 4 in there to set the number of slides you want. We suggest making any changes to a child theme, to make sure future updates don’t overwrite any customization.

    Thread Starter John

    (@dsl225)

    That’s right, this should be at theme support section instead.
    Works fine, many thanks!

    In fact it’s on line 47 and there is no “$Options” string.

    array(
    'posts' => 4,
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Number of slides’ is closed to new replies.