Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10932
    kvpadmin
    Participant

    I have many galleries and they’re all acting the same. Here’s one example: https://www.singh-ray.com/flagallery/adam-barker/.

    It loads as expected in Firefox and Chrome browsers, but in Safari you have cause it to load. It just shows blank until you “do” something. On my MacBook I have to move my mouse over the images that don’t show and then the whole thing loads. On an iPad you have to tap the page (I’m guessing cause you can’t hover on a touchscreen).

    I’ve updated all my plugins and wordpress is current too. Any ideas?

    #10935
    Rattus
    Keymaster

    I can’t reproduce this bug on my side. Tried with MacMini and Macbook Pro.

    #10938
    kvpadmin
    Participant

    Are you sure you didn’t move your mouse on the page anywhere. As soon as you move your mouse it loads. Refresh and make sure not to touch anything and you should see the same. Definitely try on an iPhone or iPad and you will see the same. Checked on multiple devices, different users, different internet, different states. Nothing loads till you move the mouse or tap the glass.

    #10939
    Rattus
    Keymaster

    Try to disable autoptimize plugin for JS files.

    #10954
    kvpadmin
    Participant

    I already have javascript optimization turned off in Autoptimize, it conflicted with something else when I built the site. I deactivated the plugin completely just to double check that, and cleared all my caches and still the issue persists.

    #10971
    kvpadmin
    Participant

    Any ideas??? I don’t want to have to move everything to a new plugin.

    #10973
    kvpadmin
    Participant

    I believe it has to do with this CSS being put out by the FlaGallery Plugin, specifically the -webkit-transition and transition lines.

    .flagPhantom_Container {
    opacity: 1;
    text-align: center;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
    }

    When I use the code inspector in safari and comment out either of the bold lines, the elements become visible immediately. I’ve tried to override the transition style and timing using “!important” but nothing I try works.

    #10976
    Rattus
    Keymaster

    Try set !important only for opacity argument:
    Got to admin Flagallery Skins page -> find Phantom skin and click ‘options’ -> at the very bottom of the settings popup add code below to the Custom CSS field:
    .flagPhantom_Container { opacity: 1 !important; }

    Then Update settings. Clear the browser cache to see changes.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘GRAND Flagallery WordPress plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support Forum