[Resolved] Dispatch – homepage top posts titles

Home Forums Support [Resolved] Dispatch – homepage top posts titles

Home Forums Support Dispatch – homepage top posts titles

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1175783
    Lise

    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.

    #1176198
    Lise

    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

    #1176499
    Tom
    Lead Developer
    Lead Developer

    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

    #1176513
    Lise

    OMG! How did I miss adding these 2 hooks. Thank you thank you.
    ๐Ÿ™‚

    #1176526
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.