- This topic has 14 replies, 3 voices, and was last updated 3 years, 3 months ago by
Ying.
-
AuthorPosts
-
April 3, 2022 at 11:23 am #2176696
Nick
Hello,
I have 2 questions:
1. How can I add content on my website below the featured image blocks? (see private info for website url)
2. How do I fix that all the featured image blocks are the same size? The first 2 have a different size.
Thank you!
April 3, 2022 at 12:36 pm #2176753Ying
StaffCustomer SupportHi Nick,
1. You can’t really edit your homepage like a static page as it’s the blog which is an index page, it’s generated automatically by WordPress.
If you want to add content below the page hero, you can directly add the content to the block element, it will become part of the page hero.
2. Try add this CSS:
.dynamic-content-template > .gb-container, .dynamic-content-template > .gb-container >.gb-inside-container { height: 100%; display: flex; flex-direction: column; } .dynamic-content-template > .gb-container >.gb-inside-container > *:last-child { margin-top: auto; }
April 4, 2022 at 11:45 am #2177897Nick
Ok thanks. 2nd worked! Do you know how to create a static page where I also can share my last messages on in the bottom section?
April 4, 2022 at 12:07 pm #2177918Ying
StaffCustomer SupportDo you know how to create a static page where I also can share my last messages on in the bottom section?
Not sure what you mean by this. Which messages? On blog page?
April 5, 2022 at 7:44 am #2178687Nick
I just want to show a static homepage where I can put homepage content on, also I want to show the latest messages on the homepage. Is this possible?
April 5, 2022 at 7:54 am #2178876Nick
I’ve attached a screen, I want content in the marked black circle, is this possible?
April 5, 2022 at 8:05 am #2178890David
StaffCustomer SupportI just want to show a static homepage where I can put homepage content on, also I want to show the latest messages on the homepage. Is this possible?
Hi there,
today you would need to use the core Query Loop block to add the posts to a static home page.
In the next week we will release the Alpha version of the latest GenerateBlocks, which will have its own Query Loop block with the same styling controls as the Block ElementApril 5, 2022 at 8:42 am #2178930Nick
Hey David,
Ok sounds great!
April 6, 2022 at 1:40 am #2179525David
StaffCustomer SupportYou’re welcome
April 14, 2022 at 8:00 am #2188856Nick
Hi David,
Is the query loop block available now? How do I implement it so I can make my homepage a static page?
April 14, 2022 at 10:39 am #2188987Ying
StaffCustomer SupportHi Nick,
GP’s query loop block is still not available at this time.
Thanks for your patience.
May 25, 2022 at 7:23 am #2232182Nick
Hi,
Are the loop blocks already available?
May 25, 2022 at 9:48 am #2232508Ying
StaffCustomer SupportYes, it’s available now, the download link is in this article:
https://generateblocks.com/generateblocks-1-5-dynamic-data-query-loops-image-blocks/May 28, 2022 at 5:53 am #2236045Nick
Hi,
I just want a footer section like this site: https://www.eerstziendanbetalen dot nl
May 28, 2022 at 11:41 am #2236372Ying
StaffCustomer SupportHi Nick,
You can use a block element – site footer to create custom footer:
https://docs.generatepress.com/article/block-element-site-footer/And for more questions, can you open new topics?
Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.