tizz
Forum Replies Created
-
@cmarois, Any plugins you use you will need to reduce significantly the size of the images, if you care the loading speed and the space on your server (and memory usage).
At least 25 times smaller (~ 200kb each).Can you also explain why I point to the image precise_1_2010.jpg for gallery preview, but a different image is created at /wp-content/gallery/precise-faculty/dynamic/precise_1_2010-nggid03110-ngg0dyn-91×68-00f0w010c011r110f110r010t010.jpg?
Because 91×68 image is a dynamic image created for the album display, depending on the size in the settings.
The /wp-content/gallery/precise-faculty/thumbs/thumbs_precise_1_2010.jpg instead is the thumbnail (120×100) created for the gallery, depending on the settings too.@nspace1999, for the other issue you have to open another thread in this forum if NextGEN is involved, and/or in the WPML support forum.
@valyasokol, In the source I see the thumbnails addresses but, just to be sure, in Manage Gallery have you checked if the preview image is selected and if the selected image currently exist?
Example: /wp-content/gallery/precise-faculty/dynamic/precise_1_2010-nggid03110-ngg0dyn-91×68-00f0w010c011r110f110r010t010.jpg
Do you have this image on the server at that path?@bogastyle, the error log file usually stays in the root, otherwise you can ask to your service provider, to better investigate which other errors have occurred on the site in that same time.
@nspace1999, Maybe the thing closest to what you want is to make 1 solo album with all galleries in one step (i.e., one page with a thumbnail per gallery): in this way you solve the cover image doubt, since you have to choose only the image that represents the gallery, not the album.
Another solution to reduce one step more: you may not use any album, but galleries showing only 1 image with a CSS-only method that you can find here (the last post).@nspace1999, I don’t see any issue in your galleries, as per your attached page URL. In that page I see a compact album represented by three images, each of which opens another album with two or three galleries (only the third image is a “direct” gallery), and each gallery opens images correctly in the lightbox.
I don’t know what you are expecting for, but if you want to eliminate one step, delete the sub-albums and put all the galleries under one only album… maybe?@bogastyle, 256 MB is a very high limit, you should not have this problem. Have you looked at the error log at the same time in which that error occurred?
@billts1, Aside from the fact that it is to be seen whether this is a bug or not (if you are convinced that it is, open a report bug with the description of the case), the developers are constantly working to try to improve the plugin.
@jefferytodd If your theme template is responsive, you should not need particular media queries for centering. For center compact album I use:
.ngg-album-compact { float:none !important; display:inline-block; padding: 0 20px !important; }and it works well on mobile too (you can adjust padding as you like).
PS: is it
})a typo or did you write it just like that in the stylesheet?@wikilab Sorry no, it’s not my job.
@wikilab Server configuration is not a matter that can be dealt with the support forum of a plugin developer. If, as you say, your problem lies in the Nginx server configuration, check their official documentation, in addition to the reported above links. And/or their forum.
If you can’t make it, hire a sys-admin.@kingmeares, I think the “Show Related Images on Posts” option in Other Options/Image could do just what you are looking for.
@robertosalemi, link the gallery to a page entitled with the name of the gallery, and you’ll have the title of the gallery in that page (if your template provides
the_title).@robertosalemi, your question has nothing to do with this topic, as it is evident in this topic opened by you at the same time.
Here the matter was how to avoid the ellipsis in the compact album title, displaying in some theme, while you are interested in how to show the title of the gallery in the gallery page.PS: Album e gallerie sono due cose diverse, te lo spiegai parecchi mesi fa sul forum italiano e dicesti di saperlo.