Site logo

[Resolved] Duplicate Dynamic Buttons

Home Forums Support [Resolved] Duplicate Dynamic Buttons

Home Forums Support Duplicate Dynamic Buttons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2406642
    Sascha

    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

    #2406697
    David
    Staff
    Customer Support

    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

    #2406941
    Sascha

    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

    #2406990
    Ying
    Staff
    Customer Support

    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.

    #2407691
    Sascha

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

    #2407860
    David
    Staff
    Customer Support

    Try this:

    
    .read-more-container {
        margin-top: 50px;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.