Page 1 of 1

Elevate Zoom extension

Posted: Fri Dec 22, 2017 2:04 am
by hobo
I believe there is no actual support for extensions, so this maybe the right place to post?
Couls someone tell me how to use the new - Elevate Zoom extension-?
I tried to follow the help file as well as looking at the developers site http://www.elevateweb.co.uk/image-zoom

What is actually a wrapper and how is it correctly used? Do I need to add code manually or just select the options in the window that pops up when
double click on the extension?
Ideally 2 images are needed a small and a larger one from what I see.

A brief explanation for a newbie (wrapper) is appreciated.
thanks

Re: Elevate Zoom extension

Posted: Fri Dec 22, 2017 7:19 am
by Pablo
Did you read the documentation in the PDF?
What is actually a wrapper and how is it correctly used?
A 'wrapper' means that the extension is a user interface on top of the existing (third party) script.
You set the properties and the extension inserts the code to the page.
It works the same as all other objects and extensions.

Re: Elevate Zoom extension

Posted: Fri Dec 22, 2017 2:55 pm
by WWBman
Have you set the Lens Zoom to True?

Re: Elevate Zoom extension

Posted: Tue Dec 26, 2017 3:29 am
by me.prosenjeet
Sorry for bumping the thread, but I have a question related to the same.

I have placed the extension inside a layout grid and added a jpg image, when I preview, I see a blank screen
Am I doing something wrong?

Image

Re: Elevate Zoom extension

Posted: Tue Dec 26, 2017 8:33 am
by Pablo
The extension should not be inside a layout grid.
But 'Image1' (the target image) can be inside the grid.

Re: Elevate Zoom extension

Posted: Thu May 03, 2018 1:19 pm
by a.cavicchioli
hallo need help. Im trying to zomm my image inside the low res image with the zoom elevate extension all ok but it seems tha the image LR is above the elevate zoom windows so it covers it and the zoom effect hi hide. I use the move to back to put the elevate zoom windows overe the image. It works but when I do a second image the second image seems to have the same issue. I fix the issue of the second image and the first doesn't work again but the seconde works. Is it possible to put 3 or 4 or 10 image in the same page with a zomm effect on mouse over for each image? i'm sure the issue is the display order is it possible to move the low res image, all of them to the back, every time i tell the first image to go back the first move to the front an so the second image effect works but the first image looses the right setting an it doesn't work anymore

Re: Elevate Zoom extension

Posted: Thu May 03, 2018 2:08 pm
by Pablo
I'm sorry, the extension is provided "AS IS'. It may not work with multiple images.
I have created it for my own use and only needed done image. It was shared just in case someone else finds it useful too.

Re: Elevate Zoom extension

Posted: Thu May 03, 2018 3:13 pm
by a.cavicchioli
so only a image for page ?

Re: Elevate Zoom extension

Posted: Thu May 03, 2018 3:40 pm
by Pablo
You can try to add this code between the head tags of Page HTML

Code: Select all

<style>
.zoomLens
{
z-index: 99999;
}
</style>

Re: Elevate Zoom extension

Posted: Mon Nov 18, 2019 6:38 pm
by ART
I am working on a new responsive homepage (with blocks created). Then I added elevate zoom extension outside the layout grid and opted for zoom lens and responsive. After I enter 1 picture to zoom, the page is no longer responsive (in Firefox preview). I have read the helpfile. Any suggestions?

Re: Elevate Zoom extension

Posted: Mon Nov 18, 2019 7:09 pm
by Pablo
Maybe there is a conflict with other scripts on the page?

Please note that there is no support on free extensions. This is a third party script. It is provied "AS IS".

Re: Elevate Zoom extension

Posted: Mon Nov 18, 2019 8:22 pm
by ART
Pablo
Thanks for your reply. I have made another project in which i added one new page. I added only Feature Cards 1 from the blocks and removed the 3 cards and inserted 1 image in the grid. Then inserted elevated zoom. Then already the problem exists.

Re: Elevate Zoom extension

Posted: Mon Nov 18, 2019 9:24 pm
by Pablo
In that case, the script may not support grids.

Re: Elevate Zoom extension

Posted: Mon Nov 18, 2019 10:01 pm
by ART
Even if i remove the grid the problem remains.The zoom works but the page is not responsive.

Re: Elevate Zoom extension

Posted: Tue Nov 19, 2019 7:09 am
by Pablo
What exactly do you mean by 'the page is not responsive'?

Re: Elevate Zoom extension

Posted: Tue Nov 19, 2019 7:40 am
by ART
I see a sliding bar at the bottom when i reduce the pagewidth to 320 (in Firefox preview).

Re: Elevate Zoom extension

Posted: Tue Nov 19, 2019 8:17 am
by Pablo
Did you move all elements inside the page boundaries?

Re: Elevate Zoom extension

Posted: Tue Nov 19, 2019 8:30 am
by ART
Yes i think so. There are only 2 objects visible in the object manager and they are within the page boundary.

Re: Elevate Zoom extension

Posted: Tue Nov 19, 2019 8:42 am
by Pablo
ok