Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    Grid Layout displaying no dates and mystery dates

    Blog Settings

    Post Dates

    Any possible solutions would be greatly appreciated!

    #1007536

    Hey 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,
    Rikard

    #1007710

    Thanks, I’ve given login info here.

    #1008704

    Hi,

    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,
    Ismael

    #1027218

    Hello,

    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!

    #1027383

    Hi,

    Thanks for the update. Can we access your file server? Please post the FTP details in the private field.

    Best regards,
    Ismael

    #1028089

    Hello,

    I have attached FTP credentials privately.

    Thanks!

    #1029062

    Hi,

    Thanks for the update.

    The date will not display if the excerpt field is empty. You need to add an excerpt to the posts. I modified the postslider.php file temporarily so that the date will display even without the excerpt.

    line 618:

    if($show_meta)
    

    Best regards,
    Ismael

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