Archived topic
Displaying Products on the Homepage
21 replies · Started by Georgi on February 2, 2022
Hi Georgi,
The spacing is coming from UAGB. Can you try removing the spacing from there?
Alternatively, you can also add this CSS, however, it would be better to try removing it from there first:
@media (max-width:768px) {
.wp-block-uagb-tabs {
margin:0;
}
.wp-block-uagb-tabs .uagb-tabs__body-wrap {
padding:0;
border: 0;
}
.wp-block-uagb-tabs .uagb-tabs__body-wrap > div{
padding:0;
}
}
Hope this helps! :)
Tysm Fernando, you're gold! 💜
How you have guys showed the blog posts on the homepage with a heading "LATEST ARTICLES" and 3 blog posts with featured images at the same proportions, just like in the Shop library you've made: https://prnt.sc/26sty64
I'm trying and trying but can't get it done at all.
Hi Georgi,
The Latest article section on Shop's homepage is using a plugin called WP Show posts, it's also one of our plugins, but we've decided to merge its function with GenerateBlocks plugin, so I would suggest waiting for the new feature of GB.
Other than WP show posts, you can use WP's core block -- Latest posts block: https://wordpress.org/support/article/latest-posts-block
Thanks, Ying!
May I ask when will the merge of the WP Show posts function with GB to be expected?
Hi Georgi,
You may refer to this with regards to when WP Show Posts and GenerateBlocks is set to Merge: https://wpshowposts.com/weve-made-the-decision-to-merge-wp-show-posts-with-generateblocks/#:~:text=We%E2%80%99re%20slowly%20getting%20closer
As per Tom, "we’re slowly getting closer to an alpha release". Thank you for being patient! :)
Thanks. Forgot to mark this thread as resolved :)
You’re welcome Georgi! Feel free to reach out if you’ll have any further inquiries! :)