Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,011
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by wakabayashi

  1. @Havouza Dont you use Plesk or cPanel? It should be easy to change a php version there... Or is the problem much more complicated than I think?
  2. I dont think, we can do much about it. Even if this project is growing and making good progress, its not yet big enough
  3. What are your experiences with webp. Does it speed up the site a lot?
  4. I never have seen such a wish before. I don't think there is a one click solution or so. In general I would remove the links to the product in the tpl files...
  5. I use the captcha module for contact form. But I wouldnt do that for registration. For me its too risky, that it fails or people cant manage it
  6. The key to good search engine results is content. When we have content, we should also optimize meta title and meta description (meta keywords arent important anymore). It can be quite confusing what is a good length for meta title and meta description. Here is a very useful tool that may help you: https://app.sistrix.com/en/serp-snippet-generator
  7. So then this seems to be a bug. I has the same in my test setup!
  8. Maybe the two installation influence eachother!? Thats why I always use subdomains for testing...
  9. <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on #Domain: www.chesspoint.ch RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1/$1$2$3.webp [L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.webp [L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.webp [L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.webp [L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.webp [L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.webp [L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.webp [L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.webp [L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/c/$1$2$3.webp [L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.webp %{ENV:REWRITEBASE}img/c/$1$2.webp [L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^.*$ - [NC,L] RewriteCond %{HTTP_HOST} ^www.chesspoint.ch$ RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] Mine looks like this. You can compare. It's not the same. Maybe there is the issue :S But I am not sure.
  10. You would need to to this with css: #categories_block_left ul li { font-size: 30px; } Probably its easiest if you add this to categories.css Or alternative you add to the tpl: <style> #categories_block_left ul li { font-size: 30px; } </style>
  11. I am no expert on this... Does your rewrite happen in htacces or do you use nginx server?
  12. You would need to change the blockcategories.tpl <h4 class="title_block">{if isset($currentCategory)}{$currentCategory->name|escape}{else}{l s='Categories' mod='blockcategories'}{/if}</h4> to <h4 class="title_block">{l s='Categories' mod='blockcategories'}</h4>
  13. Have you disabled seo rewrite? (just for testing ofc)
  14. Maybe you want this: {if $product.quantity > 0 && $product.allow_oosp == 1} Does this work?
  15. Does anybody use APC Cache? When I try to save a manufacturer in BO, I also get: APCu cache has been enabled, but the APCu extension is not available. Edit: Probably this was caused, since I changed the php version some time ago...
  16. You can check ps_category_product table and filter it for the id...
  17. I think, you shouldn't use FullPageCache for now. Btw: is there are reason for just using 5.6?
  18. In my tb this isnt like that... I think you should edit the category and check what is set as parent. Probably just the wrong one, right?
  19. Its very easy to make github changes: Open the file (you see it beside the green and red sqaures. for example: classes/Validate.php) You remove all the red lines in the code You add all the green lines in the code.
  20. I am not at a computer right now. But i often do a simple trick. I write {$product|print_r} and check what is available. Btw you need only one if... Like: {if $product.quantity > 0 AND $product.something == 3}
  21. It can happen on desktop too. Maybe you have also issues with urls. I really dont know. Never have seen this.
  22. I happens on my phone too, but not on desktop. Well try it with the original product.tpl. I guess it's theme related...
  23. Not sure if I understand the problem right. One question: do you have quick view enabled? If yes, try to disable it and compare.
  24. Ok dann musst du genau vergleichen mit der ps sanitize Funktion. Es passiert zu 99% in dieser Funktion...
  25. Ich bin selber nicht ganz sicher, da ich mich mit regulären Ausdrücken nicht auskenne :D. Ich würde einfach die ganze Zeile entfernen. Schliesslich wurde einfach diese Zeile hinzugefügt... Am sinnvollsten mittels Override, damit du bei einem Update nicht wieder das gleiche Problem bekommst.
×
×
  • Create New...