belfisher
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Watermark] Watermark not appearing on picturesHello,
thank you for the feedback.What version of WP do you use?
Did you check the error log?I need a bit more info to isolate issue.
Thanks
Forum: Plugins
In reply to: [Smart Watermark] Not working in portrait modeCould you provide some images which not watermarked?
Forum: Plugins
In reply to: [Smart Watermark] Not all the images are watermarkedNot reproduced
Fixed in 2.0.0
Forum: Plugins
In reply to: [Smart Watermark] Insert media into post does not workFixed in 2.0.0
Forum: Plugins
In reply to: [Smart Watermark] Insert media into post does not workThanks for the solution. I’ll add this to the next release.
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Can it work with lightbox gallery images?Hi, folks.
I use the next trick for that (init all the things again). Not brilliant solution, but it works.
$(“.fancybox”).fancybox(
{
afterShow: function() {
jpibfi.addImages( jpibfi_options.imageSelector );
jpibfi.prepareImages( $(‘img[data-jpibfi-indexer]’) );
}
}
);Forum: Plugins
In reply to: [Smart Watermark] Not remove old watermark when chnage to newPlugin doesn’t make any changes in media insertion functionality. Can you try another browser?
Also you can contact me via email – [email protected].
Forum: Plugins
In reply to: [Smart Watermark] Not remove old watermark when chnage to newCould you provide a screenshot of the issue.
Forum: Plugins
In reply to: [Smart Watermark] Not remove old watermark when chnage to newPlease see plugin note. Plugin doesn’t make images backup.
You need to upload old images and run bulk update if you want to add new watermark.Forum: Plugins
In reply to: [Smart Watermark] Not all the images are watermarkedCould you share:
– plugin settings page snapshot
– several images which not watermarkedForum: Plugins
In reply to: [Smart Watermark] Fatal error on activationCould you send me several images you have tried to upload at [email protected]?
Forum: Plugins
In reply to: [Smart Watermark] Fatal error on activationThanks for your comment.
Plugin uses a WP_Image_Editor class which has been added since 3.5 – http://codex.ww.wp.xz.cn/Class_Reference/WP_Image_Editor
I’ve moved this files to plugin directory and it’s included when WP version < 3.5.
Please check it out.