[Resolved] Blogpage and excerpt posts

Home Forums Support [Resolved] Blogpage and excerpt posts

Home Forums Support Blogpage and excerpt posts

Viewing 11 posts - 31 through 41 (of 41 total)
  • Author
    Posts
  • #1148911
    Bram

    Yes Tom, the alignment only seems to work in the blogpage(the excerpt) and not on the page of the article.

    Kind regards
    Bram

    #1149558
    Tom
    Lead Developer
    Lead Developer

    Have you changed the option within the “Posts” tab seen in the screenshot here?: https://docs.generatepress.com/article/adjusting-the-featured-images/

    #1149822
    Bram

    I think I forgot to submit.
    Again, Thanks Tom, you are right, there are three different options.

    Now I have one question more:
    Down on my two postpages there is the leave reaction field.

    Under: Plaats een reactie
    there is:
    Ingelogd als rickmoeliker. Uitloggen? I want to disable or edit that. But I cannot find where to do it.
    Not in the customizer,nor the editor.

    Kind regards
    Bram

    #1149909
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this filter:

    add_filter( 'comment_form_default_fields', function( $field ) {
        unset( $fields['logged_in_as'] );
    
        return $fields;
    } );

    Let me know 🙂

    #1150068
    Bram

    Hi Tom, I am very sorry but I do not know where to place this filter.
    Extra CSS gives: unexpected token, as mistake.

    Kind regards
    Bram

    #1150123
    David
    Staff
    Customer Support

    The code is PHP – this document explains:

    https://docs.generatepress.com/article/adding-php/

    #1150137
    Bram

    Thank you David, but in the meantime I ran into that article and already had installed Code snippets.

    I also copied and pasted the code:

    add_filter( ‘comment_form_default_fields’, function( $field ) {
    unset( $fields[‘logged_in_as’] );

    return $fields;
    } );

    But the line I wanted to disable or to edit is still there!
    (Probably the line is linked to the profile of the website and the log-out function of the dashboard of the website.)

    Kind regards,
    Bram

    #1150515
    Bram

    Hi David, I think I found out, I am only seing this line when I am in admin modus.
    When I am logged out, the line is gone. Sorry for this.

    One question left:
    I am using rounded buttons. Is it possible to edit the button down the reaction field?

    Kind regards,
    Bram

    #1150727
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

    button, html input[type=button], input[type=reset], input[type=submit] {
        border-radius: 20px;
    }
    #1167832
    Bram

    Hi Tom,

    A new subject came up:
    By adding a categorie (Geestkracht) for my two posts on the page editor, I found that by clicking on that categorie on the homepage, or elswhere in the footer, a page Geestkracht opened with blank headerbackround.
    Is this actually a new page that you have add a new header for? Or simply use the header options in elements (dislplay rules location)?

    Kind regards
    Bram

    #1168116
    David
    Staff
    Customer Support

    Hi there,

    can you raise a new Topic – as this one already contains many topics. Thanks

Viewing 11 posts - 31 through 41 (of 41 total)
  • You must be logged in to reply to this topic.