Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1176883

    Hey guys, I have the modern business blog set for my client’s blog here: https://fullsailleadership.com/blog/
    The issue I am seeing (unless this is intentional)… when I hover the cover image, it wants to take the user to the author page? Was this setup intentionally so? It doesn’t make a ton of sense. (FYI not using author pages, so it will redirect to homepage). But shouldn’t the cover image when clicked on actually direct the user TO the article?

    LMK thanks,
    Justin

    #1177449

    Hi Justin,

    Thanks for pointing it out.
    The problem actually isn’t the Modern Business blog but if the Blog Layout is set to Multi-author and the individual post is a Standard post format.
    The problem is occuring if Blog Styling is set to either Modern Business or Elegant and Blog Layout is set to Multi-author and the individual post is a Standard post format.
    We will be reporting it to our devs.

    For the meantime, please modify loop-index.php and find this code (line 315):

    if ($slider) $slider = '<a href="' . $link . '" ' . $featured_img_title . '>' . $slider . '</a>';

    above it, put this code:

    $link = !empty($url) ? $url : get_permalink();

    Best regards,
    Nikko

    • This reply was modified 4 years, 10 months ago by Nikko.
    #1177624

    Hey @Nikko where do I find this file in the directory?
    Thanks

    #1177629

    Hi,

    You can find it inside /enfold/includes/ folder in Appearance > Editor :)

    Cheers!
    Yigit

    #1177640

    Thank you :)

    #1177643

    Hey,

    You are welcome Justin! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

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