+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Watermark in the middle

  1. #11
    I see this is really done. Thanks Flynax team!

  2. #12
    Quote Originally Posted by Dmitry View Post
    Yes, it will fixed in new version of plugin(large photo).
    Position label will be like version because plugin use standard method of software.

    Thanks
    has this been fixed? i have installed realty/signs theme, activated image watermark, added the link for png image (wich is ok since i can open image via link) and after save, no watermark is added?

    olso listing labe (sold) is showing in right bottom side? i belived that in the new version we will have the ability to place it in the middle for instance? what happened?

  3. #13
    Quote Originally Posted by Vladimir View Post
    Hello,

    You can to make it so:

    1. Open file includes/classes/rlResize.class.php
    2. Find the method saveImage()
    3. Replace this code (~235):
    PHP Code:
    Only registered members can view the code
    to
    PHP Code:
    Only registered members can view the code
    Example:
    Attachment 100

    Hello. How should this be in the 4.2 version? Thanks

  4. #14
    Senior Member
    Join Date
    Mar 2016
    Posts
    181
    how about move to left side corner?

  5. #15
    Hello Pascual,

    You can set 0 for the variable: $dest_x
    $dest_x = 0;
    and try to upload photo again.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #16
    Viktor how should I edit the code so I can put the watermark in the middle of the picture?
    My default code is like this:
    $dest_x = $this->arrResizedDetails[0] - $watermark_width - $this->driftX;
    $dest_y = $this->arrResizedDetails[1] - $watermark_height - $this->driftY;
    I'm using auto flynax, heavy wide template.

+ Reply to Thread