Wordpress nextgen gallery plugin

Discussion in 'WordPress' started by pixeladd, Jun 16, 2008.

  1. #1
    Im using the nextgen gallery plugin for my wordpress

    its great but does anyone know how to make the image centered in the post
    To get the image you only use a insert
    [gallery=1]

    and html text doesn't work

    thanx
     
    pixeladd, Jun 16, 2008 IP
  2. zeldaze

    zeldaze Active Member

    Messages:
    311
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Just guessing, I don't actually have this plugin installed, but I am imagining it would need to be defined in CSS? Check in your css for floats, text-aligns, and margins/padding to make sure they are as you want...
    I can't help you out any further without actually installing the plugin.
    Good luck
     
    zeldaze, Jun 16, 2008 IP
  3. The Smile Guy

    The Smile Guy Guest

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Have you tried to highlight the [gallery=1] text and click on align center?
     
    The Smile Guy, Jun 16, 2008 IP
  4. Beano

    Beano Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Alex Rabe, who wrote NextGEN describes the general theme of his plugin at:

    http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/

    and points to a good description at Dave's Technical Musings at:

    http://dpotter.net/Technical/index.php/2008/03/04/nextgen-gallery-review-introduction/

    and there, amongst much else, is described the syntax of the singlepic shortcode:

    [singlepic=id,width,height,mode,float]

    width and height - are obvious (but read the notes)
    mode - you can read about (quite neat effects)
    float - left, right or center.

    Your problem is solved [singlepic=4,,,right]

    Beano
     
    Beano, Jul 21, 2008 IP