• Hi there,

    I am using GP Premium, WPSP free and Generate Blocks. Container, Grid, Button, Headline is great to deal with but after using the new Headline-Block WP Show Posts does not seem to refer to the new H1, H2 … tags.

    Hiding a title within WPSP still shows the title after reloading a page. Selecting the title option and chosing any of the display options (from H1 to span) shows titles only as H1. Which is far too big for i.e.display on a sidebar.

    1. Is there any solution for this?
    2. Would there be a solution if I bought WPSP Premium?
    3. Could I try GP elements/hooks for displaying posts in a sidebar?

    Many thanks
    Volker

    • This topic was modified 3 years, 2 months ago by Volker.
    • This topic was modified 3 years, 2 months ago by Volker.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi Volker,

    I’m not sure I fully understand what you mean.

    I’ve checked the page you’ve linked and I don’t see any WPSP list in it.

    Hiding a title within WPSP still shows the title after reloading a page.

    That’s strange. Unchecking “Include title” on WPSP setting’s Content tab completely removes the title from being rendered from the back end. There’s no chance of it showing up on the frontend if it’s unchecked.

    Can you link me to a sample page with this occurring?

    Thread Starter Volker

    (@volker02)

    Hi, thanks for getting in touch.

    https://mittelrhein-text.de/bachelor-masterarbeit-textmenge-erhoehen

    Please scroll down until read headline “Weiterlesen im Blog (read more in blog)” shows up.

    Whats coming after this is called by shortcode [wp_show_posts id=”3470″]
    “Include title” is unchecked.

    Thanks again

    Volker

    Plugin Support Elvin

    (@ejcabquina)

    Ah that one you see is actually the content of the post.

    Your posts seem to have its titles added as part of the content.

    WPSP isn’t able to discern that. It only pulls the content of the post and since your title is added as a content of the post, it gets pulled along with the other contents on WPSP list’s wp-show-posts-entry-content part.

    The easy workaround to remove it is this CSS:

    .wp-show-posts-entry-content h1.gb-headline:nth-of-type(1) {
        display: none;
    }

    But I’d suggest not having the post’s title as part of the content. Else, every other post grid plugin or post loop that pull the content will show it.

    Thread Starter Volker

    (@volker02)

    Understand. I did that to replace wordpress standard h1 post titles with Generate Blocks titles.

    To do so, in Generate Press I am using a Layout-Hook which deactivates wordpress standard h1 blog titles.

    I will change that to standard again and try to find another way to style h1 blog titles. Show Posts is very much appreciated.

    Thanks for your help.

    Plugin Support Elvin

    (@ejcabquina)

    No problem. glad to be of any help. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict WPSP, GP Premium and GenerateBlocks’ is closed to new replies.