OS Property support center

image dissapears when closing popup image

More
10 years 6 months ago #52870 by joan
in:
totsdos.es/finquesmar/pisos/casa-joan

after closing popup image, little image dissapears
help
joan

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

More
10 years 6 months ago #52871 by Mr. Dam
Replied by Mr. Dam on topic image dissapears when closing popup image
Hi,
In fact, after closing the popup, you hover the mouse on the image, the image will be appeared again. But to solve the issue, you can follow these steps
1. Open file:
totsdos.es/finquesmar/components/com_osp...eme3/style/style.css
2. find
.cs-style-3 figcaption {
bottom: 0;
height: 100%;
opacity: 0;
top: auto;
transform: translateY(100%);
transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
width: 100%;
}
and change to

.cs-style-3 figcaption {
bottom: 0;
height: 100%;
opacity: 0;
top: auto;
transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
width: 100%;
}

Thanks
Dam

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

More
10 years 6 months ago #52879 by joan
solved, thanks !!!

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

More
10 years 5 months ago #52922 by Mr. Dam
Replied by Mr. Dam on topic image dissapears when closing popup image
OK

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

Moderators: Mr. DamNguyen Phu Quan