Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter caleduit

    (@caleduit)

    Tested it with different versions of wordpress, different versions of the plugin and different webistes/ server.
    Everyware the same issue.

    Any Solution?

    Same problem here. Following this for the solution.

    a roundabout is

    1. uncheck/disable the loading-gif in de settings of the album

    2. change the CSS (browser > inspector)
    #pfhub_portfolio_content_2 .og-grid li > a > img {
    max-width: none;
    max-height: none;
    }

    from none to 100%:

    #pfhub_portfolio_content_2 .og-grid li > a > img {
    max-width: 100%;
    max-height: 100%;
    }

    Seems to be a jquery problem with the laoding function of
    the loading-gif (hiding) already being executed before we reach this point and the function will never be called (again) and leaving us behind with the loading-gif on the page`

    • This reply was modified 2 years, 10 months ago by joekelille.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘stuck-on-loading-icon’ is closed to new replies.