Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello Airone,

    I just had the same question and was looking in the code to find where and how this was set.

    Easy Answer, and possibly an annoyance for some people, it is set in

    Settings > Reading > Blog pages to show at most

    Set the number of “posts” here to the maximum number of slides you would like to see.

    Awesome plugin!
    Thank you,
    =-)

    Thread Starter Airone

    (@airone)

    Hey Jandal,
    much thanx!

    It works, but it isn’t really the best solution. This should be in the plugin’s settings only!

    Maybe next realease?!?
    Peace.

    alexandruv

    (@alexandruv)

    OMG!

    It drove me nuts – was looking for this.
    However this is not OK, it should be a plugin setting!

    Thanks Jandal!

    Once again I regret not being a PHP expert.

    It seems a workaround would be to save the maximum_pages value, redefine it to some higher number, and then restore it at the end of the plugin.

    I did a google, and it looks like the value is: posts_per_page

    I gave it a shot, but it didn’t work. At the top of responsive-slider.php, I put:

    $temppp = $posts_per_page;
    $posts_per_page = 10;

    and at the bottom I put:
    $posts_per_page = $temppp;

    But I still got only two slides, the setting in Reading.

    Thanks Jandal, Thanks to author for great plugin.

    Anonymous User 11480689

    (@anonymized-11480689)

    i using travel blue theme!
    i tried set number post more but it only show 5 images?
    how to?
    regard!

    Plugin Author Griden

    (@griden)

    The plugin now ignores that setting and should display all slides. Simply update it if you are using an older version.

    No, sorry, I’ve installed the newest version (0.1.8), but the slider shows only as much pictures as I have set here: Settings > Reading > Blog pages to show at most.

    Thats curious. Could anybody help me?

    My blogs URL: https://www.velofahrer.ch

    Thanks, Dominik

    Plugin Author Griden

    (@griden)

    Something (the theme or a plugin) might be modifying the main query. It’s just a guess, but you can try disabling plugins and/or switching to another theme to see if this is the case.

    I use the responsive theme and am limited to ‘3’ slides.

    Could this be amended somehow please!

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Responsive Slider] How to set the number of images?’ is closed to new replies.