I upgraded from 1x, and have sorted through a plethora of issues: dfgallery (ioerror and JSON), 404 upload error, and a few others. While there are still some patches I hope to see in the next release, in the meantime I am stuck on these blocks.
Images in both blocks now appear bulleted. I think the easy answer here is to blame it on my theme, but this did not occur in the 1.x version of album photos. Additionally, the random images now appear in a column instead of a nice cluster.
Please have a look, I've jumped many hurdles today to make the upgrade work, but I am stuck here. Thanks for the help and for all the great work that has gone into 2.x.
Latest Images on the right column
Random Images at the bottom of the main page
Comments
Comment #1
eastcn commented1, json error, Look here, maybe you can solve the trouble : http://drupal.org/node/396322 or http://drupal.org/node/397456#comment-1350182
2, You should adjust the style. e.g:
.blockcontent{
clear:both;
}
.blockcontent .item-list li{
background: none;
float:left;
}
Comment #2
Starminder commentedThanks for this, I look forward to trying it soon, need the other bugs fixed first.
Comment #3
Starminder commentedThank you - this fixed random images block, but latest images block is still bulleted....very close!!
Comment #4
Starminder commentedSee www.hoslotracer.com - latest images in right sidebar, random images at bottom. Them is Marinelli (Giordanni). I added above code to top of layout.css. (style.css is not used in this theme)
Comment #5
Starminder commentedHi - thanks for this code but I had to remove it, it was messing up other blocks. Can it be altered or does it matter where it is included in the .css? Thanks!
In the meantime, random and recent photo blocks remain bulleted - pretty ugly...
Please note, this did not occur in 1x version of album photos using same theme.
Comment #6
Starminder commentedHi eastcn - I tried this in .css but it's not working:
Do I have these blocks named correctly??
Comment #7
Starminder commentedI found a workaround for this, it's not pretty but it works:
Installed block theme module. If you follow along carefully it is not too hard. Once that was done, I added to .css:
The important thing here is clear. I was trying to use clear:both which worked well in Firefox but not in IE (for the Random Image block). Clear: None fixed it so it worked for both.
You can see the result here::
www.hoslotracer.com
Recent images in right sidebar
Random images at the bottom
Still working on goofy padding which is coming from somewhere else, but at the moment this is much better than a column of random images going straight down.
Comment #9
Fogg commentedSee also here #327345: Get Random images horizontal. I found another way around this issue.