Jump to content

[solved] JQZoom error


Recommended Posts

Hi there,

thickbox is working fine but I think it in terms of usability on the customer's side of view, JQZoom is better. Hence why I have enabled it. But it's not working.

Basically when I hover the mouse over the product image, the box doesn't move. Look at the screenshot which I have attached.

It just hovers over the bottom left corner of the image which is very odd.

Any suggestions? (by the way the red box is what it showing, and the red cross is where the mouse is)


Thanks.

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 years later...

é Fácil resolver este problema,caso não entendam português utilizem um tradutor.

 

Simples, primeiramente desabilite o cache o prestashop para ir acompanhando as alterações, depois que estiver do jeito que acharem bonito o zoom vocês podem habilitá-lo novamente.

 

Abram o arquivo produto.js so prestashop, localizem a seção que se refere ao código do jqzoom e alterem conforme desejem, exemplo o xoffset é a posição no eixo x do zoom, já o yoffset é o contrário.

 

E adicionem a opção position: 'left' para que o zoom se mova pra o lado da imagem.

 

Vejam como ficou meu código abaixo:

 

//set jqZoom parameters if needed
if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled)
{
$('.jqzoom').jqzoom({
zoomType: 'standard', //innerzoom/standard/reverse/drag
zoomWidth: 300, //zooming div default width(default width value is 200)
zoomHeight: 250, //zooming div default width(default height value is 200)
xOffset: 50, //zooming div default offset(default offset value is 10)
yOffset: 90,
title: false,
position: 'left'
});

depois disso só basta salvar, atualizar a página e habilitar o cache novamente do prestashop. e pronto, vocês tem o zoom configurado do jqzoom ;)

Link to comment
Share on other sites

  • 11 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...