test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ghary90 Friend
    #190267

    Why I am getting the title same as description in “Gallery articles” although I have changed the html code; as the image shows!


    1. text-same
    Ninja Lead Moderator
    #504602

    You can fix the problem this way

    Open templates/ja_fixel/html/com_content/article/default_gallery.php file

    Find this line


    <?php if(isset($attr['alt']) && $attr['alt']) : ?>
    <p><?php echo htmlspecialchars_decode($attr['title']) ?></p>
    <?php endif ?>

    Change to


    <?php if(isset($attr['alt']) && $attr['alt']) : ?>
    <p><?php echo htmlspecialchars_decode($attr['alt']) ?></p>
    <?php endif ?>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum