Viewing 5 replies - 1 through 5 (of 5 total)
  • @jakebuly, you can do it easily with CSS. If you need some help, please share the link to the live page with the image browser gallery.

    Thread Starter JakeBuly

    (@jakebuly)

    @tizz

    Thank you for responding. There will be multiple pages with galleries, I want them to all have no border or title above them. I wouldn’t mind the “Picture 1 of 1″ if I could change it to something more along the lines of ” 1 / 3 ” or something cleaner with a smaller font.

    Here are two pages with sample images so far

    http://jbpstudio.com/creative/

    http://jbpstudio.com/night/

    Thanks!
    Jake

    Plugin Contributor photocrati

    (@photocrati)

    @jakebuly
    The following should remove the border from around the images:
    .ngg-imagebrowser .pic { border: none; }

    The “title” should be made to hide with something along these lines:
    .ngg-imagebrowser h3 { display: none; }

    As for the “Picture 1 of 1” that would be within the code itself and would require customization much more far reaching than something that would only affect the ImageBrowser display.

    Please feel free to submit it as a Feature Request, we would still be interested in your thoughts and ideas on this here: http://www.nextgen-gallery.com/feature-voting/

    Thanks!

    – Cais.

    Hi,

    I used the following code.ngg-imagebrowser .pic { border: none; }in Other Options/Styles/(Show Customization Options), saved changes, reloaded the page with the gallery, but no changes were displayed.

    This is the page: Print Design

    Also, is there any way to customize the spacing between the thumbnails?

    Thanks,

    Paul Fisher

    Plugin Contributor photocrati

    (@photocrati)

    @robotarmy – I the suggestion in a topic do not help sort out the issue for your specific site those additional details would be helpful as well since the issue you are experiencing is most likely different … also in those cases you should create your own topic as well.

    – Cais.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Some small things I need to fix…’ is closed to new replies.