This topic has 2 replies, 2 voices, and was last updated 7 years by Hanifa.

  • Author
  • #144597
     Hanifa
    Participant

    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.
    #144610
     Kieran
    Participant

    Hi @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.

    #144748
     Hanifa
    Participant

    Hi 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 others

    Attachments:
    You must be logged in to view attached files.
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?