-
Author
-
November 17, 2016 at 17:21 #144597HanifaParticipant
Hi there,
For the Blog I’m using the plugin BuddyBlog, because this one allow to insert images and the Social Article does not allow that and when edit the article the Social Article goes to the back-end.
BuddyBlog it work much better, because you can costumize who can edit the post in back-end and also allow to insert images.
But there is a issue that I would like to resolve.
When a member is reading a article he/she make a reply, but it apear above the reply boxe, the information of Log In. And I don’t want to show this, because every member already made the login.
So I contact “BuddyBlog” support and they say, this is coming form comment template of my theme.
Is it possible for you to help me create a function for the style.css to hide this?
Kind Regards,
Attachments:
You must be logged in to view attached files.November 17, 2016 at 20:05 #144610KieranParticipantHi @Hanifa,
You can hide this with CSS by adding the below to your child theme’s style.css or to the Quick CSS in theme options.
COPY CODE.comment-form .logged-in-as { display: none !important; }
Kieran.
November 18, 2016 at 22:50 #144748HanifaParticipantHi Kiran,
Thnank you for sharing the code, but it didn’t work.I did something different to kind of solve the problem, I tweak the translation of that to my language. So now does not apear all of it.
Here what I did, if someone has the same issue and want to solve this way:
In the program Poedit, I edit the file of KLEO to translate to my language.
Then find this:
Logged in as %2$s. Log out?The translations doesn’t allow us to alterar all of this, so I alterar to this:
%2$s.Now my page look like this, that for me is not so bad
[attachment file=144749]
So for now the problem is resolve.
Hope this solution help othersAttachments:
You must be logged in to view attached files. -
AuthorPosts
You must be logged in to reply to this topic.