Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Rashmita

    (@rashmita)

    Please help…

    Plugin Author YITHEMES

    (@yithemes)

    you can try to obtain it with some css style rule.

    Thread Starter Rashmita

    (@rashmita)

    Thanks for the reply.

    I did some customization in css but it can’t be done by doing that only.

    I realize that its not too much difficult after making it as per my requirement. It requires a small setting in the slider options. Currently I have added it in the existing file as the hard code but you can make it dynamic by adding the option in the plugin settings.

    Only the thing to do is, set Direction to ‘up’ and give appropriate keys for navigation. For Ex. up and down

    Here is the snapshot of the modified code.
    sliderOptions: {
    direction: ‘up’,
    debug: false,
    auto: false,
    prev : {
    button : “#slider-prev”,
    key : “up”
    },
    next : {
    button : “#slider-next”,
    key : “down”
    },
    …….

    I hope this will help some one like me.

    ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider below the featured image’ is closed to new replies.