Jump to content

cessargor

Members
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

cessargor's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. First, go to your prestashop/css/jqzoom.css ( or /public_html/js/jquery/plugins/jqzoom in 1.5) file. change the width and height values from the code below: div.zoomdiv { z-index : 100; position : absolute; top:0px; left:0px; width : 200px;<- change this height : 600px;<- change this background: #ffffff; border:1px solid #CCCCCC; display:none; text-align: center; overflow: hidden; After that, go to themes/yourtheme/js/product.js //set jqZoom parameters if needed if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled) { $('img.jqzoom').jqueryzoom({ xzoom: 200,<- change this yzoom: 200,<- change this offset: 10 //zooming div default offset(default offset value is 10) //position: "right" //zooming div position(default position value is "right") }); } Dont forget to backup your original files before make changes. If you couldnt see the different after you make changes, try different browser.
  2. hello, we have same issue with the last 4 prestashop sites we have been working, my clients are about to cancell my projects as i dont have any idea how to make the right logging name to appear, it is for sure a CACHE module issue, all works fine when you have cache disable or if you clean cache using a free module like this http://www.prestatoolbox.com/free-modules/122-clear-the-cache-of-prestashop.html , the problem is that you have to flush cache every day (which is not really a solution). i have post the bug to prestashop forums (not answer yet). maybe if we tell the cache to NOT cache the welcome module? anyone know how to make that happen? adding a line to avoid caching for that module only?
  3. HEllo I have same problem (PrestaShop™ 1.5.4.0) it seemd to be caused by the cache tool in the prestashop, if you deactive the cache the loged user name display correctly, if cache is activated it shows the lastest user cached by the cache tool in prestashop, this is a bug that never happen tome in prestashop. please i need a solution or if prestashop team can check. thank
  4. I have same problem but only in the admin area and only for SEO & URL section, any solution?
  5. You can just add id="idTab5" to the DIV and it will work too, no need to add the UL. God fix by the way, thanks.
  6. I had same problem with PrestaShop™ 1.4.8.2 , i did the fix trigloxix suggested and it worked perfect. so bad product customization from version 1.4.7 do not work.
  7. i have same issue using the media servers tool with 3 subdomains and the SSL , the problem is that subdomains do not share the same doc root in most hosting panels (cpanel, pleask, etc) . SSL have to be under the same document root in order to share the same SSL, so in theory you need a unique SSL for each subdomain you use..
  8. haven't install 1.4 yet, new releases are always full of bugs, will wait til next few version to update my sites.
  9. to add flash to short description field just remove the following line to the product.tpl this {$product->description_short|strip_tags} replace for {$product->description_short} and done. you can see it here http://www.madeinsantander.com/8-zapato-colegial.html good luck.
  10. to add flash to short description field just remove the following line to the product.tpl this {$product->description_short|strip_tags} replace for {$product->description_short} and done. good look.
  11. i just tried the hack, works perfect, thank you. //if (!isPicture($file)) // return Tools::displayError('image format not recognized, allowed formats are: .gif, .jpg, .png'); check my site http://comprasanandres.com/index.php
×
×
  • Create New...