- Woocommerce – remove tabs on the single product pageThis snippet allows to quickly remove the tabs area that contains the description, review, attributes and potentially custom tabs. This area is shown by default under the “add to cart” button on the single product page in a WooCommerce shop. Insert the code in functions.php… Read more: Woocommerce – remove tabs on the single product page
- File Usage issue caused by WordPress W3 Total CacheContext Shared hosting service (Zuver) CPanel WordPress 5.3 W3 Total Cache plugin TDLR Website returns Http Error 503 the service is unavailable. Can’t access the WordPress Administration. From CPanel, File Usage reached its hard limit (250,000 files) From File Manager, removed directory “wp-content/cache” File Usage… Read more: File Usage issue caused by WordPress W3 Total Cache
- Find out what application uses the port 8080 on MacIf you develop web applications on your local environment, you will notice that the port 8080 is often set as default. Most likely one day you will face a situation where 2 running web servers want to bind the same port: 8080. Obviously, this is… Read more: Find out what application uses the port 8080 on Mac
- Replace Storefront Footer CreditIn your child theme functions.php file, paste the below: Then replace [My Company Name] by the name of your company or whatever you want.
- Free Software / Tool / Service to run a Small and Medium-sized BusinessIt can be overwhelming to jump into the endeavour of creating a starting a new business and without knowing if your ideas will work. A critical role is to manage your cash flow and make sure the money is spent wisely. Nowadays, thanks to the… Read more: Free Software / Tool / Service to run a Small and Medium-sized Business
- Final Cut Pro X – Delete a libraryHow to delete a Library in FCPX? Open FCPX Right click on Library you want to delete Hit “Close Library” option Then go to Finder where is located your Library (by default it’s in the directorie Movies) Drag and drop the Library in the Trash… Read more: Final Cut Pro X – Delete a library
- [WIP] The Best WordPress Plugins & Themes (No Affiliation)As a WordPress developer, I thought keeping an organized list of the best and worst plugins. Here is simply my feedback based on my experience with those plugins. This post hasn’t been affiliated by any of the plugin brands. Here is my Testing Environment for… Read more: [WIP] The Best WordPress Plugins & Themes (No Affiliation)
- WooCommerce – Change “Related Products” textThis snippet allows to quickly change the “Related products” text which is shown by default at the bottom of a single product page in a WooCommerce shop. Check out on my test environment: https://shop.nicolasrabier.com/product/woo-album-4/ Insert the code in functions.php of your child theme. Post context:… Read more: WooCommerce – Change “Related Products” text
- Receive/Send emails in Gmail from external email accountsIf you have multiple email accounts (hotmail, icloud, etc.), you can receive all your emails in one spot, in your Gmail inbox. This document is a step-by-step guide to configure your Gmail as a webmail client. From a computer Receive emails from an external email… Read more: Receive/Send emails in Gmail from external email accounts