Jump to content

amitthakur

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by amitthakur

  1. Thanks for the response (and sorry about the high-latency revert from my end). Removing the if-else statement doesn't quite get me there. It still behaves as if only the jqZoom module were enabled. Not sure why. I would have expected that removing the if-else statement would have both the jqZoom and fancybox code loading but the page in the browser does not show any evidence of having loaded fancybox.
  2. Hi, I use the bootstrap-default theme. I have jqZoom enabled in my shop for the product page. I need the Fancybox zoom box to pop up if the product image is clicked on. Alternatively, I have some static text below the product image. It would suffice if clicking on that text launched the Fancybox zoom as well. I have been examining the product.tpl file but cannot see any mention of Fancybox (presumably there is an 'onclick' event and handler for that?). Can someone help, please? Thanks.
  3. Ok - solved it. Changed the memory limit on the hosting server in the market subfolder. Had seen the earlier posts that talked of php.ini file. Couldn't find it. Finally located the configuration info in the file at [my site URL]/[subfolder]/config/config.inc.php Added a line there that increased the memory limit to 1024M as follows: ini_set('memory_limit','1024M'); That did the trick.
  4. Hi, Full disclosure: I am a newbie on web technologies and Prestashop with a grounding in computer science but one that is a couple of decades old. When I try to upload product images if the image is beyond a particular size (even at 1.5 MB), the upload fails with the following error message: An error occurred while copying image, check your memory limit With smaller file sizes (have tried it with 0.9 MB), this problem does not occur but then the level of detail in the jqZoom is rather disappointing. Now, the question is this: memory limit of what? How can I find out the exact limit? Can I change this limit? Thanks for any guidance on this. Regards, Amit
×
×
  • Create New...