Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
September 3, 2013 at 10:51 pm #190267
Why I am getting the title same as description in “Gallery articles” although I have changed the html code; as the image shows!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 4, 2013 at 6:18 pm #504602You 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 ?>
AuthorPostsViewing 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