Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #621190

    Hi guys

    I’m still having some trouble with the icons at the bottom of my site. They don’t seem to pop up properly.

    I already implemented this code for Enfold/js/shortcodes.js as suggested by Yigit last time. It did work but after a few refreshes the problem was back.

    $('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '100%'});

    Looking forward to your response! Thank you!

    • This topic was modified 8 years, 7 months ago by Archie.
    #621289

    Hi hackoffseries!

    try this code inside of Quick CSS field:

    .avia_transform .av_font_icon {
    opacity: 1;
    }
    

    Regards,
    Andy

    #623591

    It works at first, but after refreshing and clearing cache, it goes back to showing the small icons. I change the opacity value to 2 and it works again, and then another refresh and clear cache and the same thing, small icons again.

    #625156

    Hi,

    Use this instead:

    .avia_transform .av_font_icon {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }

    Best regards,
    Josue

    #790843

    Thank you for all your help everyone! Much appreciated! Please go ahead and closed this ticket as resolved.

    #790853

    We’re always happy to help.

    If you have any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold!

    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Icons offset not working’ is closed to new replies.