How to add events to your Calendar (Outlook and Google)

Following the advancement of technology, everyone starts to rely on phones to remind them about important milestones and events. Hence, when sending emails, it is recommended to also attach calendar events so the receivers can save the events to their own calendar. However, there are many types of calendar in the market like Outlook Calendar,…

Add a line that strikes through the title

I am sure you have seen web designs that are out of the norm like that: How can we add a line behind the headings if not using background image? I have played around with a few different methods unfortunately the lines always go out of alignment when testing in another browser. I have discovered…

PHP

Unable to see Appearance -> Menu when creating custom theme

I have just started creating custom themes for my clients. The reason I am doing this is because when I have full control to the theme, I can easily optimise the website load time and server size. During my first time, I wanted to add menu items to the menu but I couldn’t find the…

Steps to swap Woocommerce ‘Billing’ with ‘Shipping’

There was once a client requested to swap the position of Woocommerce’s billing and shipping details, because by default WooCommerce displays the Billing info first. But, the client cares more about the shipping address because that is the most important information he needs for him to ship the products. Update on 3/8/2019: I realised the…

Redirect Domains from Crazy Domain to GoDaddy Managed WP

It is very common to subscribe your domain and hosting packages from different companies for whatever reason. I worked with a client who has their domain parked on Crazy Domain and host their website with GoDaddy Managed WP. If you have worked with GoDaddy Managed WP, you will know that it is different from other…

PHP

Woocommerce – Change ‘Place Order’ text for specific payment method

You often need to change the default Woocommerce text to be different from other eCommerce stores or to suit your business needs. Below is an example of how I converted the ‘Cash on Delivery’ payment method into a ‘Quote Request’ function, and replace the default ‘Place Order’ text with ‘Submit Quote Request’. I found this…