Use this privacy policy as the default. If you update this privacy policy, please ensure you update this Google Doc for future use. https://docs.google.com/document/d/1BDLCQjP1l4TbfYWCInl12DUlL1rpu95XmGrnRXSXKoY/edit?tab=t.0#heading=h.hin7antrinxf
Operations
Check over mobile and tablet views and polish
Mobile footer menu styling for Divi’s Menu module to not use hamburger version
This is great for footer menus, when the hamburger menu is not user friendly and a visible list of the links is preferable (basically, almost always for the footer if a menu is required there). Apply the following class to the Menu module: mw-hide-mobile-menu ...
Remove Additional Information heading from product tabs
Add to functions.php file in Child Theme: // Remove the Additional Information title from tab content on products add_filter('woocommerce_product_additional_information_heading','__return_null');
Fix locked PDFs Vivace
When you receive an email like this, from vivacehealth.com.au, follow theses steps: 1. Open the file link Note: You mist be logged in as an admin to VivaceHealth.com.au to access the file.2. Click Print (not download)3. Set to Save as PDF and click Save4. Click Edit...
Tasks for closing down a website
Check and note if domain is managed with us If domain is to be cancelled (not renewed at expiry), cancel recurring domain invoice Cancel recurring hosting invoice Remove the row from the hosting spreadsheet, if applicable Take cPanel backup, download & save to...
Remove zoom effect on WooCommerce product image
Add to functions.php file in Child Theme: // Remove zoom effect on WooCommerce product image function remove_image_zoom_support() { remove_theme_support( 'wc-product-gallery-zoom' ); } add_action( 'wp', 'remove_image_zoom_support', 100 );
Replace Custom Links with Page Links in Menus
Cloning Meta Tiles and Descriptions from Existing Websites
Where the title and description can be found in the Page Source: between the html tags example of meta title and description: <title>About Neil, Counsellor at Central Coast Counselling & Therapy | Central Coast Counselling & Therapy</title>...
Removing numbers from slugs
https://drive.google.com/file/d/1P2_mxM9TcwyX3otEflM0uie8yfUnkklE/view?usp=sharing