norbou
Forum Replies Created
-
Heureka, David,
it works with this rule set:_avia_attachment_copyright
2#116:Copyright Notice
template:([+exif:copyright+])
IPTC
Keep
ActiveYes, I had a typo there, but after further searching on the Enfold template support forum I found another mention of this field and it what is the exact name. For those of you using this template, here’s what to do with it:
https://kriesi.at/support/topic/how-to-use-the-image-copyright-info-within-a-enfold-gallery/Thank you very much for your help,
JiriThank you very much for the explanation.
In point 1 I meant _scaled to 2560×2560. The originals are up to 6000 px, and I think WP doesn’t even store the link in the database since 5.3, so I was pleasantly surprised by your answer. So if optimole works with the unscaled ones, we leave them on the server.
I’ll try to ensure that small sizes on our server are generated only on demand and not automatically, and high compression is used for them. That way we’ll have enough space to preserve the originals.Regards,
JiriHi Adam,
yes, I can see that after batch rescaling the images with Imsanity, it doesn’t update the image size as it should. I have an Imsanity column in my media library and one more image dimension. I also checked this in the detail and it also shows the wrong image size that was valid before scaling.
Image Magick does not have any column information, but in the image editing detail it shows information if this engine was used when scaling the image. There I learn that it was not and that is also a pity, because it achieves better results.
I am currently in the state of having restored the entire site to its pre-batch processing state using Imsanity, and the image size data in the database is now consistent.
So for now, I have postponed action and don’t really know what to do next.Important information:
WP 5.8
Imsanity latest version
WPML active
MLA activeIf you have any ideas, I’ll be happy to provide debugging information.
Ragards and thanks,
Jiri- This reply was modified 2 years, 3 months ago by norbou.
I have enabled the WP and MLA debug to level 16, but after uploading a new image with metadata with the Imsanity plugin active, nothing was logged and the metadata was not transferred to WP. I also don’t see an error log on the FTP. I use WPML on the live site and don’t have it on the test site, theoretically it could also come into play after it duplicates the media records when uploading. I will try to activate it on the test site, but it will take more time to configure it.
Forum: Plugins
In reply to: [Media Library Assistant] Correcting automatically scaled imagesThanks for your comment,
I’ll try to deal with both problems using some specialized plugin to clean up the media library. I can’t help but agree that this is a marginal area for MLA, but I wanted to make sure you hadn’t addressed it as well.
I’ve given up on restoring the original auto-scaled images because there’s probably no easy way to do it. Shrinking the oversized images that were not automatically rescaled by older versions of WP to 5.3 using batch processing using the Imsanity plugin didn’t work properly, so I’m putting it off for now until the plugin is fixed.
Imsanity is a plugin that takes care of shrinking oversized images and also supports post-processing of oversized images.
Image Magick is an alternative engine that WP uses to work with images, and which achieves better results in terms of quality.Kind regards,
Jiri- This reply was modified 2 years, 3 months ago by norbou.
Thanks for the tip and explanation, I had no idea.
I tried with the underscore at the beginning, but that doesn’t work either, although the data is in the image and I can see it in the MLA meta box below the image.
So there is nothing to do, it just won’t work.Regards,
JiriSo great! Looking forward ??
Amazing! thanks for the prompt fix! The flag is now displayed as before after the place value. However, Multisite bookings have recently been exported so that each has its own column, so the “pending approval” flag now appears next to each place value. Perhaps this makes some sense, but it might be conceptual if the pending/approved status also had a separate column and the information wasn’t redundant. I can handle the file processing this way too, though.
Jiri
Forum: Plugins
In reply to: [Events Made Easy] HTML5 form localeSolution is to use jQuery for changing select option texts:
$(‘select option:contains(“Yes”)’).text(‘Ano’);
$(‘select option:contains(“No”)’).text(‘Ne’);For calendar date picker I will use jQuery element by EME instead of HTML5.
Forum: Plugins
In reply to: [Events Made Easy] HTML5 form localeI can confirm, that in WordPress is set Czech language and in both browsers is Czech as most preferred language. I have tested also browsers with English and Czech UI, but the behaviour is the same.
Anyway, this strange behaviour of HTML 5 form elements in browsers should be taken into mind for validation and processing.PS: All browsers except Brave are displaying Yes/No booking select boxes in English.
Screenshot: https://ibb.co/Zh8T6JbForum: Plugins
In reply to: [Media Library Assistant] Simple image gallery filtered by att. tagSolved. Awesome! Working perfect!
Thank you DavidForum: Plugins
In reply to: [SlimStat Analytics] Conflict with Total cacheRESOLVED: I am still using downgraded version 4.7.8.3, Browscap is not installed and is retuning error on a try to install them, but stats are working well in client mode now. I purged caches and disabled static browser cache of JS files which was set in .htaccess.
Forum: Plugins
In reply to: [SlimStat Analytics] Conflict with Total cacheI did a downgrade. Using client mode. Browscap is not installed. There was an error downloading the Browscap data file from our server. Please try again later. First visit recorded. I see tracker error message: [05-05-19 12:37 am] 101 Invalid data signature. Try clearing your WordPress cache.
- This reply was modified 5 years, 6 months ago by norbou.
Forum: Plugins
In reply to: [SlimStat Analytics] Conflict with Total cacheInteresting. I was digging in backups of my DB and I see, that my stats stopped work before I installed Total cache. I had some issue with hosting caused by cron and updraft backup. So I don’t think now that there is any link with W3 Total Cache. I reloaded stats data from last backup into database, but stats are still not working. I really don’t know what to to try next.
Forum: Plugins
In reply to: [Events Made Easy] Multiple limits per programI hacked the source of the plugin admin interface to increase the limit of places/pices fields and it looks that is working and all data are saved.
But I am getting error “Please enter a correct number of spaces to reserve” which appeared after increasing limit.
In the template I have fields from #_SEATS{1} to #_SEATS{49}.