Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1060103
    Eric M
    Participant

    Can you tell me what setting is causing the blog post to overlap in the second column of this blog?

    #1060104
    Eric M
    Participant
    This reply has been marked as private.
    #1060113
    Christian
    Moderator

    Hey Eric,

    Can you give us more details or clarification by what you mean by ” blog post to overlap in the second column “?

    Thanks.

    #1061492
    Eric M
    Participant

    look at the page and you will see it. its pretty obvious

    #1061527
    Paul R
    Moderator

    Hi 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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1062191
    Eric M
    Participant
    This reply has been marked as private.
    #1062693
    Lely
    Moderator

    Hi 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.

    #1063941
    Eric M
    Participant

    didnt work

    #1064365
    Christopher
    Moderator

    Hi 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.

    #1067270
    Eric M
    Participant

    didnt work

    #1067856
    Rad
    Moderator

    Hi 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!

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