Apollo139
Forum Replies Created
-
Forum: Plugins
In reply to: [Scissors and Watermark] requirements for this plugin to work?Hi, I still didn’t get any e-mail. Could you send it again and also to [email protected]?
A.Forum: Plugins
In reply to: [Scissors and Watermark] requirements for this plugin to work?Hi,
the problem will be probably somewhere on the server setting. I can help you, but I need access to your website hosting (FTP) and administration of WP. If you agree, my e-mail is [email protected].
A.Hi, sorry for long delay….
try use this:
$gid = intval($garr[0][ngg_id]);
.A.
Forum: Plugins
In reply to: [Scissors and Watermark] requirements for this plugin to work?There is no special requirements. Maybe on the server are some restrictions. Some shared hosting (aka multihosting) have some safety restriction. But I also use shared hosting and I dont have any problem.
Check following:
1) Upgrade WP to last version (3.5)
2) Deactivate all other plugins.
3) Try to set PHP “safe_mode” to “off”.
4) PHP memory_limit – set it to at least 32 MB.
5) PHP max_execution_time – set it to at least “90”.That’s all what I think of at the moment….
A.Forum: Plugins
In reply to: [Scissors and Watermark] how to disable it ??Uncheck all checkboxes (row with “Enable” label) with WP image sizes in “Media->Settings” admin page.
A.Forum: Plugins
In reply to: [Scissors and Watermark] Upload error in postHi,
hmmm… strange… Did you try to deactivate all plugins and activate only Scissors and Watermarks?Which version of PHP is installed on your server?
A.
Forum: Plugins
In reply to: [Scissors and Watermark] requirements for this plugin to work?Hi,
the plugin need PHP GD library, which is bundled with PHP 4.3 and greater. So if you have installed php 4.2 and lower, you must install GD library.
A.Forum: Plugins
In reply to: [Scissors and Watermark] Bug: Auto resize full size stoppedCheck if the resized (source) image is larger than the WP “full size”.
When the source image is smaller (ex. 200 x 200 px) and WP “full size” is set to 300 x 300 px, so the plugin does not resize it.
A.
Forum: Plugins
In reply to: [Scissors and Watermark] Remove the Watermark ImageHi,
the plugin works following:1) the plugin create a new file which is “clear” (without the watermark) cropped area of the watermark position of original image, after that plugin apply the watermark. If you reset the watermark so the plugin use this “clear” cropped area to “reset” the last version of the pictur
2) there is a button “Reset watermarks” which delete the watermarks and return last version of the photo. You can also select particular size(s) to reseting. That means that if you apply watermarks twice or more on the same image, so you make impossible to reset original picture
3) if you dont want to automatically apply watermarks to every new uploaded files so dont check any checkbox in “Media->Setting” admin page
Ales
Forum: Plugins
In reply to: [Scissors and Watermark] Remove old watermarkHi,
I know, it’s a small bug. I’m doing on it right now… Thank for the info.
A.Hi,
tab Developers.
A.Hi,
uff …. please, try to use the older version (3.0) of this plugin, it should to work correctly. When I resolved currently issues with newest version I repair it. Thanks. AlesHi,
the plugin works the same like in version 2. I used the same code, just repair mistakes and influences by the upgrading of WP core.In my case I always first crop the image and after that I add it to a post. If I crop image which is already added to a post, I always add it once again. And sure I dont use the procentually re-size an image in the post editor. Of course that it has influence to quality of an image. Better is to set custom sizes and use them.
I hope I undrestood you well.
Ales
Forum: Plugins
In reply to: [Scissors and Watermark] Watermark not applying to imagesHi,
This is a site issue – not a plugin one. Try increasing the memory available to PHP.
I recommend to set the “memory_limit” at least 64M.
AlesThe plugin support PNG-24, GIF as well as JPEG. It has been tested with WP 3.5 and plugin version 3.2.
Ales