Site logo

Archived topic

Dispatch - homepage top posts titles

4 replies · Started by Lise on February 24, 2020

Viewing posts 1–5 of 5

Hi there.

I have installed the Dispatch theme temporarily on a test site and it works great. Now I copied all the CSS, and copied all the WP Show post settings, all the show posts lists and all the elements.

On my homepage, I copied also what is on the Dispatch homepage in my Wordpress blocks.

I've been trying for hours now to fix the post headings at the top in the header that show after the post images and not on top of it. They are in white now so you only see the white space.

Thanks for your help.

I think maybe my question was missed...I really need to know why the post headings are showing below post images instead of on top of them, like the homepage header grid.

Thanks

Hi there,

Do you have the "WPSP Open Wrapper" and "WPSP Closing Wrapper" Elements in "Appearance > Elements"?

If not, you need to create them:

1. Add a new Hook: https://docs.generatepress.com/article/hooks-element-overview/
2. Add the content:

<div class="wpsp-content-wrap">
	<!-- Openeing wrapper -->

3. Set the hook to "Custom Hook" and use this hook: wpsp_before_header
4. Set priority to 15
5. Set Display Rules to Entire Site.

Then, add another hook:

1. This content:

<!-- Close WPSP Wrapper -->
</div>

2. Custom Hook: wpsp_after_content
3. Priority: 15
4. Entire Site

OMG! How did I miss adding these 2 hooks. Thank you thank you.
:)

You're welcome :)

This archived topic is closed to new replies.