Sanis 0 Posted April 2, 2010 Thanks for this module.I was wondering is it possible to get it working with several product-list.tpl's (like product-list-1.tpl, product-list-2.tpl). Iam using more than one on my site and can only get it working with one of these. Share this post Link to post Share on other sites
adexa 0 Posted April 7, 2010 Hi all if who cannot work this module at shop propably problem is ,, there is no {$HOOK_TOP} at the header.tpl in your theme folderif you deleted this code {$HOOK_TOP} ,, imagesenlarge not workingthanks Share this post Link to post Share on other sites
niloo 0 Posted April 9, 2010 helloi have installed this good module and its work grate with the default prestashop theme but when i activate my customized theme it doesn't work any more.what can cause this problem? and how can i fix it? Share this post Link to post Share on other sites
niloo 0 Posted April 9, 2010 Hi all if who cannot work this module at shop propably problem is ,, there is no {$HOOK_TOP} at the header.tpl in your theme folderif you deleted this code {$HOOK_TOP} ,, imagesenlarge not workingthanks yes i test this and is 100% true.i add {$HOOK_TOP} to my customized theme but still dosent work. now how can i fix this problem? Share this post Link to post Share on other sites
adexa 0 Posted April 13, 2010 Niloo whats ur shop address? Share this post Link to post Share on other sites
gatien 0 Posted April 14, 2010 Hi,It's a very nice module but I have a problem in my product-list:image small : image thickbox not foundimage medium : image thickbox not foundimage home : OKimage large : image thickbox not foundimage thickbox : image thickbox not foundI use "image medium" (65x65) in my product list. It doesn't work.Who can to help me ?thanks imagesenlarge.js Share this post Link to post Share on other sites
adexa 0 Posted April 14, 2010 gatien ,,, whats ur site address ? im sure there is something wrong at what u do wish to help Share this post Link to post Share on other sites
gatien 0 Posted April 14, 2010 Good morning. and thank you for the quick response. I work locally, my site is not online. Share this post Link to post Share on other sites
capclem 0 Posted April 21, 2010 HiCould you please try this one. Thank you for this correction.Problem in homepage, the picture are very too much large (but ok in the lists of products)Which is the solution?PS1.2.5 with friendly URLs Share this post Link to post Share on other sites
gatien 0 Posted April 21, 2010 HiI have found a solution :I have changed in the back office the picture's name."Medium" remplaced by "home" (65x65)"home" remplaced by "medium" (117x117)New "home" works, but not new "medium".I don't can change the tpl for all formats.It's works on my shop online, and in local. Share this post Link to post Share on other sites
capclem 0 Posted April 21, 2010 The function "Magic Zoom" is ok but not the Images Enlarge :-S Share this post Link to post Share on other sites
Addamz 0 Posted May 6, 2010 HiCould you please try this one. Many time thanx Share this post Link to post Share on other sites
aik 0 Posted May 7, 2010 http://grainmagique.free.fr/ipnotik/Does not work hereHelp please Share this post Link to post Share on other sites
SHEINLINE 5 Posted May 11, 2010 it is very useful module.Thanks for your work. Share this post Link to post Share on other sites
archproject 11 Posted June 10, 2010 Hi there, Can someone help me here ..In my Home Featured the enlargement was correct as the picture showshttp://img811.imageshack.us/img811/5006/screenshot1r.pngBut then When I click on the categories the image enlargement is not there ? is there something wrong here ? can you please point out the fault ?http://img810.imageshack.us/img810/9528/screenshote.pngEDITED :OK i have made some tests and when I turn off Friendly URL I get the result I wanted but when I turned it back on ... then it changes back .... a smaller image again. Any ideas ? with this new clue ? Share this post Link to post Share on other sites
pesto 0 Posted June 16, 2010 HelloYou need to edit file imagenlarge.js with the following code.Code:// Edit: 28.07.2009, HPC http://www.homepage-community.de/index.php?topic=478.0//var largeImg = imgPath+imgName.substr(0, imgName.length-9)+"-large.jpg";//var thickImg = imgPath+imgName.substr(0, imgName.length-9)+"-thickbox.jpg";//var homeImg = imgPath+imgName.substr(0, imgName.length-9)+"-home.jpg";//var smallImg = imgPath+imgName.substr(0, imgName.length-9)+"-small.jpg";// it works with and without friendly urlvar largeImg = imgPath.replace(/-home/,"-large")+imgName.substr(0, imgName.length-9)+".jpg";var thickImg = imgPath.replace(/-home/,"-thickbox")+imgName.substr(0, imgName.length-9)+".jpg";var homeImg = imgPath.replace(/-home/,"-home")+imgName.substr(0, imgName.length-9)+".jpg";var smallImg = imgPath.replace(/-home/,"-small")+imgName.substr(0, imgName.length-9)+".jpg"; hi, i've tried all you have said but doesn't works.i say in vetrina tha large zoom but click on category the same results don't appear on thick box images..what can ia do for obtain the same effect obteined on the objects on the showcase on the objects in categories...?thanck you regards Share this post Link to post Share on other sites
moonmosaic 1 Posted August 9, 2010 This doesn't work with theme element. If I turn it back to theme prestashop it works fine. Whats in a theme that makes this module work? I checked the header.tpl but it's the same. Share this post Link to post Share on other sites
brozduke 0 Posted October 24, 2010 Hi!I tried to use this module, but it doesn`t work with Prestashop 1.3.1. I use modified theme "matrice". I tried to use updated js file, but nothing happens. Friendly url is on, but when i turn them off, nothing happens again.Hook top is written in header.tpl.Can anybody help me to solve it?Shop adress — www.jablonex-shop.ruArtem. Share this post Link to post Share on other sites
Digi 0 Posted November 25, 2010 it's good but not working i'm using PS 1.3.0 and imageenlarger v 1.3 after installation and configure nothing happen. site's langua is Italian, is it a problem? Share this post Link to post Share on other sites
Digi 0 Posted November 25, 2010 Hi all if who cannot work this module at shop propably problem is ,, there is no {$HOOK_TOP} at the header.tpl in your theme folderif you deleted this code {$HOOK_TOP} ,, imagesenlarge not workingthanks Hi Adexa,Thank you so much. After adding {$HOOK_TOP} in header it's working ..... big thanks..... :-) Share this post Link to post Share on other sites
ncandelier 0 Posted December 2, 2010 Hello, i am facing the same trouble.When activating the default template : the mod is working perfectlywhile activating the Black & White template : nothing.TOP HOOK is already present in header.tplI replaced the "themed" header.tpl by the original Prestashop theme but image still not magnify So i think it does not come from this fileAny idea? regards. Share this post Link to post Share on other sites
Digi 0 Posted December 2, 2010 Hello, i am facing the same trouble.When activating the default template : the mod is working perfectlywhile activating the Black & White template : nothing.TOP HOOK is already present in header.tplI replaced the "themed" header.tpl by the original Prestashop theme but image still not magnify So i think it does not come from this fileAny idea? regards. I used: [removed][removed] {/foreach}{/if} {$HOOK_HEADER} </head> <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> {if !$content_only} <!-- Header --> {$HOOK_WIZNAV} {$HOOK_TOP} <!-- Left --> {$HOOK_LEFT_COLUMN} <!-- Center --> {/if} Share this post Link to post Share on other sites
Digi 0 Posted December 2, 2010 Hello, i am facing the same trouble.When activating the default template : the mod is working perfectlywhile activating the Black & White template : nothing.TOP HOOK is already present in header.tplI replaced the "themed" header.tpl by the original Prestashop theme but image still not magnify So i think it does not come from this fileAny idea? regards. I used: [removed][removed] {/foreach}{/if} {$HOOK_HEADER} </head> <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> {if !$content_only} <!-- Header --> {$HOOK_WIZNAV} {$HOOK_TOP} <!-- Left --> {$HOOK_LEFT_COLUMN} <!-- Center --> {/if} May be this code helps you my friend... Share this post Link to post Share on other sites
ncandelier 0 Posted December 2, 2010 Hi Digi, Thank you for helpingyou mean replace in my header.tpl {foreach from=$js_files item=js_uri} [removed][removed] {/foreach} {/if} {$HOOK_HEADER} </head> <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> {if !$content_only} {$HOOK_TOP} <!-- Center --> {/if} Share this post Link to post Share on other sites
archproject 11 Posted December 8, 2010 Hi there, Can someone help me here ..In my Home Featured the enlargement was correct as the picture showshttp://img811.imageshack.us/img811/5006/screenshot1r.pngBut then When I click on the categories the image enlargement is not there ? is there something wrong here ? can you please point out the fault ?http://img810.imageshack.us/img810/9528/screenshote.pngEDITED :OK i have made some tests and when I turn off Friendly URL I get the result I wanted but when I turned it back on ... then it changes back .... a smaller image again. Any ideas ? with this new clue ? Does anybody have the same problem as I have ? can somebody help me here Share this post Link to post Share on other sites
AntonAKH 0 Posted December 9, 2010 HelloIm having troubles too!My site is www.online-lagersalg.dkI tried all versions of this module, all versions of the js file, replacing codes - but no luck!I cannot get this to work at any time Using Assembly theme.Please help me - i really want this module to work.. Send me email, PM, or answer here - im ready! Thanks a lot.. Share this post Link to post Share on other sites
archproject 11 Posted December 9, 2010 HelloIm having troubles too!My site is www.online-lagersalg.dkI tried all versions of this module, all versions of the js file, replacing codes - but no luck!I cannot get this to work at any time Using Assembly theme.Please help me - i really want this module to work.. Send me email, PM, or answer here - im ready! Thanks a lot.. I don't see a home featured on your page. did you install the module and expect to have a home featured? because it's like a plugin for home featured... enable home featured and then enable the module ... Share this post Link to post Share on other sites
AntonAKH 0 Posted December 9, 2010 What do you mean by home featured? Im not sure i understand - sorry! Share this post Link to post Share on other sites
archproject 11 Posted December 10, 2010 Here's the home featured. Have you ever used the Search Feature in this forums.... you might want to try it ... it does wonders Share this post Link to post Share on other sites
maofree 116 Posted January 18, 2011 Hi to allI have made some modification to this splendid module for the next prestashop version the 1.4move all js and css script files to the header for a w3c validation,correct few bugfixes and correct url-friendly problem with Marghoob Suleman's helpbyeeeeeeeee imagesenlarge-only-for-prestashop-1-4.zip Share this post Link to post Share on other sites
atir 0 Posted January 22, 2011 Thanks, works perfectlywww.webrs.it Share this post Link to post Share on other sites
meksi 2 Posted February 1, 2011 hi thank you very much for this module.it worked perfectly on home page but it did not on product page. Could you help me how can I get the correct setup to work on product page.my web site is www.firdevsonline.comthanks again, Share this post Link to post Share on other sites
maofree 116 Posted February 1, 2011 Hi meksithis module isn't set to work in product page, you need another module to satisfy your needsbyee Share this post Link to post Share on other sites
meksi 2 Posted February 1, 2011 hi again, thanks for your fast replaycould you recommend me any of this kinf module? Because I could not find it.thanks Share this post Link to post Share on other sites
maofree 116 Posted February 1, 2011 Hiprestashop has an own zoom (jqzoom) for that page, you can activate it from BObyee Share this post Link to post Share on other sites
meksi 2 Posted February 1, 2011 Hi seniorthank you very very much. It worked perfectly.have a nice day.bye Share this post Link to post Share on other sites
arnoweb 0 Posted March 31, 2011 Hello and thanks a lot for this module !Unfortunately the version 1.2 doesn't work wy my prestashop 1.3.7I'm using url rewring and I changed my javascript with (-home) like you said.I don't know where is the problem and I don't know if somebody has the same problem.Here is one page of my product list-http://www.soldes-costumes.com/41-costumes-homme(dont hésitate to cut the url of my website if it's a problem for backlinks)The .js is present in the HTML code but the module doesn't work.Can you help me ? Share this post Link to post Share on other sites
nini1505 0 Posted April 7, 2011 Hi to allI have made some modification to this splendid module for the next prestashop version the 1.4move all js and css script files to the header for a w3c validation,correct few bugfixes and correct url-friendly problem with Marghoob Suleman's helpbyeeeeeeeee Great job! it works perfectly on 1.3.7!Thanks to you and Marghoob Suleman! Share this post Link to post Share on other sites
upenx 0 Posted May 23, 2011 hay what about my web ?this featured product erorimage with modul imagesenlarge very smallhttp://branded.wahsip.com Share this post Link to post Share on other sites
maofree 116 Posted September 27, 2011 Hi to all I'm happy that it works upenx: you should to enlarge the size of your images (before to upload them from product page), because they are to small, the problem is not on this module byeeeeeee Share this post Link to post Share on other sites
Sar34 1 Posted September 29, 2011 Gracias por el modulo, funciona correctamente. Share this post Link to post Share on other sites
luuuciano 2 Posted October 4, 2011 Hi to all I have made some modification to this splendid module for the next prestashop version the 1.4 move all js and css script files to the header for a w3c validation, correct few bugfixes and correct url-friendly problem with Marghoob Suleman's help byeeeeeeeee Thanks a lot maofree for your fixes! and thanks to Marghoob Suleman for making it too! This module is really nice Thanks for sharing it Share this post Link to post Share on other sites
yesiam 22 Posted November 1, 2011 Not work in prestashop 1.4.5.1 Share this post Link to post Share on other sites
Evona 8 Posted November 1, 2011 Its work on 1.4.4.1 or 1.4.4? Share this post Link to post Share on other sites
luuuciano 2 Posted November 1, 2011 I have it working ok on a 1.4.5.1 Using the maofree version on #130 http://www.prestashop.com/forums/topic/10833-module-product-image-magnify/page__view__findpost__p__472395 Share this post Link to post Share on other sites
yesiam 22 Posted November 1, 2011 I'll be doing something wrong, because I've installed on my prestashop 1.4.5.1 and have not been able to work, I see the pictures or anything, thanks! Share this post Link to post Share on other sites
raychilm 0 Posted November 2, 2011 Hi All - trying to use this module (thanks to developer!) with prestashop v1.3.7, friendly URL's, modified "Clean & Simple" theme and I am not having any luck... Few items to note: My img paths look something like this: ../17-68-home/imagename.jpg. I believe this is why the module will not work as the imgPath.replace string in the js file isn't expecting the image path to look like this. (I am not expecting the image path to look like this as the "17-68-home" is the actual name of the jpg. The number is the id of the product, then it is appended for each size.) Does anyone know how to write the correct string for this module to work? Also, I am seeing the creating of the div "msBigImageHolder" so I believe the script is working properly, it is just not finding the larger image path to put into the div and make it visible. Any help would be appreciated! Thanks! Share this post Link to post Share on other sites
luuuciano 2 Posted November 21, 2011 In the template Im using there is no right column... so, the magnified image goes out, an horizontal scroll appears and the user can not see it right (it is showed off the browser) Any idea about how to change this to be magnified to the left of the image? (so the 1st magnified image will fall over the left column) Share this post Link to post Share on other sites
maski 0 Posted March 11, 2012 Do not work with Layered Navigation. Prestashop 1.4.6.2 Can somebody help?! Share this post Link to post Share on other sites
fitteetarry 0 Posted May 20, 2013 But item the day give his crack the method that the Kowloon forbids be teach a person how to come www.charmsaustralia2013.com to the method of looking for a dragon, after finding out him, normal come to say, as long as destroy it to have finally come to completion. Liu Ming Han ordered to nod:"Like, Mr.The black empty blood desperations all want the Duo break for a sky to that, diagram, and clearly the good true person is to try very hard to and protect this to break diagram in a sky. "Qin Yu looking at front to ride to fly for a sky, the father of the woman without pubic hair Wang Shen Xing, corner of mouth not from forbid a silk to smile an idea.Went."Not thomas sabo australia and yes, man should get married on coming of age a girl should get married on coming of a, this is the ordained in nature affair, how can not lift, is an eldest brother not and yes?"Zhang Cheng Gu makes to don't understand that the ground asks a way. The gentleman in Du turns a head to see to after death of the sorcery is black, the sorcery black facial expression is thomas sabo charms australia a bit difficult to see, just clearly the kind true person died really too and quickly and let person's heart palpitates quickly. http://hgc61107.chinaw3.com/webs/bbs/forum.php?mod=viewthread&tid=240124&extra= http://www.nhni.net/forum.php?mod=viewthread&tid=14488&extra= http://pzcyhcom.d215.51kweb.com/forum.php?mod=viewthread&tid=75289&extra= http://factory-shop.tumblr.com/ http://braceletau.webs.com/ Share this post Link to post Share on other sites
Dead2010 5 Posted May 20, 2013 (edited) working prestashop 1.4.10 ? Edited May 20, 2013 by Speed2010 (see edit history) Share this post Link to post Share on other sites
Dejv 2 Posted July 22, 2013 Hello, you created very nice and also usefull module, thanks Hovewer I must point out that you could improve the behavior by icluding .stop(true, true) jquery function before .fadeIn or whatever function you use for window appearance. It should drop the queue of actions when you move cursor like crazy .. It's normal that people forget to implement this. Just a detail though, nice module Share this post Link to post Share on other sites
rakepl 10 Posted December 31, 2013 Can developer or somebody develop this beaty modul for later Prestashop version, 1.5 x, 1.6x ? 1 Share this post Link to post Share on other sites