Tagged: x
-
AuthorPosts
-
March 14, 2017 at 12:09 pm #1406773
apheleiarestaurantsParticipantHi,
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.
March 14, 2017 at 12:12 pm #1406787
apheleiarestaurantsParticipantThis reply has been marked as private.March 14, 2017 at 1:47 pm #1406944
JadeModeratorHI 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.
March 14, 2017 at 1:50 pm #1406949
RupokMemberHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1406773 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
