-
AuthorPosts
-
June 5, 2017 at 8:52 am #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
June 7, 2017 at 4:22 am #804812Hey 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,
NikkoJune 7, 2017 at 8:27 am #804906Hey 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
June 8, 2017 at 8:51 am #805466Hi,
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,
NikkoJune 8, 2017 at 4:54 pm #805655Hey 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,
SusanneJune 10, 2017 at 12:46 pm #806298Hi,
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,
NikkoJune 10, 2017 at 1:07 pm #806306Hi,
after them i had have a black monitor ..
That was not a good idea. I had to remove that again.
regards,
SusanneJune 11, 2017 at 5:34 am #806453Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.