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
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
Hey @Nikko where do I find this file in the directory?
Thanks
Hi,
You can find it inside /enfold/includes/ folder in Appearance > Editor :)
Cheers!
Yigit
Thank you :)