Hello!
I'm testing NextGen Gallery and WP Photo Album Plus. I have yet to decide which one I will ultimately be using. Here are a couple things I'm curious about in NextGen.
1 - How can I center the image in the sidebar widget? I tried changing the style sheet like this
/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
overflow: hidden;
margin-left: auto;
margin-right: auto;
padding:5px 0px 0px 0pt;
}
.ngg-widget img {
border:2px solid #A9A9A9;
margin-left: auto;
margin-right: auto;
padding:1px;
}
But that doesn't appear to have worked. Any help is greatly appreciated.
2 - I found the Voting Plugin and will be using that but I also would like to allow users to comment on individual photos. Is that functionality already hidden somewhere that I can't find? Or perhaps there is a plugin for that too? If not, are there any plans to add that ability?
3 - I'm using [album id=2 template=extend] to display the album with 4 galleries inside it. when I go to one of the galleries I have to go back to the main photo page to reload the album. Is there a navigation option somewhere so that users do not have to reload the main album page or should I be doing this differently.
Again any help greatly appreciated.