• Hello,

    Can you help me figure out whats wrong on this calling?

    Original

    window.addEventListener("load", function () {
         window.PGC_SGB.searcher.searchBlocks();
     }));

    Ajax Load Callback Function

    window.almComplete = function(alm) {
        window.PGC_SGB.searcher.searchBlocks(); 
    };

    Documentation of plugin

    The problem I’m facing is that the gallery loads on the first scrolling post but not on the next ones.

    So I’m wondering if that calling is missing something…

    • This topic was modified 4 years, 2 months ago by libertig.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Managed to trigger Simply Gallery on Ajax but with some issues’ is closed to new replies.