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

    Hello!
    This is a first for me, so I hope I can describe the proper issue.

    I use a video as the background for my homepage. Overlaying the video I have 5 icons as links.
    Sometimes on page load the video is there and playing and the icons are just gone. A few refreshes and new page loads and nothing, and then they will reappear at some point.

    It’s never too long, but as these are main navigation points for the site, I would love to know if there is something that is causing that and what I can do?

    #318700

    Hey Paul!

    Try adding this code to the Quick CSS:

    .home .av_font_icon {
        opacity: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    Cheers! 
    Josue

    #319332

    This doesn’t seem to fix anything.

    The icons will flash for a second and then dissapear. Sometimes it works and sometimes it doesn’t.
    Any other thoughts?

    #319592

    Hi!

    I checked the site a few times and make sure that it isn’t loaded via cache, the icons are always there.

    Regards,
    Ismael

    #320660
    This reply has been marked as private.
    #320891

    Hi!

    I’m sorry but I really can’t reproduce the issue on my end. I’m using Chrome Windows 8. Please try installing a cache plugin, see if that helps.

    Regards,
    Ismael

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