Author: Bryan Veloso
-
GOMO No Expiry Data is false advertising
My GOMO sim card just expired last May and I recently found out about it because I can’t use the 100GB+ of data I saved due to the fact that I think my data won’t expire. After reading their TOS, there’s in fact a data expiration if your sim card expired. So it’s useless to…
-
Useful dApps on the Terra Ecosystem
As you may know by now, I’m all into DeFi, mostly on Terra. I’m gonna share with you the useful dApps, aka decentralized protocols that I use on Terra. There are so many dapps now vs last year. At the beginning of 2021 and the launch of COL-5 (Terra’s biggest mainnet upgrade) earlier this year,…
-
I’m super bullish on LUNA, FTM and SAITO
Lately, I’ve been heavily involved in the cryptocurrency space and I invested 100% of my saving into crypto, specially LUNA and FTM. If you filter it on Coicodex and see what coins has the highest gains since last year these two bad boys are the 4th and 5th with highest ROI. I missed out on…
-
So many WP updates, so little time!
Just found out that there’s a new version of WordPress! Since I haven’t upgraded my blog for a long time, I’m upgrading it now. Last version since I last logged in was 5.7.3. Now I just jumped to 5.8.1. What’s new here? I really don’t know. I guess there’s something new with the text editor…
-
WooCommerce: Add a product to cart automatically based on another product’s variation ID
If you want to add a product to your cart based on another product’s ID or variation or a configurable product, then this code snippet might help. Was searching how to do this until I found one in Stack Overflow. The function is based on the first code example on this website post: https://www.tychesoftwares.com/how-to-automatically-add-a-product-to-your-woocommerce-cart-in-3-different-scenarios/ Basically,…
-
Divi Blog Grid breaks when Minify JavaScript Files is enabled
If you’ve noticed that your Divi blog grid breaks after you enable JS minifaction using any plugin, then you just need to exclude the custom.js from /themes/Divi/js/custom.js to be minified. This will fix the issue. I haven’t checked what’s in this Javascript file yet that doesn’t want to be minified, but that fixes the problem…
-
Better late than never! Just upgraded to WP 5.7!
Yep, I do manual updates and I recently updated this WP blog to the latest version, which is 5.7. On a user’s perspective, nothing seems to be new as I’m using the classic editor. I hate the Gutenberg editor and they have a new one now, it seems like Gutenberg, but an improved one. Automattic…
-
Error Reference: invalid certificate csr (ZeroSSL)
If you’re renewing your SSL and selected autogenerate CSR and it’s always invalid, then you’re just encountering a temporary error. I always get this “An error occurred. Please try again or contact support. (Error Reference: invalid certificate csr)” when renewing my Let’s Encrypt Certificate via ZeroSSL. If you Paste your own generated CSR or manually…