OS Property support center

Photo Issue

  • jeffrey
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 3 months ago #57913 by jeffrey
Photo Issue was created by jeffrey
Hi,

i click to the listing photo, the photo is showing fine as per photo 1a.



Then i click into photo to view all. When the time i click the highlight area to leave the photo as per photo 1.



Then the thumbnail photo is showing empty as per photo 2.




What's the problem?

Jeffrey
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #57916 by Mr. Dam
Replied by Mr. Dam on topic Photo Issue
Hi,
To solve this issue, please follow these step
1. Open file:
components > com_osproperty > templates > theme3 > style > style.css
2. Go to lin 2670
find
.cs-style-3 figcaption {
height:100%;
width: 100%;
top: auto;
bottom: 0;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
}
and change to
.cs-style-3 figcaption {
height:100%;
width: 100%;
top: auto;
bottom: 0;
opacity: 0;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
}
Good luck
Dam

Please Log in or Create an account to join the conversation.

  • jeffrey
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 3 months ago #57917 by jeffrey
Replied by jeffrey on topic Photo Issue
Hi,

It working now. But i just find out another question is related to photo as well:-

I had select watermark to all photos. But it only showing on the fist page.
when i click on it, there have no watermark in the photos.

Please view attachment.

Jeffrey
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #57920 by Mr. Dam
Replied by Mr. Dam on topic Photo Issue
Hi,
The configure option: "Apply watermark for all photos" has mean: the watermark will be applied to all Medium pictures of properties. It doesn't mean, the watermark will be applied to all picture types (Thumb, Medium, Original) pictures of properties.
If you don't tick that feature, the watermark will be applied to first medium picture of properties only.
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • jeffrey
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 3 months ago #57922 by jeffrey
Replied by jeffrey on topic Photo Issue
okay, got it.

Thanks

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan