• Resolved Andrea Scarfo’

    (@andreascarfo)


    I found a bug on my version (3.1) of the plugin.
    Maybe this had happened as it’s a multisite installation.
    Anyway I found this fix.

    In files

    includes/shortcodes/psac-recent-post-carousel.php
    includes/shortcodes/psac-recent-post-slider.php

    Search “$image_bg_css” and replace the whole row with this:

    $image_bg_css = $feat_image ? " background-image: url(".esc_url( $feat_image )."); " : '';

    while this was causing the bug:

    $image_bg_css = $feat_image ? " background-image: url('".esc_url( $feat_image )."'); " : '';

    The html output was

    <div class="psac-post-image-bg" style=" background-image: url/('https://...'

    Hope this will help.

    The page I need help with: [log in to see the link]

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

    (@pluginandplay)

    Hi @andreascarfo

    Glad to know that you fixed the problem but there is nothing related with multisite installation.

    Can you please let me know what exactly you had changed within the plugin? So I can take a look and try to understand the scenario.

Viewing 1 replies (of 1 total)
  • The topic ‘fixed error – did not displayed featured image’ is closed to new replies.