tizz
Forum Replies Created
-
@gdanieli Write
.ngg-album-compact p {display:none;}
in custom CSS areaForum: Plugins
In reply to: [W4 Post List] Post categories titles are goneIn production site after seeing the changelog I haven’t updated and I’ll wait, but I did it in a test-site, where now I’ll try the n. 1 solution.
It’s more tricky because I used to have a custom template for that page and custom CSS where I divided the page into two columns using only two different lists with 2 and 4 categories each, in two divs (the result is here), but now I’ll have to make a list for each category I guess. I’ll try anyway and if I don’t succeed, I’ll wait.
Thanks.@nppbc The watermark can’t be removed.
As far as I know, the only solution is to create a new set of thumbnails, of course doing that from the original images without watermark. Do it like this:
Don’t delete the images from the management page of the interested gallery – otherwise you’ll lose metadata and tags – but upload the original pictures without watermark to their place in the relative folder (the directory must be exactly the same, so check the name of the images) directly on the server via FTP, overwriting the existing ones.
Now go to the gallery page in Manage Galleries, or update it if you are already there (I’m not sure if clearing cache is needed), but to be sure that the images are the ones without watermark click on one or two of them and check.
Select all the images and start “create new thumbnails” with a bulk action.
After that you’ll have new thumbnails without watermark. Do any other action now, if you have some, and keep the watermark setting as the last one because, for instance, if you change thumbnails size with watermark already setted, a new set of thumbnails with watermark will be created.
Check the gallery if it is as expected and when you are ready set watermark, and it will be only on the full size images.P.S.: Keep in mind that using “clear image cache” button most likely will make reappear watermark on thumbnails.
@acekin Since yours is a problem that comes periodically, I understand that in your situation it may be very difficult to follow the normal troubleshooting, but somehow you should try to put it in place because it is a good way to find or to exclude any conflicts with the theme or a plugin, and maybe the issue happens only periodically in reaction to a particular action.
The thing to do would be disable all other plugins and activate a WordPress Twenty series theme, when galleries are in place, but you should stay in this situation for some days to see if the issue happens again, so I understand that it can be very annoying on a production site.
Alternatively, even though it might not be as effective, you can arm yourself with patience and try one plugin at a time, and so if the issue happens you’ll know that (at 99%) it’s not that particular plugin, and you can go on with the deactivation of another plugin or theme.
However, even if I don’t have the evidence, this problem could be related to the database as well.
Sorry if I’m not very helpful with this answer, but maybe it’s something to chew on.@flt4ever “Gallery not found. Please check your settings” is a generic message that doesn’t necessarily reflect the source of the same problem.
From a simple syntax error in a shortcode to more complex issues such as the one of the OP, the cause can be different. In this case, sometimes galleries are visible and sometimes not, and this is something that doesn’t seem to happen to you. Here is the “uniqueness”, because they disappear on their own, not after an user action (such as an update or a wrong shortcode).
So you should open your own topic describing your own problem, because asking help in someone else’s topic is useless for you and very bad for OP.
As for roll back: http://wordpress.org/plugins/nextgen-gallery/developers/Forum: Plugins
In reply to: [W4 Post List] Post categories titles are gone@shazzad Hossain, I don’t know why you have marked this as resolved, it’s not resolved.
I’m still interested on how to display the category title in a post list.@grubbi Usually it stays in the root, otherwise you have to ask your provider.
And copy and paste here your server configuration, the one you can find in plugin’s Overview page. It may be useful even if all worked well before.@ramiram If you bought the plugin you have the Pro version and you have to ask support directly to the plugin’s author via contact form, also your problem is totally different, so if the problem is with the upgraded free version of the plugin you should open your own topic.
@grubbi Your issue is strange, “no data received” seems like a not complete or corrupted installation, but then a manual installation via FTP should be resolutive.
Before the upgrade everything worked well?
Have you looked in the error log on the server in correspondence with the time in which the error occurred?@grubbi An angry man face?
For me it’s solved with last version 2.0.63. Thanks!
@vik05 This is Leaf theme support, you have to write to your theme support
@susa38 You are correct, this is a solution to delete all transients, it doesn’t ensure that those will be regularly flushed, and maybe you’ll have to query it again.
However, this issue was present months ago (some NextGEN versions ago) and I had it too, then it was resolved and the current NextGEN version should not cause this problem no more, because now transients are regularly flushed away.
I see that you have current version, so for the moment I suggest to clean up database with that query (it’s harmless but I recommend to backup your database before any operation) and in addition you could also clear image cache from Other Options > Miscellaneous, just to see if this total cleaning will have impact in the subsequent behavior.Susa38 Make a backup of your database first, and then put this query in SQL
DELETE FROM wp_options WHERE option_name like '_transient_%' OR option_name like 'displayed_galleries%'This will remove all transient
Well, the difference is more in the number of tags that you want to extract for each page, more than for the number of galleries, because at the time that you publish a gallery the effort spent it’s the same as for publish a tag cloud.
I can understand if for each tag cloud you have to choose tens of tags.Edit
If multiple galleries have the same tag, it’s going to pull those tags regardless of the gallery.
That’s how tags works. The WordPress tag cloud works differently? No, the archive page of a tag display every post that contain that tag.
If I may say, why don’t you make a gallery for every single family?
Or, why don’t you assign the same tag to the images that you want to go out together?I remind you that if you want to display a tag cloud with only certain tags you can choose them via ATP function in the panel from “what would you like to display” – I’m not sure if this is what you want to accomplish and unfortunately it is to be done by hand, but in the end it’s way closer to get what you want.
As for thumbs dimensions, are you sure that via ATP “in customize the display settings” have you setted Yes on “thumbnail crop” at a customized size?