I recently upgraded Intense to 2.8.0. Using Visual Composer 4.12. I noticed that my custom plugin shortcode produces a different look now. There is an overlay which I removed by using custom css. But the thumbnails seem to animate with a mouse over even though I have not selected animation in shortcode.
This is my shortcode:
[intense_custom_post post_type="post" taxonomy="category" template="three_text" categories="carlsbad-news, fallbrook-news, san-marcos-escondido-news, vista-news" infinite_scroll="1" show_author="0" show_meta="0" show_filter="0" filter_effects="fade, scale" image_size="large" image_border_radius="5px" hover_effect_opacity="0"]
The page it is used on is on my dev site:
http://northcc.staging.wpengine.com/events
How would I remove the animation on hover and is there a setting in the shortcode that would remove the overlay? I tried hover_effect_opacity but no effect. Though adding a css rules does remove the overlay.