bee-dudler
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] I need the gallery without thumbsHi,
the file should be in a folder “nggallery” which has to reside in your themes folder. And the filename must begin with gallery-something.php to be recognized as a gallery template by ngg.best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] One photo in multiple galleries?hmm,
maybe alex picks up on that..best regards
beeHi,
not at the moment (imagebrowser is closest but reloads page for every pic) but there′s something possible in a pipeline somewhere, for now these are close but rely on flash
https://shabushabu-webdesign.com/wp-plugin-nextgen-flashviewer/language/en/
https://shabushabu-webdesign.com/wp-plugin-nextgen-imageflow/language/en/best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] One photo in multiple galleries?Hi,
as far as i know not, but you can copy or move them between galleries on manage gallery page.best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] I need the gallery without thumbsHi,
you could try this:
First follow these instructions: https://nextgen.boelinger.com/templates/
then make a copy of /wp-content/plugins/nextgen-gallery/view/gallery.php
and rename it to your likings e-g gallery-gifview.php and edit it.look for
<?php foreach ($images as $image) : ?> <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $gallery->imagewidth ?> > <div class="ngg-gallery-thumbnail" > <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> > <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> </a> </div> </div> <?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?> <br style="clear: both" /> <?php } ?> <?php endforeach; ?>
and change to
<?php foreach ($images as $image) : ?> <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $gallery->imagewidth ?> > <div class="ngg-gallery-thumbnail" > <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->imageURL ?>" <?php echo $image->size ?> /> </div> </div> <?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?> <br style="clear: both" /> <?php } ?> <?php endforeach; ?>
best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Gallery post push Sidebar belowHi,
you could try the following, first put a copy of nggallery.css inside (to keep changes if updating ngg)your themes folder and then edit the width of the following for example to an amount of px which fits your theme.
.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear:both;
display:block !important;
}best regards
beeHi,
[Show as slideshow] can be switched off there: admin->gallery->options->gallery there you deselect use slideshow[View with PicLens] this one there admin->gallery->options->general deselect to use cooliris/piclens.
this should not affect the shutter.
best regards
beeForum: Plugins
In reply to: User galleriesHi,
this might be of some use.
https://www.brighthub.com/internet/web-development/articles/16920.aspxbest regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nextgen Thickbox/lightbox Effects not workingHi,
look if in the header.php of your theme there is<?php wp_head(); ?>
inside of the <head> and </head> if not put it just before the closing tag </head>best regards
beejust sent you my email using contact form on your blog
best regards
beeForum: Plugins
In reply to: NextGEN Gallery – sidebar widget will not display ‘Original images’Hi,
have you seen that one https://www.ads-software.com/support/topic/227665?replies=33 seems to be the same. Sorry i cant help but problem seems to have been reported to Alex so there′s hope for a solution at least i guess.best regards
beeOoops,
im sorry had overseen that the shutter plugin is not needed it integrated in nextgen, so please deactivate the plug but leave the gallery option to shutter. Hopefully now it may work?best regards
beeHi,
ist the plugin active on that blog? Because i cannot find lines like:<link rel='stylesheet' href='https://awaytogarden.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css?ver=1.3.0' type='text/css' media='screen' />
and
<script type='text/javascript' src='https://awaytogarden.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js?ver=1.3.0'></script>
inside the generated html source of your blog (examples taken from the link you provided as example) these should be put by the activated plugin automatically inside the
<head> </head>
area.best regards
beeForum: Requests and Feedback
In reply to: [Plugin: NextGEN Gallery] Link TextHi,
a better place for changes would be to find in the view folder, there you can easily change whats called as alt or title. To keep changes permanent follow these instructions: https://nextgen.boelinger.com/templates/best regards
beeHi,
i think you should take advantage of the new template functionality https://nextgen.boelinger.com/templates/ for keeping your changes after update of ngg. In your case make a copy of the image browser rename it, change it to your needs, put as told in the link above.best regards
bee