• i select “Image Source” = “Category” and “Grab Post Image” = “First” and then first image at last post view in slider but doesn’t slide images.
    But when i select “Featured” for “Grab Post Image” all thing is right;
    Thus I solve this problem by change line:1037 in vslider.php

    This code:

    <div style="background: url(<?php echo $img_url; ?>) no-repeat;<?php echo "width:" . $options['width'] . "px; height:" . $options['height'] . "px;"; ?>" alt=""></div>

    Should replace with:

    <img src="<?php echo $img_url; ?>" alt="" />

    thanks for this brilliant plugin ??

    https://www.ads-software.com/extend/plugins/vslider/

Viewing 1 replies (of 1 total)
  • Plugin Author wpthemes

    (@wpthemes)

    Thanks for the update.
    ??
    cheers.

    We’re planning to migrate vSldier from coinslider to flexslider for responsive slider support. Would welcome your thoughts on this.

Viewing 1 replies (of 1 total)
  • The topic ‘I've problem when "Image Source" is "Category" and "Grab Post Image&am’ is closed to new replies.