-
Posts
1,061 -
Joined
-
Last visited
-
Days Won
80
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by the.rampage.rado
-
Slack Channel for TB lovers
the.rampage.rado replied to zen's topic in Announcements about thirty bees
Any Slack-ers here? -
Which flag makes the order status to restock the items?
the.rampage.rado replied to the.rampage.rado's question in Technical help
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. -
Which flag makes the order status to restock the items?
the.rampage.rado posted a question in Technical help
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. -
Probably yes, but for sending them to the hole I doubt there's a difference, those bots probably don't care much about that.
-
Warehouse fixes by the community
the.rampage.rado replied to the.rampage.rado's question in Theme help
DM you. -
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/
-
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?
-
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?
-
The module you need there is:https://github.com/thirtybees/blockpaymentlogo PS: Please, never post affiliate links with white text color again!
-
-
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 🙂
-
What you want to adjust and what theme do you currently use. Keep in mind majority of design is reliant on the theme itself.
-
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.
-
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->
-
It will work, yes.
-
internal server IPv6 added for maintenance mode ?
the.rampage.rado replied to DRMasterChief's question in Technical help
If you don't know your static IP you can go here: https://www.whatismyip.com/ and see it, then add it manually to the list. -
Help with Setting up GA4 conversion with Thirtybees
the.rampage.rado replied to selwynorren's topic in Google Analytics
Same here. There's a paid module for GA4 but I thing a guide from somebody that did this will help a lot. -
tbupdater and Core updater are two different modules. tbupdater updated the modules up to thirtybees version 1.4, now this functionality is included in the core. Core updater updates everything else and it should continue to be used. This module is compatible with all thirtybees versions since its introduction back in 1.0.8 or something like that... If you updated to thirtybees 1.5 you should check the forum thread, there are couple of other such minor changes that will take you 5 minutes - minification module and mail transport module and configuration.
-
Yes, cPanel takes some time to refresh. 15k of images is plenty of junk. You can browse some of module functions but be careful as every single one of those is irreversible w/o backup.
-
It did not find any images or simply your inodes are not taken by images? For me the first time I ran it it deleted around 1000 images.