This topic has 7 replies, 3 voices, and was last updated 9 years, 11 months ago by Anonymous.
Viewing 8 posts - 1 through 8 (of 8 total)
Kindly provide us the screenshots where exactly you are unable to see the animations content. So that we can inspect the issue and we can notify you about the problem.
Minifying the javascript will give lot of problems sometimes. I use https://wordpress.org/plugins/autoptimize/ for the optimization of the scripts etc.
To remove the animation for all the shortcodes, kindly remove the below code from hostmev2/js/sys_custom.js file
// Way Point Fade Animation
jQuery('.iva_anim:not(.animated)').waypoint(function () {
var animatedclass = jQuery(this).attr('data-id');
jQuery(this).addClass('animate');
jQuery(this).addClass('animated ' + animatedclass + '');
}, { offset:'85%' });
To remove the animation for all the shortcodes, kindly remove the below code from hostmev2/js/sys_custom.js file
// Way Point Fade Animation
jQuery('.iva_anim:not(.animated)').waypoint(function () {
var animatedclass = jQuery(this).attr('data-id');
jQuery(this).addClass('animate');
jQuery(this).addClass('animated ' + animatedclass + '');
}, { offset:'85%' });
Also find the below css and remove it from hostmev2/css/animate.css file.
.iva_anim{
opacity:0;
}
After doing this, the animation will be disabled from your theme.
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.