Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    905
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by the.rampage.rado

  1. To be honest I don't know why they hardcoded this in this part of your theme/module. I'm not able to help with this one but probably you can contact the developer and check with them?
  2. With this specific weight string I'm pretty sure that there is misconfiguration on your side, could you double check the theme module that's responsible for the fonts?
  3. From what I can find online (and is not posted in 2012) and what I get from it is that woff2 is the only format we need currently as all modern browsers (mobile and desktop) support it. So I only load it locally. A nice read: https://stackoverflow.com/questions/75868078/what-are-the-possible-values-for-format-in-a-font-face-src A nice tool to download only the needed fonts and generate the code for them: https://gwfh.mranftl.com/ Regarding the font version - I think if you load only one version and stick to it it's OK, no need to load 2 or more versions as this might confuse (probably) different browsers to render your page differently if they fall back to one or another version and there are differences between them. (Let's say for Montserrat that I use, they have weight changes between versions). Also, if the tool for generating the code you use does not add it do so manually: font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ A statistic: https://caniuse.com/woff2
  4. This module called the Google server since it was published I think. As we're on the topic of loading fonts locally, what formats are you still loading in 2024? Only woff2 or all other in case a fallback is needed?
  5. Doubt such module would be free. Plenty if cheap and more expensive options for product customization.
  6. Thank you! "Hide this status in all customer orders." is something that will work as a workaround I think. Not many orders I have that go to Canceled - only those that are fraud, duplicated or test orders from me. So those that are fraud will show the last state before Cancelled, which is 100% working and the only issue is duplicated orders but those customers are contacted prior to this cancelation so they will not get confused if they see the wrong status couple days after that.
  7. I would like to make 'a sleeper status' for all fraud orders. And I want to name it with some obscure name like 'Pending' or something like that so the scammers don't see 'Canceled' in their profiles. But I want for this status to be able to restock all products in my shop and I don't want any further emails to be sent to them. (this is Canceled options). I'm unable to see which flag here makes the restock action.
  8. Ok... Literally all 1.6 PS themes should be 100% percent compatible with thirtybees if you use php 7.3 or lower and you debug them for later compatibility. Hope this makes it clearer. 😉
  9. Probably yes, but for sending them to the hole I doubt there's a difference, those bots probably don't care much about that.
  10. To update on a fix I found and worked for me. All of those requests starting with // contain wp-includes, wp-admin or wp-content so this solves the issue: RedirectMatch 301 wp-includes /modules/blackholebots/blackhole/ RedirectMatch 301 wp-admin /modules/blackholebots/blackhole/ RedirectMatch 301 wp-content /modules/blackholebots/blackhole/
  11. Literally all 1.6 PS themes should be 100% percent compatible with thirtybees.
  12. https://www.leotheme.com/prestashop/themes/740leo-florero-free-flowers-and-vases-home-decor.html The page says it's for PS 1.7 so no luck.
  13. Could you give further details about the theme - where did you purchase/downloaded it from?
  14. As you probably know this is a security topic since couple of years. Be default thirtybees (and PS in that matter) does not come with default policy and on this test a vanilla installation fails with F. One way to implement some of the most important headers is to add this code to the beginning of your htaccess file: <IfModule mod_headers.c> Header set Content-Security-Policy "default-src 'unsafe-inline' 'unsafe-eval' 'self' *.googleapis.com *.gstatic.com *.cloudflare.com *.googletagmanager.com *.google-analytics.com *.youtube.com *.google.com;" Header set X-XSS-Protection "1; mode=block" Header always append X-Frame-Options SAMEORIGIN Header set X-Content-Type-Options nosniff Header set Strict-Transport-Security: max-age=63072000; includeSubDomains; preload Header set Referrer-Policy: strict-origin-when-cross-origin Header unset X-Powered-By Header always unset X-Powered-By </IfModule> This code is far from perfect, unsafe-inline and unsafe-eval should be used very carefully but should we remove them completely if we're not sure if we have embedded js. This code gives A on this test but keep in mind that on the first row you should add all external resources you use and on each row the settings should be customised to your needs. This is what appears to work for me. Another (nicer) solution is this free module from nenes25 which adds further options for logging, debugging and testing in BO. Unfortunately the support for PS1.6.1.x that is advertised in his blog does not translate in the latest 0.4 version and I'm unable to install it on my test setup. What are you using to fix this?
  15. Thanks, this also solves the issue that I had to add it to every shop in the Custom Code section.
  16. I stumbled upon an easy fix that is recommended a lot online for this notice in Google Page Speed and I would like to ask the members with coding if it works and should we really care about this notice? https://github.com/zzarcon/default-passive-events I'm using it by adding this code to Custom code of my thirtybees and when checking with the tool this notice is gone. There are comments online that this file should be loaded before everything else .js and not on the end of the page as we move them with thirtybees. I'm unable to observe any scrolling improvement (or I'm not looking where I should)... Of course one less line in the Google report means the report gathers 1 point overall, not much but in the end if this works it's a five minute job. <script type="text/javascript" src="https://unpkg.com/default-passive-events"></script> If this works could we implement this tiny .js file locally to avoid using one more connection to external CDN?
  17. The module you need there is:https://github.com/thirtybees/blockpaymentlogo PS: Please, never post affiliate links with white text color again!
  18. You have it there. If you want to change the logo on the product page this is done by
  19. For the slider: disable (an uninstall if you don't plan to use) this module --------------------------------------------------------------------------------------------------------------------------------------------------------------- For the buy now button probably you have this setting turned off: (in Product page, just under the product name). Other than that you have to have quantities available to sell, otherwise the system will hide this button. Here depending on your settings you will have 'normal' products without combinations (so only 1 combination per product, lets say this candle is only one size and one color, so no user selection is required) or with combinations (few sizes and/or few colors). If you have this cleared and configured per product you have to assign stock for each product combination here: On the same page you might wish to not use available quantities at all (lets say you're drop shipping and you know that the product is always available) with this setting: (adjust this only if needed as it's per-product and you should go in each product and fix it later). 'Allow orders' will enable purchase even if you have zeroes in all the combinations above. After the order is made it will show negative value. One more reason not to show this button is advanced stock management but it's quite advanced and probably you have not adjusted anything there so I will not go in that hole 🙂
  20. What you want to adjust and what theme do you currently use. Keep in mind majority of design is reliant on the theme itself.
  21. Glad to hear that! Could you post your error here just for reference, this will help weed out the bug (if present). But probably it's some sort of caching issue with your configuration or server if you managed with other browser.
  22. First of all - did you modify any core files? Which version of thirtybees are you running and on which php version? Also what you have here: Preferences->Products->
×
×
  • Create New...