Paste the following code into the child theme's functions.php file: // Replace "Tax" with "GST" on cart and checkout add_filter( 'woocommerce_countries_tax_or_vat', function () { return __( 'GST', 'woocommerce' ); }); add_filter(...
Operations
Notifications configuration for contact forms
Follow the links for instructions on configuring notifications in Gravity Forms: Admin Notification Auto-response email to user < Back to General Configuration checklist for contact forms
Confirmation configuration for contact forms
The following are Confirmation options. See summaries below for when to use. Most basic forms will only require a Text Confirmation. Text (MakeWeb's default method) A text confirmation is MakeWeb's preferred confirmation type for a basic contact form: Text...
General settings configuration for contact forms
These instructions are for configuring the general settings of a default or new form in Gravity Forms. Summary: Navigate to "Forms" Navigate to the "Form Settings" of the applicable form Edit "Form Title" if applicable Check & set the following "Form Layout"...
Create a full page screen capture in Chrome
Full page screen captures are a great tool for showing clients the progression, initial build or discovery stage of their site, without the need for full functionality. Chrome has a simple extension that allows us to do this and save the capture as a png or pdf. Find...
Keep breaks in posts using TinyMCE Advanced
First, you will need to install the TinyMCE Advanced plugin to the site (for more info on installing plugins see this article) Type TinyMCE into the search bar and Install TinyMCE Advanced Once you've installed and activated the plugin, you will need to hover...
Disk Usage: Quota Modification
If a website still needs more space after investigating and rectifying any bloating from unnecessary files (see here), then you can increase the disk quota. Follow the instructions in the video below to increase the disk quota. Doubling the limit is ideal if that...
How to check if double opt-in is enabled for MailChimp audience
Follow link below for instructions and post link that can be shared with clients: https://makeweb.com.au/how-to-check-if-double-opt-in-enabled-for-mailchimp-audience/
Sample Sidebar Styling – WNWN
Sidebar styling from WasteNot.WantNot.com.au blog below. Change values and colours to suit. /* Sidebar & Widget Styling */ .et_pb_widget { border: 1px solid #e7e6e1; background-color: rgba(231,230,225,0.1); padding: 20px; text-align: center; } .widgettitle {...
Set standard blog roll page
Summary: Publish blank Blog page For new websites made from the MakeWeb template site: Update "Blog" page status to "Published" For websites that don't already have a "Blog" draft page: Create new blank Blog page with the desired title & slug Navigate to...