Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cnaughton Friend
    #181564

    For some reason when I have the plugin JA Lazyload enabled the images in my rss feeds are blank but when I disable it the images appear in my rss feeds.

    How do i fix this?

    Luna Garden Moderator
    #470785

    <em>@cnaughton 343006 wrote:</em><blockquote>For some reason when I have the plugin JA Lazyload enabled the images in my rss feeds are blank but when I disable it the images appear in my rss feeds.

    How do i fix this?</blockquote>
    Hi,
    This is old problem of LazyLoad Plugin, we have release the fixing for this issue on version 1.0.3, could you update this plugin in your site.
    And please let me know if the problem is gone or not.

    arucardx Friend
    #470808

    I’m using lazyload 1.0.3 and I still have this same problem as OP. The image used in the rss feed is still the blank placeholder /cache/jalazyload/200×300.png

    Luna Garden Moderator
    #470838

    Ok, here’s the solution:
    Please go to
    plugins/system/jalazyload/jalazyload.php
    Find this line:

    if ($app->isAdmin()) return;
    then add below it:

    if(JRequest::getVar('format') == 'feed') return;

    cnaughton Friend
    #470906

    Thank you! Thank you!!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  cnaughton 12 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum