• Hi there

    i’ve got a problem here,
    I downloaded and installed the NextGen Gallery in WP2.7.
    It worked fine so far, I started uploading some pictures but unfortunally they’re displayed in one single column instead of being in several columns.

    here can you see what I mean:

    https://www.fuhly.de/wordpress/?page_id=7&album=1&gallery=1

    how can I fix this problem?

    Thanks in advance!

    Robin

Viewing 6 replies - 1 through 6 (of 6 total)
  • Add the following to your CSS in wp-content/themes/fuhly/style.css or in its own style sheet:

    .ngg-gallery-thumbnail-box{
     float: left;
    }

    [signature moderated Please read the Forum Rules]

    Thread Starter t4ke

    (@t4ke)

    sorry, but as you can see this didn’t work ??

    actually it’s like this:

    [url=https://img3.imagebanana.com/view/48qab5/1.JPG][img=https://img3.imagebanana.com/img/48qab5/thumb/1.JPG][/url]

    but I want it like that:

    [url=https://img3.imagebanana.com/view/xwgv0wnl/2.JPG][img=https://img3.imagebanana.com/img/xwgv0wnl/thumb/2.JPG][/url]

    any idea how can I fix this?

    Thanks!

    Robin

    I used the firefox editcss addon to add what i pasted above to your style sheets and it worked fine. You probably need to go to the wordpress admin and click “Appearance” then “Edit” to alter the CSS but it should fix the images for you

    [signature moderated Please read the Forum Rules]

    Thread Starter t4ke

    (@t4ke)

    hey, thanks for that great advice! ??
    I’m using that Addon now, too.
    It worked fine, I don’t know what I did wrong before.
    The only thing that misses is that the images are opened by the lightbox effect (better would be slimbox).
    As you can see I integrated the .js-Files in the header and the syntax for opening an image by lightbox should be correct, too.
    But it does not work at all and I have no idea why.

    Thread Starter t4ke

    (@t4ke)

    okay, I finally made it.
    It works fine so far for now, I’m using now the Slimbox2 Plugin instead of Slimbox(1).
    The only thing that I want to fix is that the albums are displayed under each other and not next to each other.
    I tried using float:left; but that didn’t work.
    Any ideas?

    Thread Starter t4ke

    (@t4ke)

    forgot the link.
    here you are:

    https://www.fuhly.de/?page_id=7

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: NextGEN Gallery] All Images stay in one single column’ is closed to new replies.