Phoca Cart - Product Image Zoom - Feature Request
- keerillcom
- Phoca Member
- Posts: 26
- Joined: 09 Oct 2019, 18:10
Re: Phoca Cart - Product Image Zoom - Feature Request
Everything works perfectly! You only need to clear the cache in the CMS and browser.
Tags:
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Cart - Product Image Zoom - Feature Request
Ok, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project
- keerillcom
- Phoca Member
- Posts: 26
- Joined: 09 Oct 2019, 18:10
Re: Phoca Cart - Product Image Zoom - Feature Request
There is a problem when viewing from mobile devices - there is no increase in the picture. Is the problem in the template or in the application itself?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Cart - Product Image Zoom - Feature Request
Hi, can you paste a screenshot what do you exactly mean?
In mobile devices, the feature automatically changes from "on hover" event to "on click" event with magnifier function.
Jan
In mobile devices, the feature automatically changes from "on hover" event to "on click" event with magnifier function.
Jan
If you find Phoca extensions useful, please support the project
- keerillcom
- Phoca Member
- Posts: 26
- Joined: 09 Oct 2019, 18:10
Re: Phoca Cart - Product Image Zoom - Feature Request
I apologize. There is a magnifying glass, there is no increase when you click on the picture - this is confusing.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Cart - Product Image Zoom - Feature Request
I am not creator of the zoom javascript library, so maybe this is more a question on developers of this effect. But I think, it is based on logical reasons because there is no place on mobile view for zoom image next to main image so they just added magnifying glass instead - and of course on mobile the on hover event does not work so it starts on on click event
Jan
Jan
If you find Phoca extensions useful, please support the project
- Jfruiz
- Phoca Member
- Posts: 22
- Joined: 24 Jan 2016, 17:49
Re: Phoca Cart - Product Image Zoom - Feature Request
Hi, I in process of setting up a site with Gantry framework and found this e-cart extension as exquisite as any one you have produce. Really perfect. Thank you very much, first.
Regarding this plugin, which is working fairly well and for me is a must, I think that on mobile/touch devices the magnify circle should appeared with a bigger offset, because now it is covered by the finger and it is not possible to see the effect.
Don't know, if that could be my template issue...
Thanks again
Regarding this plugin, which is working fairly well and for me is a must, I think that on mobile/touch devices the magnify circle should appeared with a bigger offset, because now it is covered by the finger and it is not possible to see the effect.
Don't know, if that could be my template issue...
Thanks again
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Cart - Product Image Zoom - Feature Request
Hi, hard to say, can you paste a screenshot?
Jan
Jan
If you find Phoca extensions useful, please support the project
- Jfruiz
- Phoca Member
- Posts: 22
- Joined: 24 Jan 2016, 17:49
Re: Phoca Cart - Product Image Zoom - Feature Request
It is not possible to take a direct screenshot, because is an overlay so it do not appeared, nor the finger.
Here is a normal shot made with another cam
https://imgur.com/a/hHpTEAe
It will be nice also if in normal computer view, the zoom expand to a bigger area, at least to the same height of the thumbnail...
https://imgur.com/a/ohG9vVH
Here is a normal shot made with another cam
https://imgur.com/a/hHpTEAe
It will be nice also if in normal computer view, the zoom expand to a bigger area, at least to the same height of the thumbnail...
https://imgur.com/a/ohG9vVH
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Cart - Product Image Zoom - Feature Request
Hi, you can set it per CSS, e.g.
Jan
Code: Select all
.drift-zoom-pane.drift-inline {
width: 250px;
height: 250px;
border-radius: 50%;
}
Jan
If you find Phoca extensions useful, please support the project