Site logo

Archived topic

Duplicate Dynamic Buttons

5 replies · Started by Sascha on November 8, 2022

Viewing posts 1–6 of 6

Hi

please, allow me to handle this request here, since I use both GPP & GBP and would like to keep all my support tickets here.

On this site, I have added a button with a global style applied, within a query-block.

As you can see on this screenshot, the button is placed only once, but on frontend 2 versions of the button occur.

Can you please help me to troubleshoot this behaviour? Admin-Login in private-info-field.

Thank you in advance and kind regards,
Sascha

Hi there,

Edit your query loop - select the Headline Block that is set to display the Excerpt, and in its Dynamic Data settings unchecK: Use default more link

Thanks David, good to know that the default "more" link will be shown too!

So now, I have removed the button and left the Use default more link setting checked.

How can I increase the space between the "more" button and the excerpt, but cannot figure out how.

Can you please point me to the right direction?

And also, since the latest GP update we're able to create a proper Loop-Element for the Blog. I haven't applied this new method on this site, but wonder, how the query-loop "excerpt" data will display the "more" button. Couldn't find info on the docs yet …

Thank you in advance and kind regards,
Sascha

Try this CSS:

.entry-summary p.read-more-container {
    margin-top: 50px;
}

, how the query-loop “excerpt” data will display the “more” button.

The headline block with dynamic option (post excerpt)in the query loop block also has the use the default more link option.

I have applied the CSS via Customizer, but it has no effect. Can you please check?

Try this:


.read-more-container {
    margin-top: 50px;
}
This archived topic is closed to new replies.