Your Time:
Our Time:
← Back to discussions

Animation problem

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 7 replies, 3 voices, and was last updated 9 years, 11 months ago by Anonymous.

  • 2016-09-27 at 2:03 pm
    Unknown Support Status
    #16717
    worldbus
    Participant
    • Topics: 8
    • Replies: 18
    • Total posts: 26
    • Post count: 18

    I used minify for js & css on my site.
    I cant see animations content when i using non-blocking method.
    Is there any way to fix this issue?

    2016-09-27 at 3:31 pm
    #16718
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    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.

    2016-09-27 at 5:41 pm
    Unknown Support Status
    #16719
    worldbus
    Participant
    • Topics: 8
    • Replies: 18
    • Total posts: 26
    • Post count: 18

    Please check attached screenshot.
    When i used blocking method for js minify everything looking fine, and when i used Non-blocking i cant see animation included content.

    2016-09-27 at 6:01 pm
    #16722
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Minifying the javascript will give lot of problems sometimes. I use https://wordpress.org/plugins/autoptimize/ for the optimization of the scripts etc.

    2016-09-29 at 12:12 am
    Unknown Support Status
    #16729
    worldbus
    Participant
    • Topics: 8
    • Replies: 18
    • Total posts: 26
    • Post count: 18

    I want to remove animations from my site.
    How can disable animation plugin at all?
    I have too many animation short-code on each page, its will take too many times to remove one by one.
    Or, do you have any other idea?

    2016-09-29 at 11:09 am
    #16738
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    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%' });
    2016-09-30 at 12:55 am
    Unknown Support Status
    #16749
    worldbus
    Participant
    • Topics: 8
    • Replies: 18
    • Total posts: 26
    • Post count: 18

    I tried this method, all animated content will be remove also.

    2016-09-30 at 1:35 pm
    #16755
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    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.

You must be logged in to reply to this topic.