Apollo139
Forum Replies Created
-
Hi,
it should to works with the plugin version 3.2. Try to update, please.
Works only with WP 3.5!
AlesHi,
– upload the image to the media library
– “Edit” the image via media library
– use “Crop”, “Resize”, “Rotate” or “Watermarks” function
– insert the corresponding image size (thumbnail, medium, full or any of custom image size if are defined) to the post
A.Forum: Plugins
In reply to: [Scissors and Watermark] Remove old watermarkHi,
please check the new version 3.2. There is new option “Reset” to remove the watermark.
AlesForum: Plugins
In reply to: [Scissors and Watermark] Watermark not applying to imagesHi,
please check a new version 3.2
AlesForum: Plugins
In reply to: [Scissors and Watermark] Fatal error @ "Watermark"-functionHi,
you can also change the memory limit via .htaccess file if your hosting provider support this settings.
A.Hi,
the API returned the ID of an album. So you can use this code in your template file to show an album:
echo nggShowAlbum( $nextgen_album_id, $album_template_file, $gallery_template_file );
See also to the documentation of NextGEN Gallery or check nggfunctions.php in NextGEN plugin folder (there you can find the nggShowAlbum() function).
Hi, well, could you still send what return $garr variable?
add this code:
print_r ($garr)
;after:
$garr = get_field('nextgen_gallery_id');
and send value of the variable $garr. You should see it on the page within browser.
Could you post part of the code of your template file with the API, please?
Hi,
yes, because there was a change in the saving of variables to database from version 1.2. Just try to re-save the post. The error should disappear. If not, let me know please.
AlesHi, sorry for this mistake. Version 1.2.1 fixed this problem.
Best, Ales.Hi,
I’m sorry for this crucial change, but it was necessary to support NextGEN Gallery Album.Please, read the documentation before the upgrades. On the description page is an example, how you can use the api returned value in your template file.
If you have particular issue with the code, write the part of a code and I will try to help you.
Thanks,
AlesHi,
I’m sorry for this crucial change, but it was necessary to support NextGEN Gallery Album.Please, read the documentation before the upgrades. On the description page is an example, how you can use the api returned value in your template file.
If you have particular issue with the code, write the part of a code and I will try to help you.
Thanks,
AlesHi,
the upgrade to version 1.1.2 should resolve this problem. If not, please, let me know.Hi DoZ, could you specife the problem? Is the problem in somewhere in WP template file? Could you post the part of the code of template file? Or is it in admin area?
Resolved.