-
AuthorPosts
-
November 10, 2015 at 11:09 pm #533739
We made some changes to our site today to move the images below blog titles as shown in https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/ It seems immediately after making the change the icons on our pages no longer animate when the page loads, also the phone and mail icons in the footer are showing the same behaviour. We’ve tried replacing the shortcodes.css and base.css files with theme/uploads backups taken last night, but it doesn’t resolve the issue.
We think it’s related to the code below where the animation in the bottom snippet is not being overwritten by the top snippet.
media=”all”
.avia_transform .avia_start_delayed_animation.av_font_icon {
1. -webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
2. animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
3. opacity: 1;
4. -webkit-transform: scale(1);
5. -ms-transform: scale(1);
6. transform: scale(1);
}
media=”all”
.avia_transform .av_font_icon {
1. opacity: 0.1;
2. -webkit-transform: scale(0.5);
3. -ms-transform: scale(0.5);
4. transform: scale(0.5);
}Regards
John
- This topic was modified 9 years ago by anilpad7.
November 11, 2015 at 4:25 pm #534168Hi. Can you give me an update on the status of this issue?
Thanks
November 11, 2015 at 4:30 pm #534174Hi!
Can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitNovember 11, 2015 at 4:50 pm #534197Hi Yigit,
We tried de-activating all the active plugins on our site but the issue still persists.
Thanks
November 11, 2015 at 5:33 pm #534242Hi!
All icons on the candidates page are animating on my end. Have you tried clearing your cache or viewing the page on a different device/connection?
Best regards,
DakeNovember 11, 2015 at 7:03 pm #534333Hi Dake
We were able to get the icons animating again by upgrading to the latest version of the theme, released last week. It looks like the editor our host company provides was throwing the spurious characters, I was getting errors with the new theme trying to add the jquery thru their control panel, however when I downloaded the file, edited it locally then re-saved it, everything was fine (no js errors) and the images had moved to the desired locations.
Thanks
John
November 12, 2015 at 6:11 pm #534948Hey!
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.