• After an update to WordPress 3.6.1 and Shashin 3.4 I have two problems:

    * The setting of columns does not work. I had my pictures in 3 columns, and now it is only one tall column.

    * The pictures in Shashin Photo Widget are aligned to the left side, and not centered, allthough I chose for center at position.

    https://www.ads-software.com/plugins/shashin/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Toppa

    (@toppa)

    Can you provide a link so I can see and debug?

    I seem to have the same issue. example: https://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);

    Plugin Author Mike Toppa

    (@toppa)

    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).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problems after last udate’ is closed to new replies.