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>