marekki
Forum Replies Created
-
Forum: Plugins
In reply to: [Marekkis Watermark-Plugin] Watermark size?hi 21 ??
the idea to set the watermark proportionally to the image is already on my todo list. but this function is not so simple to realize.
the second topic should be realized at next time. my idea is to upload a watermarkfile as usually and then to have possibility to choose this file in watermark-admin screen. so you don’t need to change the stempel-file after each update.
tell me what do you thing about this?
Best Wishes,
Marekki.Forum: Plugins
In reply to: [Marekkis Watermark-Plugin] Selection which watermark to use?Hi,
I’m unsure what you mean with “respective settings (x, y)”? do you mean a) the whole set of settings or
b) the x-, y-coordinates? or
c) something else?please explain my your idea. I’m happy about feedback and possibility to improve this plugin.
Best wishes,
Marekki.Forum: Plugins
In reply to: [Marekkis Watermark-Plugin] Selection which watermark to use?Hi a&c
the good news is: I have already implemented this function for the next version.
the bad one: it is a simple quick & dirty hack and you have to wait for about 1-2 weeks because no time for tests yet.Best wishes,
Marekki.ps. please feel free to rate my plugin.
Hi Dayver.
thank you for your hint. I’ll use your solution in the next version of my plugin. The core functions of my plugin are very old but works. So hints like yours are very good reason to update them and to use the new build-in wordpress or php functions.
I close this thread and hope for more hints like this one.
Best wishes to Kiev.
Marekki.Forum: Plugins
In reply to: [Marekkis Watermark-Plugin] watermark is cut at the right sideThank you for this hint. I see this for the very first time. This problem is depend on used fonts.
As a quick and dirty workaround you can add a space character at the end of your text. So nothing of your text will be cut off. If this is an acceptable temporary solution for you, so please close this topic.
I’ll try to fix this issue for the next update.
Marekki.BTW really nice pictures on your website!
Forum: Plugins
In reply to: [Marekkis Watermark-Plugin] File sizeHi fungoody.com,
I’ll close this topic because you can follow my instructions to change the size. If you still have problems with this topic, please open a new one.
Best wishes,
Marekki.Forum: Plugins
In reply to: [Marekkis Watermark-Plugin] File sizeHi,
the quality of the output file is set to 100%. This is the reason, why the file size is so big. I have this in focus for the next update. At moment you can change this only in code. So find in the file: <strong >marekkis-watermark/wm_functions.php the following lines
switch(exif_imagetype($file)) { case 2: ImageJPEG($photoImage,$file,100);break;
and remove “,100“. so you need only:
switch(exif_imagetype($file)) { case 2: ImageJPEG($photoImage,$file);break;
After this the quality of the watermarked images will by stay at default and the size of your pictures change minimally.
See: here
Best Wishes,
Marekki.Forum: Plugins
In reply to: [Marekkis Watermark-Plugin] Change default pathHi fungoody.com,
I’ll check this issue. Thank you for your hint.
Marekki.
Forum: Plugins
In reply to: [Marekkis Watermark-Plugin] Exclude Gif filesHi Dr-Hack,
I’ve deployed a new version of Marekkis Watermark Plugin. The current version allows you to select which type of images should be watermark while uploading. I hope this is the option that you needed.
Best wishes, Marekki.
Forum: Plugins
In reply to: [Marekkis Watermark-Plugin] Exclude Gif filesHi Dr-Hack,
sorry, but at this moment to disable watermarking for gif-files is a little tricky. Please send me an email via https://www.wp-watermark.com and i try to send your a modified version in next few days.
I’ll get this idea to my ToDo list for the next version.
Best wishes, Marekki.
Forum: Reviews
In reply to: [Marekkis Watermark-Plugin] Completely crashed my siteHi khaman,
sorry if the plugin is not working for you. How did you installed the plugin? as download/manually or via wordpress?
You are the first one with this kind of problems.
Best wishes,
Marek.hi geertvdheide,
the fix is already checked-in in to the repository. The release is still 0.9 because the problems are significant only for XAMP users.
Enjoy the plugin.
Marek.Forum: Plugins
In reply to: How to check if plugin is activatedok, i have found something in the DB. all activated plugins are listed in the DB. Table= wp_options row=active_plugins.
so you can check with small sql if the plugin ist sctivated.
Forum: Plugins
In reply to: How to check if plugin is activated?? funny. but my plugin can’t do this! i have to check with script if the plugin is activated. depend of the status of the plugin i have to switch between the script-actions.
some other ideas?
Forum: Fixing WordPress
In reply to: watermark?have fun and hey, write me a short email with the name of your blog if you use watermark! i will link to your blog to show it as example.
Marekki
my example you can see under: puv-blog.de.tk