Benjamin
Forum Replies Created
-
You can target those with
.ngg-navigation a.nextand.ngg-navigation a.prevbut how you adjust the size will depend on your theme and what you want it to look like.That looks like there hasn’t been a request made to the server yet, try looking after clicking the “Upload X buttons” and the image fails?
We’ve found a separate (possibly) bug where it’s possible to click the upload button before a gallery has been selected; can you confirm that you have created or selected a gallery before attempting to upload new images?
If you are comfortable with some basic code editing I’ve committed a pretty simple change that fixes our uploader using a generic error message and makes it report what the server responds with. You can find that change on this github.com commit to get more detailed error reporting.
We recently made a change to how file paths are determined, it’s possible this has affected the content of NextGEN’s custom styles feature. If that feature is being used then perhaps going to Other Options > Styles and re-selecting your stylesheet and saving it again may fix the problem.
Perhaps the styles set there are not being applied at all.
I’m not thinking of much that could help. Is this in the classic editor, the “gutenberg” / block editor, a custom post type, or in a page layout manager plugin?
It looks like this could be a theme conflict; but I have to admit I haven’t personally done a lot of testing with TwentyEleven in a while.
If you click an image the lightbox IS starting, but rather than being an overlay it’s all the way down at the bottom of the page! Another lightbox may not have the same problem, Shutter is unfortunately quite old at this point.
Thanks tchekouze!
I haven’t experienced this problem myself while using WordPress pulled from git, but WP 5.7 isn’t quite yet to the alpha stage and they are making several changes to JS/jQuery with 5.6 and 5.7.
Do you still experience this with the latest WordPress nightly / pull?
NextGEN Gallery is (or should be!) compatible with PHP 5.6 through 8.0; the only exception is PHP 7.0.26 and PHP 7.1.12 due to a short lived bug in PHP itself.
I don’t recommend people use anything but the latest release of NextGEN for security reasons, but the last release of NGG without the Uppy based uploader was 3.3.20.
If possible could you provide some debugging data for me? On the upload images page:
– Right click anywhere and select “Insect”
– Click on the “Network” tab, then the “XHR” tab below it
– Select some images, then click “Upload X files” button
– Select one of those new requests in the developer tools, then click the “Response” tab
– Then copy whatever is there to me hereI suspect that the server is generating an error that the uploader is meant to report but isn’t, or while we expect a specific formatted response we’re just getting an unformatted error. This can sometimes be caused by having
WP_DEBUGon as PHP can mix warnings or notices into formatted JSON text.Hi esmaeili!
Could you try the following (assuming you use Chrome) when trying to upload:
– Right click anywhere on the page and select “Inspect”
– Select the “Network” tab, then the “XHR” sub-tab below it
– Click the “Upload X files” button
– Click one of those new requests and then click on its “Response” tabAnd then provide the results here? I expect there’s an error on the server side that isn’t being reported by our new uploader, if I can just find out what the server is replying with I can fix the problem.
Thanks!
Hi ongkahyee!
I’ve looked at the page you supplied but it doesn’t appear that you are using NextGEN Gallery there.
That can be removed with:
add_filter('show_nextgen_version', function() { return ''; });You’re absolutely right; I’ve made a note to have this fixed in our next release.
Thanks for pointing this out to us!
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Using albumsHi rhondadrew! Sorry for the delayed response.
To accomplish that you would need to create your own album template. You can see our documentation on that here
We’ve deprecated the “legacy” (NextGEN 1x) custom templates but HAVE NOT removed them or changed them in any way — at this moment we have only added a notice stating that we will eventually be removing their support. We will not be dropping them entirely though; we will probably leave them in NextGEN for several releases but require a constant or filter to enable them and may (years from now) move that feature into a companion plugin.
If they have been using a custom template you may just need to re-select and re-save which template has been selected.
Currently I feel a bit reluctant to clear the ngg cache for fear of having down-time again, but if it can help improve ngg we can talk about this.
I’ve thought about this some more, I should add: NextGEN’s image cache is just the “dynamic” images — say if you override the default thumbnail size for a Basic Thumbnail display then we create a second set of thumbnail images and store them in the cache.
NextGEN Pro’s Tile, Masonry, and Mosaic displays however don’t use the ‘full’ sized image and generate specially sized versions in order for those images to fit into their display and to conserve some bandwidth. If the generated / resized file does not exist the browser is given a special URL to the image (it starts with /nextgen-image/) that triggers the server to do the resize and serve the results to the browser. This can make the first time loading one of those displays pretty slow.
The feature to wipe NextGEN’s image cache is partially for people to reclaim disk space if necessary and partially because of a handful of bugs through NextGEN’s history; for most people it actually shouldn’t be used unless necessary. I’ve made a note to add a warning / confirmation to the “Clear image cache” button, that’s definitely on us for not having done so before and not explaining what it does before launching.
If you’re having to break up a single large gallery into multiple galleries.. this isn’t the friendliest answer but you could upload / create your large gallery and insert it into a private page and preview it — once the server has had the time to generate all of the new resized versions it will then have static copies that are much faster to serve and the page can be made public.
I hope that helps a little!
Het zou PHP 7.3 kunnen zijn, maar ik heb ermee getest en had geen problemen. Ik heb minstens één gebruiker zien zeggen dat 7.3 ook traag was op de pagina Albums beheren.
Dit kan worden veroorzaakt als u een andere plug-in heeft die WordPress jQuery verandert of jQuery Migrate toevoegt. Probeer misschien alle andere plug-ins te deactiveren en kijk of er een conflict is.
/
It could be PHP 7.3, but I tested with it and had no issues. I’ve seen at least one user say that 7.3 was also slow on the Manage Albums page.
It can be caused if you have another plugin that changes WordPress jQuery or adds jQuery Migrate. Maybe try to deactivate all other plugins and see if there is a conflict.