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
Elevate Zoom extension
Re: Elevate Zoom extension
Did you read the documentation in the PDF?
You set the properties and the extension inserts the code to the page.
It works the same as all other objects and extensions.
A 'wrapper' means that the extension is a user interface on top of the existing (third party) script.What is actually a wrapper and how is it correctly used?
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
Have you set the Lens Zoom to True?
- me.prosenjeet
-
- Posts: 1268
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Re: Elevate Zoom extension
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?

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?

Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Re: Elevate Zoom extension
The extension should not be inside a layout grid.
But 'Image1' (the target image) can be inside the grid.
But 'Image1' (the target image) can be inside the grid.
-
-
- Posts: 2
- Joined: Thu May 03, 2018 1:06 pm
Re: Elevate Zoom extension
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
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.
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.
-
-
- Posts: 2
- Joined: Thu May 03, 2018 1:06 pm
Re: Elevate Zoom extension
so only a image for page ?
Re: Elevate Zoom extension
You can try to add this code between the head tags of Page HTML
Code: Select all
<style>
.zoomLens
{
z-index: 99999;
}
</style>