• Resolved Ov3rfly

    (@ov3rfly)


    Theme version 2.9.9.62, inc/ansar/hooks/blocks/block-banner-list.php

    Closing > missing if post has no featured image (post thumbnail) set:

    <div class="mg-blog-post lg back-img" 
    <?php if (!empty($newsup_url)): ?>
    	style="background-image: url('<?php echo esc_url($newsup_url); ?>');">
    <?php endif; ?>

    Suggested fix:

    <div class="mg-blog-post lg back-img" 
    <?php if (!empty($newsup_url)): ?>
    	style="background-image: url('<?php echo esc_url($newsup_url); ?>');"
    <?php endif; ?>>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themeansar

    (@themeansar)

    Hi,

    Thanks for contacting us,

    Thanks for mention this issue, we will fixed this issue ASAP and update the theme,

    Thanks

    Theme Author themeansar

    (@themeansar)

    Hi,

    Fixed this issue,

    Please update a theme,

    Any confusion lets know

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug in block-banner-list.php’ is closed to new replies.