Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Multible issues using Pretty Photo
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Multible issues using Pretty Photo
#57966
Multible issues using Pretty Photo 7 Years, 9 Months ago Karma: 0
Hi there,


The website I am working on is www.erson.nl

I purchased the Pretty Photo today and was wondering a few things:

* When viewing on a mobile phone the quality of my photos is really poor. How can I make sure they don't downsize in quality?

* When viewing on a mobile phone and clicking to see the enlargement, the lightbox is different every time. Did I change something wrong or what can I do to make the lightbox for example 90% width of the screen every time?

* The lightbox shifts to the left when using on mobile, so the photo is not completly visible/centered, no matter what I try to get it back in the middle

* Is there a possibility to not choose the amount of thumbs on a row but let it choose by itself. So for example on a fullframe 10 and on mobile just 2? If I leave it empty it fills to 3 by itself.

Then I have the ARI Image Slider which is really slow! My images are all below 200 kb so that should not be the problem but how can I fix this?

I am a photographer, so I need my images the best I can get them!

Thank you for the help.
The administrator has disabled public write access.
 
#57971
Re:Multible issues using Pretty Photo 7 Years, 9 Months ago Karma: 747
Hello,

1. About pretty photo issues, add the following CSS rules to a site template CSS file and clean browsers cache:

Code:


@media only screen and (max-width: 767px) {
.ppt {margin-left:0!important;}
.ppt,.pp_top,.pp_bottom,.pp_pic_holder,.pp_content,.pp_details{max-width:100%;}
.pp_content{height:100%!important;padding-bottom:50px;}
.pp_content .pp_fade{position:relative;}
.pp_fade .pp_hoverContainer{height:100%!important;width:100%!important;}
}



2. Is it possible to see the problem with "ARI Image Slider" anywhere?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#57984
Re:Multible issues using Pretty Photo 7 Years, 9 Months ago Karma: 0
The slider is visible at:

www.erson.nl/index.php/portfolio-erson/portfolio-newborn

It's really slow first time loading, but even on second, third etc you see a loading circle.


I will try to add the code to a css file and let you know if it solved my problems. Thank you for the response
The administrator has disabled public write access.
 
#57985
Re:Multible issues using Pretty Photo 7 Years, 9 Months ago Karma: 0
The Image in the lightbox is now compressed like this:
The administrator has disabled public write access.
 
#57986
Re:Multible issues using Pretty Photo 7 Years, 9 Months ago Karma: 0
The Pretty photo can also be viewed at www.erson.nl/index.php/portfolio-erson/portfolio-newborn
The placement of the lightbox really is better now, although with the square images it is still a little too high to fit in screen and because is is so deformed it is hard to see if there really is a quality improve of the photos (screenshot is of the computer, not a mobile device) and that is something I can't find in the code anywhere.

Quality is a big factor!
Hoping for a solution.

Thank you for the effort
The administrator has disabled public write access.
 
#57987
Re:Multible issues using Pretty Photo 7 Years, 9 Months ago Karma: 747
Sorry, the CSS rules should be:

Code:


@media only screen and (max-width: 767px) {
#pp_full_res IMG {max-width:100%!important;height:auto!important;}
.ppt {margin-left:0!important;}
.ppt,.pp_top,.pp_bottom,.pp_pic_holder,.pp_content,.pp_details{max-width:100%;}
.pp_content{height:100%!important;padding-bottom:50px;}
.pp_content .pp_fade{position:relative;}
.pp_fade .pp_hoverContainer{height:100%!important;width:100%!important;}
}



About "ARI Image Slider", it loads fine on our side. We see only loading icon from site template when the page is loaded. We can send a video how it works on our side tomorrow.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12