I have JA Athena on Joomla 5.0.3, and in my blog pages (which will be 90% of the site) there appears a line just above the title that says "empty alt."

Looking at the HTML, I see:

<img src="http://www.silvercitynews.com//templates/ja_athena/images/blank-intro.png" alt="empty alt">

There must be some kind of scripting that's generating that line, and I need it to stop for the entire template. How can I accomplish this?

    Toolie Hi

    This template generates the intro image for article on this category blog page. But it looks like you don't set intro image for article so it displays that blank image.

    You can backup this file: /templates/ja_athena/html/layouts/joomla/content/image/intro.php

    and replace with attached file (unzip first)

    introphp.zip
    2kB

    Thank you, that worked very well. I also went ahead and added these lines to my CSS file:

    figure figcaption {
    display: none;
    }
    .item figure.item-image {
    display: none;
    }
    Those cleared up the empty space left behind, and now the page is more compact. We have a very text-heavy site (news) and want to limit the scrolling that people have to do to view the introtext on the blog pages.

    Thanks again!

      Write a Reply...
      You need to Login to view replies.