• Simple task: Add an image gallery using the built-in GUI, choose thumbnail as size.

    The shortcode will look like this:
    [gallery link="file" columns="4" ids="111,222,333,444,555,666,777"]

    Preview will be perfect. However: When looking at the page, it is messed up, the pictures are of different size, it’s looking terrible.

    I have to add size=”thumbnail” to the shortcode in order for it to work properly, so the shortcode looks like this:
    [gallery link="file" columns="4" ids="111,222,333,444,555,666,777" size="thumbnail"]

    Please fix.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried 2 or 3 columns?

    Site Link?

    Thread Starter archesis

    (@anchises)

    Yes.

    Link: http://www.pfarre-mn.at/allgemein/test/

    First three examples use the shortcode produced by WordPress.

    Last one looks as it should, when I add “size=”thumbnail” to the shortcode by hand. Which is annoying, WordPress should add this automatically when I choose “thumbnail” in the gallery settings.

    It looks like you have another gallery plugin installed..it may be making hooks into the default gallery and changing behavior of it.

    A quick test (deactivate it temporarily) would be telling.

    When deactivated, try a new gallery in a new test page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug report: WordPress Gallery – shortcode is incomplete’ is closed to new replies.