-
AuthorPosts
-
June 30, 2019 at 12:18 pm #1114578
Hello,
I wanted to know why, after updating Enfold and WP, the names of the authors of the articles are no longer seen, either on the home page, or in the menu category pages.Thank you
June 30, 2019 at 12:21 pm #1114579This reply has been marked as private.June 30, 2019 at 8:11 pm #1114676Hi brand,
Did you have them showing before? Did you change the blog style in the Theme options?
Best regards,
VictoriaJune 30, 2019 at 9:45 pm #1114713Yes, they showed before, and i’ve not changed theme’s option. I”ve only update Enfold theme, uploading the new version with zip file and then i’ve updated WP.
July 1, 2019 at 1:58 am #1114745Hi,
I was not able to login, please include the url to your login page.
If I recall correctly didn’t we change the author links with a function? Please try removing that function and checking again.Best regards,
MikeJuly 1, 2019 at 4:20 pm #1114917This reply has been marked as private.July 1, 2019 at 5:33 pm #1114944This reply has been marked as private.July 3, 2019 at 2:52 am #1115315Hi,
Thanks for the login, I couldn’t find the function either, your functions.php must have been overwritten when you updated.
How did you update?Best regards,
MikeJuly 3, 2019 at 12:03 pm #1115453I’ve just done Enfold update, uploading zip file of new version.
July 4, 2019 at 7:50 pm #1115869Hi brand,
Credentials did not work for me. Could you please update the credentials?
Did you use the child theme?
Best regards,
VictoriaJuly 5, 2019 at 10:46 am #1116009I’ve never used child theme.
July 7, 2019 at 11:07 am #1116412Hi brand,
Did you change the element? Or the blog layout in the theme options?
Here are some posts on how to show the author in the blog posts element:
https://kriesi.at/support/topic/show-blog-author-on-blog-grid/#post-286422
https://kriesi.at/support/topic/author-name-category-in-blog-posts/Best regards,
VictoriaJuly 8, 2019 at 10:36 am #1116611I didn’t change the blog layout, only the disappearance of the link to the author’s name was changed, but now I would like it to be visible, together, obviously, with the name of the author of the article.
July 9, 2019 at 5:36 pm #1117108Hi brand,
Have you tried any of the solutions posted above?
Best regards,
VictoriaJuly 9, 2019 at 5:48 pm #1117116yes, but I’m not sure about the lines of the postslider.php file, and I’m afraid of doing damage: in the lines I don’t find exactly what is written in the posts.
July 10, 2019 at 12:07 pm #1117401Hi,
The author meta is actually not included in the grid template by default. You need to modify the config-templatebuilder > aviashortcodes > postslider > postslider.php file. Look for this code around line 616:
$meta .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
Replace it with:
$author = get_the_author_meta( 'user_nicename', $entry->post_author ); $meta .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time> / by ".$author;
Best regards,
IsmaelJuly 10, 2019 at 3:25 pm #1117489Thank you Ismael, Victoria and Mike for the help you gave me. Problem solved.
July 11, 2019 at 5:34 am #1117672Hi,
Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJuly 11, 2019 at 7:17 pm #1117867Two things I wanted to ask, but I don’t know if I must first close the topic and open two more.
– How to insert a link to the author’s name from the home (or from a menu item), refer to the page of the author’s articles.
– How to make the images of the articles in the home (and in the menu items), of equal size.Thank you
July 15, 2019 at 1:47 am #1118639Hi,
1.) You should be able to do that by adding a custom menu item. Go to the Appearance > Menus panel and look for the “Custom Links” tab under the “Add menu items” section.
2.) Just make sure that the original size of the featured images are the same.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.