Site logo

Archived topic

Home Page Blog Layout

15 replies · Started by Matt on November 23, 2020

Viewing posts 1–15 of 16

Hi,

I'm using the blog layout for the homepage in 3 columns (Marketer theme), is it possible to have a featured post that stays at the top on its own in a wider block? I've tried the setting that has the latest post at the top, but that still has the next post alongside it. Could a static page be created and the blog columns sit in that?

Also in each post column on the home page, can I make the text closer to the image, as there's a big gap?

If you could let me know, that would be great.

Kind regards

Matt

Hi there,

Any chance you can link us to the site in question?

You can use the private information field.

Let me know :)

Hi Leo,

Link in the private section

Hi,

The site seems to be in maintenance mode.

Can you temporarily disable it so we could check? Thank you. :)

Hi Elvin,

Try now.

Thanks

Hi there,

try adding this CSS:

@media(min-width: 769px) {
    .generate-columns-container:not(.masonry-container) .generate-columns:first-child,
    .generate-columns-container:not(.masonry-container) .generate-columns:first-child .post-image img {
        width: 100%;
    }
}

Hi, thanks for the reply, I added the code, and it did work, although it didn't look very good with the top box full screen.

Is there any way of doing like the site I've attached in the private information box? If not the 3 latest stories boxes, can the latest stories title be added then separated with a more stories header/divider?

Hi,

To clarify: You want to replicate the "latest stories" boxes?

Consider using one of our Site Library template, "Dispatch".
https://gpsites.co/dispatch/

It's pretty close to the reference site. You can disable the secondary navigation and edit the page to add in the "more stories" divider.

Hi Even,

Would changing the template keep all my existing settings and content?

I'm quite happy with the Marketer template if I can some kind of title/label to the highlighted first article that would be great if that's doable?

cheers

Would changing the template keep all my existing settings and content?

It will change some settings in the customizer and add necessary Elements and contents but it won't remove the pre-existing ones.

I’m quite happy with the Marketer template if I can some kind of title/label to the highlighted first article that would be great if that’s doable?

To add something similar to the "latest stories" box highlight, you may have to make the homepage a static page and place an absolute positioned(custom CSS) headline w/ background color along with a blog post list like WP Show posts within a container block to achieve the same effect.

Using the default setting where the homepage is the blog page is too limiting as it doesn't exactly let you freely style or rearrange the layout.

Here's a sample - https://share.getcloudapp.com/xQuYew90

OK great, thanks for that. Do you have a copy of the CSS code that I can use? I take it I can still have the blog updating underneath on a static page?

Hi David, thanks for that.

I've been reading through the Dispatch topics, and it's says it should be used on a clean WP install.

How would that work regarding swapping it out with the Marketer layout on my pre existing WP install?

I would recommend moving your current site to a staging site, then importing Dispatch.
You will then need to manually change those elements that Dispatch Imported, such as logo/branding, navigation menus, and any WP Show Posts lists ( if necessary ). Then delete the other dummy content that Dispatch imported.

Once you're happy with the changes you can push the Staging to your live site.

Hi David, You were right, it was definitely complex. I couldn't get it to work properly, so I've reverted back to Marketer. Maybe I'll have another go once I learn more about editing code etc.

Thanks for your time anyway.

This archived topic is closed to new replies.