In "modules\mod_speasyimagegallery\tmpl\albums.php" file, the code
<?php if(!empty($album->description)): ;?>
<br>
<span class="speasyimagegallery-album-meta-count" style="font-weight: normal;"><small><?php echo $album->description ;?></small></span>
<?php endif; ?>
lines 76 to 79 should be removed.
The current implementation shows the album description inside the album preview and, in my opinion, it is an issue because it is a different behavior than the component
In "modules\mod_speasyimagegallery\tmpl\albums.php" file, the code
lines 76 to 79 should be removed.
The current implementation shows the album description inside the album preview and, in my opinion, it is an issue because it is a different behavior than the component