Activity

  • Tobias replied to the question Blur half of "bb-cover-photo" in the forum Boss. theme 8 years, 9 months ago

    Thanks TJ! So, now my code looks like this:

    <div class="outerblur">
    <div class="testblur">
    <?php
    //output cover photo without upload button
    $cover_photo = buddyboss_cover_photo_get($object,$object_id);
    $actual_photo = wp_get_attachment_image_src($cover_photo["attachment"],"full");
    echo $actual_photo[0];
    ?>
    </div>
    </div>

    But I can’t see any image placed into the code (see screenshot of firefox developer info):