Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #803786

    Good morning!

    It´s neccessary that on the single posts the author name would be shown, not only the author foto.
    for example here:

    How can I make this possible?

    regards, Susanne

    #804812

    Hey Susanne,

    Try to edit loop-index.php in wp-content\themes\enfold\includes\ and find this code (line 138):

    $blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>";

    and replace it with:

    $blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a><h5 class='author-name'>" . get_the_author() . "</h5>";

    Hope this helps :)

    Best regards,
    Nikko

    #804906

    Hey Nikko,

    i copied the loop-index.php in the child theme and changed the code.
    But´s not working.
    Ist the child theme the problem?
    Or – maybe the plugin “WP User Avatar”?

    What do you mean?

    best regards, Susanne

    #805466

    Hi,

    Can you give us a temporary admin access and ftp access? so we can try to check why it’s not working on your site. Just place the details in Private Content so it is only visible to the moderators.

    Best regards,
    Nikko

    #805655

    Hey Nikko,

    admin: yes, please look in the private content.

    FTP: No, the ftp access is for a lot domains …

    Maybe, is it a problem, that i have used an old child theme with es new version of enfold?

    best regards,
    Susanne

    #806298

    Hi,

    Can you try to create a folder in the child theme and name it includes then move the loop-index.php inside it, let us know if this helps :)

    Best regards,
    Nikko

    #806306

    Hi,

    after them i had have a black monitor ..

    That was not a good idea. I had to remove that again.

    regards,
    Susanne

    #806453

    Hi Susanne,

    I have tried and tested the solution I gave you, I would really need ftp access to help on this issue, since I can’t reproduce the same problems that you are having after adding the code I suggested. :(

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.