Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.
    #534168

    Hi. Can you give me an update on the status of this issue?

    Thanks

    #534174

    Hi!

    Can you please try de-activating all active plugins and check if that helps?

    Cheers!
    Yigit

    #534197

    Hi Yigit,

    We tried de-activating all the active plugins on our site but the issue still persists.

    Thanks

    #534242

    Hi!

    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,
    Dake

    #534333

    Hi 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

    #534948

    Hey!

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.