cloudstar_blog
Forum Replies Created
-
I was also able to modify the quick_flickr_widget.php to open the links in a new window/tab. Pretty straight forward:
$item = sprintf( '<a href="%s" target="_blank"><img src="%s" alt="%s" /></a>', $link, $src, $title );
The CSS worked perfectly. I modified it a bit to add some space between the images:
.quick-flickr-item, .quick-flickr-item img { width: 100px; margin: 0 auto; padding-top: 5px }
Looks beautiful!
Thank you so much for your help!
Thanks! Those were the biggest issues, so I’ll try it out.
No worries, I was actually surprised to see it updated. I only installed it last week, and when I downloaded it I think there was some kind of “Hasn’t been updated in a long time” warning. ?? So thanks for taking the time to update it!
Anyhow, the blog I’m working on is located at: https://blog.cloudstar.com
The features I use that seem to be missing are:
– Thumbnail sizing. The default size on 1.3 was too large.
– “Before/After widget.” I use this to add a tag to center the alignment.
– Target=”_blank”. I didn’t check to see on 1.3 if it opens in a new window/tab, but I would like it to, so I check this option in 1.2.10.
– Display Titles. Not critical, but a nice feature!
– Random pick. I could take it or leave it. I have it checked on right now.
Thanks for your help!