Can you provide a link so I can see and debug?
I seem to have the same issue. example: http://b-sides.ch/blog/events/event/1932/ (click on the gallery tab).
also is it possible to remove the caption using prettyphoto? i include the albums with the following function:
$shortcode = array(
‘type’ => ‘albumphotos’,
‘id’ => $album_id,
‘columns’ => ‘3’,
‘size’ => 72,
‘crop’ => ‘y’,
‘order’ => ‘source’,
‘caption’ => ‘n’
);
echo ShashinWp::display($shortcode);
I’ve fixed the centering issue – version 3.4.1 is available for download.
pberger, in regard to the captions, you have a custom version of shashin.css in your site’s theme folder, which overrides the stylesheet that comes with shashin. The new shashin.css has significant changes to the styles – you’re seeing the captions like that because you don’t have the new styles. You can either delete your custom one, or integrate the changes from the new version into it.
Aart, I’ll need to see an example of the issue you’re describing with the columns (unless it’s already taken care of in 3.4.1 – it has other fixes in it too).