Site logo

[Resolved] Displaying Products on the Homepage

Home Forums Support [Resolved] Displaying Products on the Homepage

Home Forums Support Displaying Products on the Homepage

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #2110320
    Fernando
    Customer Support

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

    #2112444
    Georgi

    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.

    #2113083
    Ying
    Staff
    Customer Support

    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

    #2113845
    Georgi

    Thanks, Ying!

    May I ask when will the merge of the WP Show posts function with GB to be expected?

    #2113882
    Fernando
    Customer Support

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

    #2134710
    Georgi

    Thanks. Forgot to mark this thread as resolved 🙂

    #2135971
    Fernando
    Customer Support

    You’re welcome Georgi! Feel free to reach out if you’ll have any further inquiries! 🙂

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.