bug fix
-
I love your plugin.
But it was not working and I noticed something strange in the output.So in
/includes/shortcodes/psac-recent-post-carousel.php – row 281
/includes/shortcodes/psac-recent-post-slider.php – row 273it was enough removing two ‘ ‘
$image_bg_css = $feat_image ? " background-image: url(
'".esc_url( $feat_image )."'); " : '';so the correct lines are these
$image_bg_css = $feat_image ? " background-image: url(".esc_url( $feat_image )."); " : '';
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bug fix’ is closed to new replies.