flexo-slider.php
dirresult is returning the wrong result for people that have their wordpress in a sub folder...
EX
IMAGE LOCATION =
domainroot/wplocation/wp-content/gallery/frontslider/image.jpg
-----------------------------------------------------
~line7
$dirresult = $wpdb->get_results($query);
echo "
";print_r ($dirresult[0]);echo "";
RESULT =
stdClass Object
(
[path] => wp-content/gallery/frontslider
)
------------------------------------------------------
Correct location of the image is
wplocation/wp-content/gallery/frontslider
dirresult should use wp_get(home) to find correct location in front of wp-content/