Hi,
Are you sure?
So you want only images? If so, you have to edit Creativity/gavern/widgets.portfolio.php file (around line 166) and replace line
- Code: Select all
echo '<a href="'.$art_url.'" title="'.strip_tags($art_title).'" class="gk-image animate_queue_element active">';
with
- Code: Select all
echo '<a class="gk-image animate_queue_element active">';
or completely remove a tag, but then you lost CSS styling.