• Resolved nohuman

    (@nohuman)


    Hi,

    I would like to use the shine effect in the grid layout for the small thumbs layout; instead of the grow-effect.

    How can I do this?

    Thanks for answers!

Viewing 1 replies (of 1 total)
  • Hello nohuman,

    You can change zoom to shine effect by editing next file:

    wp-content/themes/agama/framework/blog/small_thumbs/loop.php

    Add after (line 10):

    <div class="entry-image">

    next code:

    <figure class="hover1">

    Add before (line 22):

    </div><!--.entry-image-->

    next code:

    </figure>

    and last thing, replace (line 16):

    <img class="image_fade img-responsive image-grow" src="<?php echo agama_return_image_src('agama-blog-small'); ?>" alt="<?php the_title(); ?>">

    with next code:

    <img class="image_fade img-responsive" src="<?php echo agama_return_image_src('agama-blog-small'); ?>" alt="<?php the_title(); ?>">

    I hope this helps you.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘Shine-Effect on Small Thumbs Layout’ is closed to new replies.