Sliders on pages

  • Posted in : Responsy WP
  • keithpa
    Participant

    Is it possible to have a slider on any page or are they only available for the home page? If so, how can I add one to another page?

    ahmetsali
    Keymaster

    Hi, yes you can do this by using inline-slider shortcode, please check out Documentation > Shortcodes > slider for more info.

    keithpa
    Participant

    can the images be any size for the slider?

    keithpa
    Participant

    When I create this the slider arrows are not on top of the photos. They are off to the side and the “thumbnails” or photo representations ie: bars below the photos are off center.

    ahmetsali
    Keymaster

    Hi, yes images in the slider can be any size. I didn’t fully understand your last post but if you are experiencing problems about slider, you can provide your related page url.

    keithpa
    Participant

    You can see the problem I am having with the sliders on this page:
    http://snapshotphotobooth.com/test-sliders2/

    How do I position the nav arrows so they are on top of the photos as they should be and are on my home page?

    ahmetsali
    Keymaster

    this happens because your image are not wide enough to fill the slider, here are your options;

    – add wider images

    – or you can use this custom css code;

    .flexslider .slides img {
        width: 100%;
    }
    
    keithpa
    Participant

    Great. where do I put that code?

    ahmetsali
    Keymaster
Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘Responsy WP’ is closed to new topics and replies.