-
AuthorPosts
-
September 8, 2018 at 11:43 pm #1007507
Hello,
I’m having an issue with the grid layout of the blog. I would like it to display the post date, but it is not. It is displaying dates on the last three entries, but I’m not even sure what that date corresponds to. I’m attaching screenshots of the grid view, the blog settings in the Enfold menu, and a screenshot of the actual post dates.
Any possible solutions would be greatly appreciated!
September 9, 2018 at 6:18 am #1007536Hey emilypreston,
Thanks for the screenshots. Please send us a temporary admin login and login URL as well so that we can have a closer look at your site. You can post the details in the Private Content section of your reply.
Best regards,
RikardSeptember 9, 2018 at 10:34 pm #1007710Thanks, I’ve given login info here.
September 12, 2018 at 5:44 am #1008704Hi,
Thank you for using Enfold.
We would like to edit one of the theme files but the Appearance > Editor panel is not accessible. Please enable it. Or try to edit the config-templatebuilder > avia-shortcodes > postslider.php file, look for this code around line 629:
$meta .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
Replace it with:
$meta .= "<time class='slide-meta-time updated' $markup>" .get_the_date(get_option('date_format'), $the_id)."</time>";
Best regards,
IsmaelOctober 28, 2018 at 12:31 am #1027218Hello,
Sorry for the delay in response. Due to the fact it is a managed WordPress hosting service some of the menu options are disabled.
I manually changed the code you requested via ftp, but I see no change on the front end.
Thanks!
October 29, 2018 at 6:43 am #1027383Hi,
Thanks for the update. Can we access your file server? Please post the FTP details in the private field.
Best regards,
IsmaelOctober 30, 2018 at 3:50 pm #1028089Hello,
I have attached FTP credentials privately.
Thanks!
November 2, 2018 at 8:23 am #1029062 -
AuthorPosts
- You must be logged in to reply to this topic.