• Resolved xpinx2pin

    (@xpinx2pin)


    Hi,

    when i use featured video plus plugin, featured image of posts doesn’t show.

    would you help, please

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author MyThemeShop

    (@mythemeshop)

    Please let us know your site link.

    Thread Starter xpinx2pin

    (@xpinx2pin)

    hi, i’m already fixed it by myself

    the change is on index file
    from
    <?php echo '<div class="featured-thumbnail">'; the_post_thumbnail('featured',array('title' => '')); echo '</div>'; ?>
    to
    <?php echo '<div id="featured">'; the_post_thumbnail('featured',array('title' => '')); echo '</div>'; ?>

    and on style.css
    from

    #featured-thumbnail {
        float: left;
        width: 100%;
    }

    to

    #featured {
        float: left;
        width: 100%;
    }

    Theme Author MyThemeShop

    (@mythemeshop)

    Great, thanks for sharing ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image with featured video plus integration’ is closed to new replies.