amrensen
Forum Replies Created
-
Dear Alex,
Thanks for your quick response. The function shows ALL images published using Nextgen. Not as a Gallery but as an XML that Google indexes. I’d like to know if there is a way to disallow this. I, and perhaps a lot of other users, do not see the added value of this function. From what I know a lot of photographers happily use Nextgen for their client galleries. These images are typically personal and shouldn’t be accassible to the public unless explicitly choosen for.
Excluding images will disable them from showing up indeed, but this inludes the gallery the images should be shown into.
I’d like to inform if there is a solution for this. The nicest way would be an option that allows you to make a distinctive choice wheter you’d allow Nextgen to publish the XML or not.
Kind regards,
Auke Rensen
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] push gallery to the front?Had a similar issue with my CSS drop down menu plotted behind the NextGen Gallery thumbnails. It took several days of troubleshooting before I figured out the following solution:
.ngg-gallery-thumbnail {
/* deleted the following line, as it caused the gallery thumbs to be printed over other content in IE6 and IE7 */
/* position:relative; */
float: left;
margin-right: 5px; text-align: center;
}.ngg-gallery-thumbnail img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
margin:4px 0px 4px 5px;
padding:4px;
/* deleted the following line, as it caused the gallery thumbs to be printed over other content in IE6 and IE7 */
/* position:relative; */
}Hope this helps
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] My drop-down menu gets hidden behind my galleryHad a similar issue with my CSS drop down menu plotted behind the NextGen Gallery thumbnails. It took several days of troubleshooting before I figured out the following solution:
.ngg-gallery-thumbnail {
/* deleted the following line, as it caused the gallery thumbs to be printed over other content in IE6 and IE7 */
/* position:relative; */
float: left;
margin-right: 5px; text-align: center;
}.ngg-gallery-thumbnail img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
margin:4px 0px 4px 5px;
padding:4px;
/* deleted the following line, as it caused the gallery thumbs to be printed over other content in IE6 and IE7 */
/* position:relative; */
}Hope this helps