Re:Problem displaying a picture in a popup window 14 Years, 5 Months ago
|
Karma: 0
|
Hello,
I completed my web-site with this module by using the code you adviced me.
The rendering is very nice and corresponds to what I was willing, but I think there is a small bug.
When displaying a big image, the image is firstly displayed with a reduced size and a small icon at the right-top of the frame allows enlarging it. This icon is not displayed for small images, which is quite convenient.
But, if, on the same page, I have both small and large images, and if I display first a large image and leave it while it was large, the next image displayed is displayed in the small version, but with the icon on the right-top allowing it to be displayed with the small size. If you click on this icon, you still have the small image displayed, but this time, with the icon allowing to enlarge it.
If the second image displayed is a small one, in the same conditions as above, you have an alternance of icons allowing to enlarge or reduce it, but with no effect on the image.
If you close the large image when it is displayed in the small form, you do not have this strange behaviour next time you open an image. If you refresh the page, or display a new one, this strange behaviour disapears too.
Another thing that, I think, is not optimal, is the place where this icon allowing to resize the mage is displayed. In fact, it is displayed on the image. I think it would be a nice idea to be able to display it above the image. In my case, images a screen captures of windows and this icon is displayed above the icons allowing to hide, resize of close the window, which is a bit confusing for the users.
Best Regards,
Brice
|
|
|
|
|
Re:Problem displaying a picture in a popup window 14 Years, 5 Months ago
|
Karma: 760
|
Hello,
We'll investigate the bug with icon and try to provide fix soon. Regarding position of icon, you can add the following CSS rule to template CSS file that show icon above an image:
Code: |
.pp_pic_holder a.pp_expand,
.pp_pic_holder a.pp_contract
{
top: -20px;
}
|
Regards,
ARI Soft
|
|
|
|
|
Re:Problem displaying a picture in a popup window 14 Years, 5 Months ago
|
Karma: 760
|
Regarding issue with resize icon. Download and upgrade 'ARI Pretty Photo' module, please, it should resolve this issue.
Regards,
ARI Soft
|
|
|
|
|
Re:Problem displaying a picture in a popup window 14 Years, 5 Months ago
|
Karma: 0
|
Hello,
Maybe I did something wrong, but after installing the new version, I still have the same problem. I downloaded version 1.3.2 from your web-site and installed it on my server, but the same strange behaviour is still happening.
For the display of the icon, your css code solved the issue and now, the icon is displayed above the image.
Best Regards,
Brice
|
|
|
|
|
Re:Problem displaying a picture in a popup window 14 Years, 5 Months ago
|
Karma: 760
|
Could you clean a browser cache and try again to reproduce issue with resize icon? If problem still appears, could you provide link to page where we can see this issue?
Regards,
ARI Soft
|
|
|
|
|
Re:Problem displaying a picture in a popup window 14 Years, 5 Months ago
|
Karma: 0
|
I flushed the cache of my browser (mozilla) and I still have the same behaviour. I tried with another browser (internet explorer), and the result is the same.
Here is a link to the page with the images. The site is in french. Image links are located in the text.
www.ams-solutions.be/index.php/produits/pediatrie
|
|
|
|
|
|