bee-dudler
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] push gallery to the front?Hi,
i dont know how your drop down list is done but there should be normally a css definition for that in your themes css for your dropdown menue, is there a z-index:100; for example in it, if so try a greater value than the one you find if not put e.g. z-index:20; there and increase the value step by step may that helps, but i really dont know for sure (i remember darkly of a similar issue long ago) so please tell me which theme you are using or is it a plugin for the menue and which one?best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] push gallery to the front?Hi,
did i get it right understanding you want the dropdown in front (of the slideshow or gallerythumbs)?
This would be a question of higher z-value for your dropdowns css.
Else post a link.best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] I need the gallery without thumbsHi,
with 4# maybe trying to delete those strange doubles via ftp first and then generating new thumbs is worth a try? still guessing.And the question of order theres a kind of primtive solution which maybe not so satifactory if you got extreme values on the different pix, but heres the link it also applies to differenet image/thumb dimensions not only descriptions mentioned there: https://www.ads-software.com/support/topic/187955?replies=4
So when looking at the ampeln gallery and compare it to to your largest gif in height on the whole page (which you should use as a height measure regarding the link above), these small ones might look a little lost. You could still be cloning the template renaming and calling an also cloned css definition for height…
best regards
beeP.S. Yes i do admit having a faible for funny names..and i like dogs (the well educated nice ones) ??
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] HTML TagsHi,
if you have a current version of ngg there should be a file “gallery-caption.php” inside the “view” folder thats inside the nggplugins directory, if so you can just change the shortcode entries in your posts/pages from[nggallery id=yourgalleryID]
to[nggallery id=yourgalleryID template=caption]
in the editor.best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] doubled header in manage gallery tabHi,
yes i can https://sing.dudelidu.de/
click on the thumb just top of page to enlarge.best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] HTML TagsHi,
here https://sing.dudelidu.de/seite4/ i am using[nggallery id=2 template=caption]
which uses the image description. As you can see no problem with <b>best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] help with pluginHi,
those on alex′s page? That would be here:
https://www.webdesignerwall.com/tutorials/css-decorative-gallery/
(you have to adapt into new template changing gallery php)
best regards
beeForum: Fixing WordPress
In reply to: Nextgen Gallery Batch Upload doesnt workHi,
ftp them to a new folder inside wp-content/gallery/ then you can import the folder to ngg, if you run into memory problems you have to upload with several batches and then let ngg look for new pics.best regards
beeForum: Plugins
In reply to: Placing Nextgen-Gallery on HomepageHi,
this could work:if (function_exists(”nggShowGallery”)) { echo nggShowGallery($value); }
$value
is the id of the gallery you choose.best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How do I display nextgen albums?Hi,
silly question (sorry) first – album has been created?
Because code looks right so far (but there should be no empty space between bracket and album), did you copy/paste it or put it there by hand?
If visual editor is enabled for editing posts/pages then there should be a menue item for ngg from where you could add galleries albums and so on to your post pages, its just above the text field.best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] JS Function no longer working@stypecreative,
i do see a double call of jquery which is not good, but dont see a sign of a lightbox (plugin) you call with the rel tag.best regards
beeForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] doubled header in manage gallery tabHi,
do you mean ID thumbnail and so on? This is as it should becomes handy if you have many pics in it one top and one at bottombest regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Problem: Thumbnail CreationHi,
might be of interest:https://alexrabe.boelinger.com/2008/05/13/understand-gd-library/
best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] I need the gallery without thumbsHi,
look here: https://sing.dudelidu.de/i can′t reproduce the other problems, maybe #1 has to do with the shutter effect as you can see linked pictures show correct count.
#3 i used the batch upload which did not result in this maybe you could try the same just for narrowing down.
#4 i see thumbs in the gallery management dashboard but as expected animation is gone with thumb generation, is there a thumbs subfolder in your pics directory (shold have ben created automtically with folder import)?Sorry i can only guess on this
best regards
beeForum: Plugins
In reply to: [Plugin: NextGEN Gallery] I need the gallery without thumbsHi,
sorry was busy otherwise, lets try it first with the size issue, i just set this up for my self (without links havent tried yet with gifs) i deleted<?php echo $gallery->imagewidth ?>
and<?php echo $image->size ?>
this resulted in displaying pics in their original size. Will try with gifs and popup next.best regards
bee