Your cart is currently empty!
Work Notes: Modifying the Shipping Options page on the editor view. – Part 3
The goal: To have it so the Local pickup option is selected then the Shipping Fields will be replaced with a message which says the order will be delivered to the store’s HQ. This is going on to be the frontend as well as the edit page. While on the edit page the user will…
Documenting: Creating a Block Based Theme for a Large Website – Part 2
Gotta work on the menu and then make the menu like my own, my own plugin. So we went on to worry about that technique. That’s working the menu tab it like the z index. Not avoid to make the z index, not in filters. I also have to change the slash and every single…
Documenting: Modifying The WooCommerce-Blocks checkout process. Part 1
Okay. So what I want to do is I want to modify to check out to have it so like the the billing things already always on. I would like to fire the following events but because of the virtual DOM I can’t just append scripts like we could in the legacy way. Also, I…
Documenting: Deciphering A Complex Ajax Call in WordPress
New Day: Tue 23 Aug 2022 06:19:42 PM CDT I will be referencing this stackoverflow answer related to an AJAX operation which changes a radio view. stackoverflow answer The answer says in order for this to work we have to manipulate the shopping sessions data. If you would to view the step by step process…
Documenting: Familiarizing Block Based Themes
New Day: Mon 21 Aug 2022 12:00:00 PM CDT This article is a partner article to this article. I would like to use BBT and FSE to replace the plugins I am using. talk on how to develop BBT: Templates are HTML files that contain a full page of layout. They follow the same hierarchy…
Documenting: Debugging WordPress With Custom Log Files
New Day: Sat 13 Aug 2022 02:29:10 PM CDT Alright, after trying and failing This is not going to be specific to LocalWP–even though I’m using it for this–because this should work on the same PHP/WordPress installations. After looking around I found this dope talk where the speaker discusses different uses for the console object.…
Documenting: Importing Websites into LocalWP with WP CLI
The process of importing things with LocalWP is the fact that you have to have the .sql file and wp-content folder of a website in the same folder, zip it and then drop it into LocalWP. This technique is summed up perfectly in this forum thread reply. I currently able to use SSH to get…
My Developer Workflow on Linux Mint
I’m currently working with BASH files to automate the process that I’m in and appears that I have to source the file to do anything meaningful. Wonder if you run it is it going to be a ./ or . like it’s going to be sourced or not and I wonder if I can change…
Documenting: My Developer Workflow Setup on Linux Mint
About my workflow: I use vim and I use Linux Mint I mainly do web development as it is my main job but I enjoy C++ development as well. I would consider myself an Advanced WordPress developer. I plan to make it to the expert stage by the end of next year. I personally enjoy…