• Resolved tdechangy

    (@tdechangy)


    Hi, this plugins seems to be the good simple solution I was searching.

    Question :
    – I use a filtered grid with infinite loading and opens content in popup view, so I had to use the “only on hover” option to have a chance load the popup content. This seems to work fine for the links to pages, but not in this case of popups.

    – Another thing is that I removed all media exceptions and also the ‘#’ and ‘?’ to allow al content to be loaded. Unless it’s a server cache issue, this didn’t preload my popups and neither media files for pages. can you have an overlook @ https://www.mathieuweemaels.be/

    – NB : while I see that JS is preloaded when hovering a link, I don’t see the HTML document loading, while it is displayed in dev tools AFTER loading that page, but this is maybe a normal behaviour ?

    Request :
    – Wy having to chose between preload all and preload on hover. Can you give the ability to use both ?

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gijo Varghese

    (@gijo)

    @tdechangy

    – Only links to pages can be preloaded. These popups are triggered by some JavaScript, it can’t be preloaded using Flying Pages.

    – Only links with “” are preloaded (a href tag).

    – Anything inside “href” attribute is preloaded.

    – If preload all is selected, it automatically preloads on hover, if it’s not preloaded yet.

    Thread Starter tdechangy

    (@tdechangy)

    ok, good precision for the default settings that includes the hover action.

    About :

    I removed all media exceptions and also the ‘#’ and ‘?’ to allow al content to be loaded. Unless it’s a server cache issue, this didn’t preload my images for next pages. can you have an overlook @ https://www.mathieuweemaels.be/

    > You said :

    – Only links with “” are preloaded (a href tag).

    – Anything inside “href” attribute is preloaded.

    My images are mostly in src or srcset=”” attributes, so I guess that they should be preloaded i these conditions, or did I miss something ?

    NB: while checking the website, don’t worry if it’s down sometimes – it is a lowcost hosting where the owner is a bit to active on it. Just wait a couple minutes and try again.

    Plugin Author Gijo Varghese

    (@gijo)

    @tdechangy an image using img tag with src attribute, those images will not be preloaded since it’s not an ‘a href’ tag.

    But if the image URL is inside ‘a href’ where href value is image URL, it will be preloaded (if images are not excluded from preloading)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Preload Ajax content ?’ is closed to new replies.