Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1406773
    apheleiarestaurants
    Participant

    Hi,

    I’ve looked through all former related posts imaginable and I can’t fix my problem.

    I have this inside a text widget under Main Sidebar: [recent_posts type=”post” count=”4″ orientation=”vertical”]

    Attached is screenshot of resulting sidebar. I did set a featured image. Image won’t show.

    Thank you.

    #1406787
    apheleiarestaurants
    Participant
    This reply has been marked as private.
    #1406944
    Jade
    Moderator

    HI there,

    This code is causing the issue:

    .x-recent-posts.vertical .has-post-thumbnail .x-recent-posts-img {
        float: left!important;
        max-width: 105px!important;
        margin-right: 9px!important;
    }

    Kindly remove it and try this:

    .single .hentry .entry-wrap {
        position: relative;
    }
    
    .x-recent-posts .x-recent-posts-content {
        position: absolute;
        top: 0;
        background-color: #fff;
    }

    Hope this helps.

    #1406949
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have added the below code (screenshot – http://prntscr.com/ejy4fk ) that’s causing the issue :

    .x-recent-posts.vertical .has-post-thumbnail .x-recent-posts-img {
    	float: left !important;
    	max-width: 105px !important;
    	margin-right: 9px !important;
    }

    Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.

    Hope this makes sense.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1406773 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>