Jump to content

presta-rocks

Members
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

Recent Profile Visitors

6,048,214 profile views

presta-rocks's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

4

Reputation

  1. https://github.com/PrestaShop/PrestaShop/pull/9390
  2. I have a problem with ps 1.7 installation from github. Step I did 1. downloaded dev zip from github 2. when I access to site i have info about composer 3. so i dit composer install npm install -g grunt-cli npm install then i have installer visible but i can not proceed due Not all files were successfully uploaded on your server"
  3. Why you did not included fix for IE? http://forge.prestashop.com/browse/PSCSX-2043
  4. Same here, paypal suddenlty stopped to work today without any modification or site, Also integral evolution
  5. Hi, There is a big issue with prestashop 1.6 CSS compile. Since there is used bootstrap and Sass css file is bigger and have more selectors. There is also limit of max size of css file and numeber of css files loaded per page. So in current situation it works only with basic theme configuration, when you add more modules shop looks bad under ie8 and ie9 even if styleshet is fine for browsers. So CCC compiler have to be rewriten to split css into 2/3 files when A sheet may contain up to 4095 rules A sheet may @import up to 31 sheets @import nesting supports up to 4 levels deep More info http://stackoverflow.com/questions/9906794/internet-explorers-css-rules-limits
  6. Thanks that helped, I've spend few hours on finding solution for that and for now there is not possible to make good touch detection. Your workaround is fine for me, but we can not force visitors to change browser config, In fact this setting is fine on most computers, but aftern enablin some simulation in developer tool value is changed, and after finish simulation is stay on enabled touch. Regards
  7. What is your chrome and OS version? My chrome version is 33.0.1750.154 and Windows 8. I do not think it is related to browser, becouse code change fix it. I've did debug of this and it fails on $(document).on('touchstart', '#header .shopping_cart a:first', function(){ And clearing all browser data, and prestashop cache not helping
  8. if ('ontouchstart' in document.documentElement) { $('.shopping_cart > a:first').on('click', function(e){ e.preventDefault(); }); $(document).on('touchstart', '#header .shopping_cart a:first', function(){ if ($(this).next('.cart_block:visible').length) $("#header .cart_block").stop(true, true).slideUp(450); else $("#header .cart_block").stop(true, true).slideDown(450); e.preventDefault(); e.stopPropagation(); }); } else $("#header .shopping_cart a:first").hover( function(){ if (ajaxCart.nb_total_products > 0 || cart_qty > 0) $("#header .cart_block").stop(true, true).slideDown(450); }, function(){ setTimeout(function(){ if (!shopping_cart.isHoveringOver() && !cart_block.isHoveringOver()) $("#header .cart_block").stop(true, true).slideUp(450); }, 200); } ); if we remove Seems like newer version of chrome recognize 'ontouchstart'' so this part of code is used, but on mouse over do not behavior like touch
  9. I have the same problem, it do not work on chrome. It worked fine some time ago but now not. It is also noto work with official demo of prestashop. I've cleared cache of browser and prestashop and still the same. There is no js errors in debug console.
  10. Niestety się rozchorowałem i nie mogłem się zjawić. Ktoś może podzieli się wrażeniami?
  11. They will be used in final ps 1.6? Becouse for now they are not used. It would be possible by adding large_default_2x etc and for retine images and then use http://retinajs.com/
  12. Hi How much money for a service like this like this: professional custom theme( ex: http://98clothing.com/ )+ instalation + configuration + import products from old shop + integration with payments + customization in back office. I'm asking you because i know polish standards but I'm curious how much(+/-) in other countries. cheers
  13. http://98clothing.com Please test this site and give me your opinions Please check the lang detection, if you are not from poland you shuld be automaticly redirect to english version and Euro currency cheers
×
×
  • Create New...