Issue with Flickr Widget
-
Hello,
Whenever I add a RSS Feed from either Followgram or Ink361, the pictures show up, but are extremely big and cut in half.
I’m using the correct RSS Feed URL, and have changed the size within the Flickr widget to thumbnails, but it’s not making a difference.
Can someone please help with this?
My blog is: http://www.tylatimes.com
The blog I need help with is: (visible only to logged in users)
-
I tried this feed http://followgram.me/tylatimes/rss in my demo site and with a few themes.
In Bueno and Twenty Ten I got the oversized images, but in other themes, like Misty Lake and Silesia, it works well, so I’ll tag this for Staff assistance.
-
-
I note that you’ve changed themes from Bueno to Next Saturday and the flickr widget is now correctly sized.
Resolved? If so, I will remove the modlook tag.
-
-
Correctly sized in Chrome, not in IE8 (no IE9 on this computer to test with) and not in FF18.
OK, so not only theme, but also browser is involved.
So, we keep the thread tagged for Staff input.
-
Now on a different computer and in IE9 everything looks like it does in Chrome 24, with the unfortunate exception of the oversized images in the flickr widget.
-
-
If I could jump up and down and wave my arms to get Staff attention, I would. :) As it is, we’ll just have to sit tight.
-
Hi there,
I am taking a closer look at this, and will let you know what I uncover.
Cheers!
-
Hi again,
So I got some feedback and it turns out that the Flickr widget isn’t really made to be an RSS image feed, which is why sometimes it works and sometimes it doesn’t.
Since you have Custom CSS, you should be able to add this to get your site fixed up:
#flickr_badge_uber_wrapper img {
max-width:200px;
margin: 10px;
}
Just let me know if you need help adding that, and I’ll be happy to walk you through it!
You’ll also be pleased to know that from seeing how you are using the widget, we’re taking the idea of an image RSS feed into consideration for a future enhancement.
Cheers!
-
That’s a great idea.
I added that CSS code, and the pictures are an acceptable size, but in IE they’re now out of the sidebar.
Please advise.
And thank you for your help!
-
Hi there,
Can you take a screenshot of the IE view you see? You can add it to your media gallery and I can peek at it there. You may need some IE-specific styling to make it fit right, but I’ll need to see what you see first.
Cheers!
-
-
Can you tell me which version of IE you see this in? It’ll help me target what needs to happen, where, so other browsers don’t get screwed up by this “fix” :)
-
-
Hi TyLa,
This is a bit hacky, so it may not work, but try adding this (in addition to what you already have) to your CSS page:
<!--[if IE 8]>
#flickr_badge_uber_wrapper img {
max-width: 200px;
padding-left: -200px;
}
<![endif]-->The idea is that we’re adding a special piece of CSS to only be read by IE8, and it is moving the padding of the images to the left 200px. If this works for you, but the spacing is off, you can increase the 200px in the last line (padding-left) to make it move further towards your content, or you can decrease it to move it back towards the scroll bar.
But let me know if you don’t see any improvement as well!
-
-
Ok, so it sounds like we won’t be able to target just IE in this manner – I’m very sorry. Until we make this enhancement (I have no idea of a timeline, I’m afraid), this simply may not work in IE.
I apologize for the inconvenience!
-
The Flickr widget currently looks fine in IE9 (Screenshot), Chrome 24 and FF 18
@zandyring So maybe that should be “…this simply may not work in IE8 and earlier.”
@tlayton85 IE8 is outdated and getting more so by the minute. I strongly encourage you to update to IE9 if you can, otherwise consider moving to a supported browser. http://en.support.wordpress.com/browser-issues/
- The topic ‘Issue with Flickr Widget’ is closed to new replies.