Site logo

[Support request] why my footer in the blog look like this?

Home Forums Support [Support request] why my footer in the blog look like this?

Home Forums Support why my footer in the blog look like this?

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #2531980
    eran

    Hi,

    Why does my footer in the blog have 3 columns?
    I added the URL in the private message plus I added a image

    https://imghostr.com/9c9690_zok

    #2531986
    Ying
    Staff
    Customer Support

    Hi there,

    Each of the Grid blocks is set to 33.3% in width, so they are supposed to be in 3 columns.
    https://www.screencast.com/t/u0sh0FbJ7t2T

    What are you expecting them to be?

    Let me know 🙂

    #2532006
    eran

    They are not.

    It’s only on the blog page.

    And this is what I see when I edit the footer block

    https://imghostr.com/3e7e89_3va

    #2532020
    Leo
    Staff
    Customer Support

    I’m seeing the exact same thing as Ying as well.

    Are you sure the screenshot above is for the desktop view edit?

    If that’s indeed the case, can you disable all plugins except GP Premium and GenerateBlocks to eliminate any odd conflicts?

    #2532025
    eran

    That’s what happened when I disabled all the plugins.

    I added the image in private message.

    #2532028
    eran

    Plus I don’t remember updating the generateblocks plugin to the new update with the flex options.

    #2532030
    Leo
    Staff
    Customer Support

    That’s what happened when I disabled all the plugins.

    I’ve cleared by browser cache but still not seeing this being done – a screenshot doesn’t help in this case.

    Can you start a staging site so we can go through some proper debugging?
    We have not had any other reports on this so it’s likely something specific to your install.

    #2533285
    eran

    Yes, I added the staging site in the private message

    #2533509
    Ying
    Staff
    Customer Support

    Can you go to customizer > layout > blog, and uncheck the Display posts in columns option?

    Let me know!

    #2533649
    eran

    It worked. But then it shows my posts in the blog 1 by 1 instead of a column of 3 posts in a row

    #2533651
    Fernando
    Customer Support

    Hi Eran,

    Can you re-check this setting?: Display posts in columns

    I’ll check what’s going on with the footer.

    #2533652
    eran

    It is checked.

    #2533654
    Fernando
    Customer Support

    Did it change? It’s still looking like this from my end?: https://share.getcloudapp.com/RBuBg147

    Is yours displayed in columns again now?

    #2534384
    eran

    you can see it now in the stagging website

    #2534499
    Ying
    Staff
    Customer Support

    Can you try adding this PHP snippet?

    add_filter( 'post_class', function( $classes ) {
    	if ( ! is_admin() && in_array( 'gb-query-loop-item', $classes ) ) {
    		$index = array_search('generate-columns',$classes);
    if($index !== FALSE){
        unset($classes[$index]);
    }
    		
    	}
    
    	return $classes;
    } );
Viewing 15 posts - 1 through 15 (of 17 total)
  • You must be logged in to reply to this topic.