Jump to content
thirty bees forum

Smile

Administrators
  • Posts

    289
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Smile

  1. Just a small issue did arise... I got now double robots tags... Is there a way to solve this also in TB? Or do i have to exclude this one then on certain pages? Or are we missing some setting somewhere? This is generating the top line. {/if} <meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" />
  2. In the end did you found a way to integrate it?
  3. Ohh that easy! Very nice and helpful I learn step by step. Thank you!
  4. Just search and quick-order so respectively I think: order-opc.tpl and search.tpl I guess... We use one page checkout.
  5. Oud topic nieuwe vraag, hoe werkt de dag kiezen ect en bezorg datum in sendcloud?
  6. We had the same problem, we tried to move all addresses to only use address field 1. DB query ect. In the end we did not finish it. Not sure why.
  7. Yes we did, no change... Very strange.
  8. Hmmmm, I am a rather noob in coding. I feel the direction you want to go. Not sure how to do this in my case.
  9. I am looking in a way to add: <meta name=”robots” content=”noindex,follow”/> on certain pages. I tried it with HTML Box pro but is toes not save this rule. Is there an other easy way to get this only added on certain pages in the header? Maybe an enhancement for next version?
  10. I would like to get the watermark module working also with webp format. See topich here for more details. I am willing to support it if we can come to a reasonable price 😉
  11. Did you in the end find a good solution? We are currently trying to achieve the same in the long term. We first now work on a WMS and then we will look at other systems for POS ect...
  12. Are you interested and or how should we proceed? No idea of the cost...
  13. Hmmmm, it here a solution to that? How much time would it cost to get it also working with webp and make it a TB module? Very much interested in sponsoring it.
  14. Well that can be the case 😉.... But in reality I have generated all product images again an and in product categories they are webp but on product pages they are still jpg.... @datakick thanks for your help all the time!
  15. I noticed that not all product images where generated in Webp format. Investigating this I came along the following comment "Serve smaller images in the webp format to browsers that support it". Why can we not just generate also the bigger product images in webp format? Reading a bit about webp did not give me the answer....
  16. I am generating new pictures with webp. But the webp images do not include the watermark. I am runnin TB 1.1.0 and Watermark v1.1.0 - by PrestaShop. Is this a known issue? The right sizes are ticket (Just ot be sure I ticket them all 🤣) in the watermark module.
  17. Finally found it, could not change it in php.ini or cpanel, or .htacces, had to do it in user.ini Thanks all!
  18. Well seems the execution time while in the php.ini it is set to 1000.... Maybe somewhere in the VPS it is overruled? Row 363 is red. ThirtyBeesException Maximum execution time of 120 seconds exceeded in file classes/ImageManager.php at line 363 Source file: classes/ImageManager.php 344: // Author: Tim Eckel - Date: 09/07/07 - Version: 1.1 - Project: FreeRingers.net - Freely distributable - These comments must remain. 345: // 346: // Optional "quality" parameter (defaults is 3). Fractional values are allowed, for example 1.5. Must be greater than zero. 347: // Between 0 and 1 = Fast, but mosaic results, closer to 0 increases the mosaic effect. 348: // 1 = Up to 350 times faster. Poor results, looks very similar to imagecopyresized. 349: // 2 = Up to 95 times faster. Images appear a little sharp, some prefer this over a quality of 3. 350: // 3 = Up to 60 times faster. Will give high quality smooth results very close to imagecopyresampled, just faster. 351: // 4 = Up to 25 times faster. Almost identical to imagecopyresampled for most images. 352: // 5 = No speedup. Just uses imagecopyresampled, no advantage over imagecopyresampled. 353: 354: if (empty($srcImage) || empty($dstImage) || $quality <= 0) { 355: return false; 356: } 357: if ($quality < 5 && (($dstW * $quality) < $srcW || ($dstH * $quality) < $srcH)) { 358: $temp = imagecreatetruecolor($dstW * $quality + 1, $dstH * $quality + 1); 359: imagecopyresized($temp, $srcImage, 0, 0, $srcX, $srcY, $dstW * $quality + 1, $dstH * $quality + 1, $srcW, $srcH); 360: imagecopyresampled($dstImage, $temp, $dstX, $dstY, 0, 0, $dstW, $dstH, $dstW * $quality, $dstH * $quality); 361: imagedestroy($temp); 362: } else { 363: imagecopyresampled($dstImage, $srcImage, $dstX, $dstY, $srcX, $srcY, $dstW, $dstH, $srcW, $srcH); 364: } 365: 366: return true; 367: } 368: 369: /** 370: * Generate and write image 371: * 372: * @param string $type 373: * @param resource $resource
  19. PHP settings are as follows: ; cPanel-generated php ini directives, do not edit ; Manual editing of this file may result in unexpected behavior. ; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) ; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) allow_url_fopen = On allow_url_include = Off display_errors = Off enable_dl = Off file_uploads = On max_execution_time = 1000 max_input_time = -1 max_input_vars = 20000 memory_limit = 2048M post_max_size = 1024M session.gc_maxlifetime = 1440 session.save_path = "/var/cpanel/php/sessions/ea-php71" upload_max_filesize = 512M zlib.output_compression = Off opcache.enable=0 I changed the max_execution_time from 120 to 1000, but the error kicks in just after 1-2 minutes.
  20. Seems to be a 500 error.
  21. Yes this could be a solution. But I am more into fixing it as a core issue... Although... maybe this is the best as quick fix.... How the error looks attached.
  22. Yes did that, no errors shown except from this one.
  23. I am regenerating new images in Webp, but i get the following error after 1810 pictures and the process stops. "Received a 5xx response (generic error). Make the rate limit of the server has been (temporarily) increased" The error keeps popping up but after few hours still just 181 pictures. Probably a big picture. How to find out which picture or how te set the server better?
  24. 1.0.8, I will test it in 1.1.0 and come back soon to the topic. Actually there is 3 issues here which I will test: Hreflang and multistore Use iso codes multiple times Prevent store to not us a language that is not available for it.
  25. Smile

    WebP image format

    Although it looks different at the end compared to the once here I added <webp>1</webp> and this did the trick. It seems the files are the same but the order in the rules is different. Something to care about?
×
×
  • Create New...