asianstop Posted July 18, 2010 Share Posted July 18, 2010 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 More sharing options...
asianstop Posted July 19, 2010 Author Share Posted July 19, 2010 Does anyone have any ideas, please? Link to comment Share on other sites More sharing options...
razaro Posted July 19, 2010 Share Posted July 19, 2010 Are you using custom theme ?And maybe there is some error with some js file that prevents jqzoom for working correctly.Can you post link to your website? Link to comment Share on other sites More sharing options...
asianstop Posted July 19, 2010 Author Share Posted July 19, 2010 Ok never mind. I got it fixed. Thanks anyway. Link to comment Share on other sites More sharing options...
razaro Posted July 19, 2010 Share Posted July 19, 2010 What did you do? Where was the problem? And please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Tito Posted August 8, 2010 Share Posted August 8, 2010 How did you solve it ?? Link to comment Share on other sites More sharing options...
dennismozart Posted July 25, 2014 Share Posted July 25, 2014 é 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 More sharing options...
renzogr Posted July 22, 2015 Share Posted July 22, 2015 Nada feito. Com o template Millennium e PS 1.6.0.14 não funciona. Tem alguma ideia ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now