Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nks

    (@nik00726)

    hello

    When you add image from featured slider it will add image order as 0.after that you can change image order from slider manage images to whatever you want.

    Thanks

    Thread Starter Gillbergh

    (@gillbergh)

    I know how to change the display order.

    I want the plugin to add the featured image to display order #1 and change the display order of the other’s that were 1,2,3… to 2,3,4… any solution?

    Plugin Author Nks

    (@nik00726)

    Hello

    This featured is already there just way to use it..

    example
    Suppose that you have slider images with order 1,2,3,4..

    Now when you add new image with featured image feature at that time it will add image order to 0. So now the order is something like this 0,1,2,3..
    ——————————————-
    Why it is not working for you is you have to set some initial order to older image.If all images have 0 order then it will not works.

    Thanks

    Thread Starter Gillbergh

    (@gillbergh)

    I have many images and I do not want to go through each one and give it an order value. I want the most recent image to appear on the left and then have images appear in descending order by date.

    Thread Starter Gillbergh

    (@gillbergh)

    found a solution for this

    in line 2411 of the plugin:
    $query="SELECT * FROM ".$wpdb->prefix."responsive_thumbnail_slider where slider_id=".$settings['id']." order by image_order";

    i changed to:
    $query="SELECT * FROM ".$wpdb->prefix."responsive_thumbnail_slider where slider_id=".$settings['id']." order by id desc";

    Maybe in an update you can add an option to “Order by:” Most recent or oldest

    Thanks for your support and prompt replies!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add Featured image to the front of slider’ is closed to new replies.