- Posts: 4
- Thank you received: 0
OS Property support center
not running watermark image
- Vadim
- Topic Author
- Offline
- New Member
-
Less
More
10 years 8 months ago #49424
by Vadim
not running watermark image was created by Vadim
Hello
1. does not work the watermark, adding to all the pictures, I have included in the settings, add a sign to all the photos, but the sign is added only thumbnail.
2. where you can change the limit for pagination, I wish that I had a choice ... and not 3,9,18 5,10,20 ...?
Thanks
1. does not work the watermark, adding to all the pictures, I have included in the settings, add a sign to all the photos, but the sign is added only thumbnail.
2. where you can change the limit for pagination, I wish that I had a choice ... and not 3,9,18 5,10,20 ...?
Thanks
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 8 months ago #49429
by Mr. Dam
Replied by Mr. Dam on topic not running watermark image
Hi Vadim
1. The seting "Apply watermark for all pictures" is all the pictures of properties will be added the watermark. In default, only first picture is added watermark. And in each picture, only medium size will be added watermark. The thumbnail and original pictures won't be added watermark
2. To change the pagination in OS Property. You can modify in file
components > com_osproperty > helpers > pagination.php
Thanks
Dam
1. The seting "Apply watermark for all pictures" is all the pictures of properties will be added the watermark. In default, only first picture is added watermark. And in each picture, only medium size will be added watermark. The thumbnail and original pictures won't be added watermark
2. To change the pagination in OS Property. You can modify in file
components > com_osproperty > helpers > pagination.php
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Vadim
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
10 years 8 months ago #49480
by Vadim
Replied by Vadim on topic not running watermark image
1. pagination OK. Thanks.
2. I have included setting Apply watermark for all pictures. But the watermark is not added, tell me what can still be a problem?
here's a link to the site eurozone.lv/
2. I have included setting Apply watermark for all pictures. But the watermark is not added, tell me what can still be a problem?
here's a link to the site eurozone.lv/
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 8 months ago #49496
by Mr. Dam
Replied by Mr. Dam on topic not running watermark image
Hi Vadim,
In the list view: eurozone.lv/ , you can see the watermark picture is applied for all photo of properties. But when you click on property details, like this: eurozone.lv/index.php/homepage/dom-posle...nstruktsii-v-yurmale The system use the original picture to show, so you don't see the watermark.
In fact, you can change the original image to medium image (with watermark) by follow these step
1. Open file:
components > com_osproperty > templates > theme3 > details.html.tpl.php
2. find
<img src="<?php echo JURI::root()?>images/osproperty/properties/<?php echo $row->id;?>/<?php echo $photos[0]->image?>" alt="<?php echo $photos[0]->image_desc;?>" title="<?php echo $photos[0]->image_desc;?>"/>
and replace by
<img src="<?php echo JURI::root()?>images/osproperty/properties/<?php echo $row->id;?>/medium/<?php echo $photos[0]->image?>" alt="<?php echo $photos[0]->image_desc;?>" title="<?php echo $photos[0]->image_desc;?>"/>
Theme3 only show one image in the property details, so you don't see other medium pictures (of property).
Thanks
Dam
In the list view: eurozone.lv/ , you can see the watermark picture is applied for all photo of properties. But when you click on property details, like this: eurozone.lv/index.php/homepage/dom-posle...nstruktsii-v-yurmale The system use the original picture to show, so you don't see the watermark.
In fact, you can change the original image to medium image (with watermark) by follow these step
1. Open file:
components > com_osproperty > templates > theme3 > details.html.tpl.php
2. find
<img src="<?php echo JURI::root()?>images/osproperty/properties/<?php echo $row->id;?>/<?php echo $photos[0]->image?>" alt="<?php echo $photos[0]->image_desc;?>" title="<?php echo $photos[0]->image_desc;?>"/>
and replace by
<img src="<?php echo JURI::root()?>images/osproperty/properties/<?php echo $row->id;?>/medium/<?php echo $photos[0]->image?>" alt="<?php echo $photos[0]->image_desc;?>" title="<?php echo $photos[0]->image_desc;?>"/>
Theme3 only show one image in the property details, so you don't see other medium pictures (of property).
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Vadim
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
10 years 8 months ago #49616
by Vadim
Replied by Vadim on topic not running watermark image
Hi
1. appeared gray bar on the right, as it is removed?
eurozone.lv/index.php/homepage/respektab...le-v-tsentre-bulduri
2. when you click the photo, the photo without watermark
1. appeared gray bar on the right, as it is removed?
eurozone.lv/index.php/homepage/respektab...le-v-tsentre-bulduri
2. when you click the photo, the photo without watermark
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 8 months ago #49622
by Mr. Dam
Replied by Mr. Dam on topic not running watermark image
Hi Vadim
1. The image in the slideshow is the medium picture (with watermark added), the coordinates of that pictures is: 350 X 300 (configured at Backend > OS Property > Configuration > Tab Image), so it can't fit the frame of the slideshow. Please reconfigured the width and height sizes of medium picture. And then, try to reupload images to get new configure effect.
2. When you click on image in the slideshow, the original picture will be opened, OS Property doesn't add watermark into thumbnail or original pictures, just medium pictures only.
Thanks
Dam
1. The image in the slideshow is the medium picture (with watermark added), the coordinates of that pictures is: 350 X 300 (configured at Backend > OS Property > Configuration > Tab Image), so it can't fit the frame of the slideshow. Please reconfigured the width and height sizes of medium picture. And then, try to reupload images to get new configure effect.
2. When you click on image in the slideshow, the original picture will be opened, OS Property doesn't add watermark into thumbnail or original pictures, just medium pictures only.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Nelson Gomes
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
10 years 2 weeks ago - 10 years 2 weeks ago #62073
by Nelson Gomes
Replied by Nelson Gomes on topic not running watermark image
Is it possible to use Medium Size pictures as the full size picture? To have the watermark...
I think it will be a solution to resolve the problem with the watermark...
I think it will be a solution to resolve the problem with the watermark...
Last edit: 10 years 2 weeks ago by Nelson Gomes.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 2 weeks ago #62086
by Mr. Dam
Replied by Mr. Dam on topic not running watermark image
Hi Nelson,
The full size pictures have different sizes, so we can't add watermark into original pictures.
Thanks
Dam
The full size pictures have different sizes, so we can't add watermark into original pictures.
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.