Elevate Zoom extension

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
User avatar
hobo
 
 
Posts: 32
Joined: Sun Nov 21, 2010 4:28 pm
Location: Canada

Elevate Zoom extension

Post 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
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Elevate Zoom extension

Post 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.
WWBman
 
 
Posts: 916
Joined: Fri Jan 08, 2010 6:10 pm

Re: Elevate Zoom extension

Post by WWBman »

Have you set the Lens Zoom to True?
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: Elevate Zoom extension

Post 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
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Elevate Zoom extension

Post by Pablo »

The extension should not be inside a layout grid.
But 'Image1' (the target image) can be inside the grid.
a.cavicchioli
 
 
Posts: 2
Joined: Thu May 03, 2018 1:06 pm

Re: Elevate Zoom extension

Post 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
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Elevate Zoom extension

Post 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.
a.cavicchioli
 
 
Posts: 2
Joined: Thu May 03, 2018 1:06 pm

Re: Elevate Zoom extension

Post by a.cavicchioli »

so only a image for page ?
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Elevate Zoom extension

Post 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>
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: Elevate Zoom extension

Post 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?
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Elevate Zoom extension

Post 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".
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: Elevate Zoom extension

Post 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.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Elevate Zoom extension

Post by Pablo »

In that case, the script may not support grids.
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: Elevate Zoom extension

Post by ART »

Even if i remove the grid the problem remains.The zoom works but the page is not responsive.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Elevate Zoom extension

Post by Pablo »

What exactly do you mean by 'the page is not responsive'?
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: Elevate Zoom extension

Post by ART »

I see a sliding bar at the bottom when i reduce the pagewidth to 320 (in Firefox preview).
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Elevate Zoom extension

Post by Pablo »

Did you move all elements inside the page boundaries?
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: Elevate Zoom extension

Post by ART »

Yes i think so. There are only 2 objects visible in the object manager and they are within the page boundary.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Elevate Zoom extension

Post by Pablo »

ok
Post Reply