• Resolved kperkins

    (@kperkins)


    That’s pretty much it. I want the form on the bottom rather than the top, and can’t see any way to do it. I looked in the css files and nothing seemed to work. Also in the form code you have:
    span class=”ngg_pup_upload_wrapper”
    in the css you don’t have that class but rather .NggPup_upload_wrapper don’t know if that’s a mistake or just how you did it since I know sometimes people use classes that have no valuse in the css file.
    Any help would be great.
    Thanks. Keith

    https://www.ads-software.com/plugins/nextgen-public-image-uploader/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter kperkins

    (@kperkins)

    I actually found the right class in the css file, but still can’t get it to go on bottom.

    Plugin Author lagdonkey

    (@lagdonkey)

    Are you referring to the moderation bar?

    Thread Starter kperkins

    (@kperkins)

    No, the upload form. If you put it on a page, or post, it’s at the top. I want it at the bottom. I put mine on a gallery page, and it shows up at the top, before the thumbnails.

    Plugin Author lagdonkey

    (@lagdonkey)

    The css you are looking for is line 28 of nggpup.css. Specifically:

    .ngg_pup_upload_wrapper {
    width:100%;
    float:left;
    margin-top:40px;
    margin-bottom:40px;
    }

    I’m not sure why it’s acting the way it is, it should in theory sit right below the content. Of course it will show up wherever you put the shortcode, but if you’re putting it below the thumbnails, it should show there.

    Thread Starter kperkins

    (@kperkins)

    It’s not. I put the shortcode for the uploader under the shortcode for the gallery, and it shows on top on the page. May be something in the theme css, I’ll check that today.

    Plugin Author lagdonkey

    (@lagdonkey)

    Okay, I’ve gone ahead and implemented a fix for this, so I’ll leave this open until I hear back from you, and then close it.

    Thread Starter kperkins

    (@kperkins)

    Great thanks. Works like a charm.

    Plugin Author lagdonkey

    (@lagdonkey)

    Glad to hear all is working well ?? I’ll go ahead and close this as resolved.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do we get the form on the bottom of the page?’ is closed to new replies.