- This topic has 16 replies, 4 voices, and was last updated 3 years, 1 month ago by
Ying.
-
AuthorPosts
-
February 13, 2023 at 11:52 am #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 imageFebruary 13, 2023 at 11:58 am #2531986Ying
StaffCustomer SupportHi 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/u0sh0FbJ7t2TWhat are you expecting them to be?
Let me know 🙂
February 13, 2023 at 12:07 pm #2532006eran
They are not.
It’s only on the blog page.
And this is what I see when I edit the footer block
February 13, 2023 at 12:13 pm #2532020Leo
StaffCustomer SupportI’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?
February 13, 2023 at 12:18 pm #2532025eran
That’s what happened when I disabled all the plugins.
I added the image in private message.
February 13, 2023 at 12:19 pm #2532028eran
Plus I don’t remember updating the generateblocks plugin to the new update with the flex options.
February 13, 2023 at 12:20 pm #2532030Leo
StaffCustomer SupportThat’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.February 14, 2023 at 10:46 am #2533285eran
Yes, I added the staging site in the private message
February 14, 2023 at 3:21 pm #2533509Ying
StaffCustomer SupportCan you go to customizer > layout > blog, and uncheck the
Display posts in columnsoption?Let me know!
February 14, 2023 at 9:53 pm #2533649eran
It worked. But then it shows my posts in the blog 1 by 1 instead of a column of 3 posts in a row
February 14, 2023 at 9:58 pm #2533651Fernando Customer Support
Hi Eran,
Can you re-check this setting?:
Display posts in columnsI’ll check what’s going on with the footer.
February 14, 2023 at 10:01 pm #2533652eran
It is checked.
February 14, 2023 at 10:06 pm #2533654Fernando 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?
February 15, 2023 at 8:38 am #2534384eran
you can see it now in the stagging website
February 15, 2023 at 10:25 am #2534499Ying
StaffCustomer SupportCan 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; } ); -
AuthorPosts
- You must be logged in to reply to this topic.