-
AuthorPosts
-
June 24, 2021 at 3:41 pm #1307323
Hi,
I am using the JCH Optimize plugin and found that the avia_fade_move_down animation is not working, when the ‘remove unused CSS’ function is enabled in JCH. It only starts working when hovering the mouse over the website/browser.
Now, in JCH, I can state dynamic selectors to be excluded from being removed, but I can’t seem to find the correct CSS that is enabling this animation. I did see that#top .scroll-down-linkhas the CSSanimation: avia_fade_move_down 2s ease-in-out infinite;, but exluding this selector#top .scroll-down-linkalone is not working. I then digged a bit further and found that maybe I needed also to exludeavia_fade_move_down, since this is calling for the animation but that is not working as well.Can anyone tell me what needs to be excluded? So what CSS needs to present for the avia_fade_move_down animation to work?
ThanksJune 28, 2021 at 2:49 am #1307626Hi wzshop,
We apologize for the delayed response.
The avia_fade_move_down animation is defined in css > shortcodes.css, try to exclude that css.
Or you can try to re-add this CSS:@-webkit-keyframes avia_fade_move_down { 0% { -webkit-transform:translate(0,-20px); opacity: 0; } 50% { opacity: 1; } 100% { -webkit-transform:translate(0,20px); opacity: 0; } } @keyframes avia_fade_move_down { 0% { transform:translate(0,-20px); opacity: 0; } 50% { opacity: 1; } 100% { transform:translate(0,20px); opacity: 0; } }Best regards,
NikkoJune 28, 2021 at 10:38 am #1307713Hi, thank you!
It does not seem to work correctly though. The programmer of the plugin acknowledged that, so we are looking for a solution now!Thanks, WZ
June 29, 2021 at 6:08 am #1307861Hi wzshop,
We are happy to hear that the programmer of the plugin is looking for a solution.
I hope the CSS code posted above or the shortcodes file would help improve the plugin.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
