Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @charisar – Hmm, in terms of how we render popups, nothing has changed that would have caused that. IE if they are all loading in the background the likely were before as well, just not noticed for whatever reason.

    In your case I have a better solution though which will simplify your life I’m sure.

    Currently sounds like you are managing dozens/hundreds of popups loading just an iframe and matching them to a booking listing somehow. You don’t have to do that. Since your using iframes already, you could just make each reservation button a link pointing to the iframe src, then grab our Remote Content extension, make just one popup setting the type to iframe. Then add a click trigger targeting all of those button links (something like .reserve-today, of course adding that to all the buttons as well).

    Other than that I could also give you some pointers to make it look super nice as well if you go that route. Then you manage the pages with the buttons linking to the right place. And the popups simply override the links opening them in a single popup instead when each button is clicked. Nothing is preloaded ever.

    Hope that helps. PS I had users complain about the same issue before the new version, all the way back to v1.0. Which is why that extension was created. So I am not sure why it wasn’t an issue for you before but this would likely be an ideal solution for you guys.

    Thread Starter charisar

    (@charisar)

    Hi @danieliser. Thanks for the feedback. I really appreciate it. It seems like this is the best route to go. I’ll attempt to make it happen ??

    Thanks!

    Plugin Author Daniel Iser

    (@danieliser)

    @charisar – Not a problem. I know we have users that manage hundreds of popups, which are essentially duplicate content from somewhere else. That extension is an attempt to at least give them the starting point and building blocks to reduce any load impacts or content management issues.

    Plugin Author Daniel Iser

    (@danieliser)

    @charisar – Not a problem. I know we have users that manage hundreds of popups, which are essentially duplicate content from somewhere else. That extension is an attempt to at least give them the starting point and building blocks to reduce any load impacts or content management issues.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pop-Up loading all iframes instead of on button click’ is closed to new replies.