Tagged: x
-
AuthorPosts
-
June 26, 2016 at 9:08 am #1060103
Eric MParticipantCan you tell me what setting is causing the blog post to overlap in the second column of this blog?
June 26, 2016 at 9:08 am #1060104
Eric MParticipantThis reply has been marked as private.June 26, 2016 at 9:17 am #1060113
ChristianModeratorHey Eric,
Can you give us more details or clarification by what you mean by ” blog post to overlap in the second column “?
Thanks.
June 27, 2016 at 8:42 am #1061492
Eric MParticipantlook at the page and you will see it. its pretty obvious
June 27, 2016 at 8:58 am #1061527
Paul RModeratorHi Eric,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
June 27, 2016 at 4:14 pm #1062191
Eric MParticipantThis reply has been marked as private.June 27, 2016 at 11:29 pm #1062693
LelyModeratorHi Eric,
I can see a console error. This might be the cause of the issue. See attached screenshot.
Please go to Appearance > Customize > Layout and Design : Choose Image for both Background Image and Background Pattern and then click Save. Then remove this background images again. This will reset those settings. Then please also try to clear cache before checking the blog page again. Hope this helps.June 28, 2016 at 5:18 pm #1063941
Eric MParticipantdidnt work
June 29, 2016 at 1:11 am #1064365
ChristopherModeratorHi there,
The issue is caused by your custom CSS.
Please find this code :
.entry-content.excerpt p { margin-bottom: 0; margin-top: 20px; float: left; }And update it to :
.entry-content.excerpt p { margin-bottom: 0; margin-top: 20px; width: 100%; display: block; clear: both; }Hope it helps.
June 30, 2016 at 3:24 pm #1067270
Eric MParticipantdidnt work
June 30, 2016 at 10:24 pm #1067856
RadModeratorHi Eric,
The issues are loading images. Images are loaded late than isotope calculation. It needs to recalculate it when images are fully loaded. Please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery( function( $ ) { $ ( window ).load ( function() { $(this).resize(); } ); } );Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1060103 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
