Site logo

Archived topic

Blogpage and excerpt posts

40 replies · Started by Bram on January 20, 2020

Viewing posts 31–41 of 41

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

Kind regards
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

Hi there,

Try this filter:

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

    return $fields;
} );

Let me know :)

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

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

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

Hi there,

Try this CSS:

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

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

Hi there,

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

This archived topic is closed to new replies.