• Resolved Andrea Scarfo’

    (@andreascarfo)


    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 273

    it 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)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @andreascarfo

    Sorry, I did not get your point correctly. Why you want to remove these lines? I have checked the plugin Post Slider and Post Carousel is working perfectly on my local.

    The above line is just to add the slider image as a background image.

    Please elaborate your case a little more with exact error so I can get your point and try to understand the scenario.

Viewing 1 replies (of 1 total)
  • The topic ‘bug fix’ is closed to new replies.