Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Dea Mikeworth
    Participant

    I am using the Pro version of the plug-in

    I have successfully created a grid feed via shortcode. Unfortunaely, it is pulling a super small thumbnail from the source, instead of the next larger one (like my old feed did)

    You can see the difference here https://staging.cherryhillseminary.org/contribute/zazzle/

    Your feed is the one on the top with the blurry thumbnails (pulling the 152×152 thumb). The old feed is below with sharper images (pulling the 500×500 thumb).

    I am guessing this is due to the order the plug-in searches for a thumbnail. I have no control over Zazzle’s thumbnail sizes, but I know there is more than one size saved for each item in Zazzle.

    Is there a way to ensure I am getting the 500×500 thumb?

    Aakash
    Keymaster

    Hi Dea,

    Thanks for using Super RSS Reader PRO.

    Can you please share the RSS feed URL? Let me check how to achieve this requirement.

    Thanks,
    Aakash

    Dea Mikeworth
    Participant
    Aakash
    Keymaster

    0Hi Dea,

    I see the RSS feed has both thumbnail and full image. Right now plugin is giving priority to thumbnail image only.

    Can you please make the change below to prefer full image?

    Plugins > Plugin editor > Select “super-rss-reader-pro” > select file includes/feed.php

    at line number 490, change

    return $enclosure->get_thumbnail();

    to

    \\ return $enclosure->get_thumbnail();;

    i.e add double slash at the beginning of the line.

    Save the file.
    This should prefer the full image.

    I will add this as an option the next version of the plugin so that it is easy to choose.

    Thanks,
    Aakash

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms