20th Oct 2020 | Divi Modules, WordPress Tips
How to Add WOFF/WOFF2 Custom Fonts to the Divi Builder Divi recently disabled the ability to upload WOFF & WOFF2 webfont files in the Divi Builder custom font Drag & Dropload box due to “security reasons”. Example: I can’t upload WOFF / EOT /...
21st Feb 2020 | WordPress Tips
To make your HTML code tags more responsive and stop them overflowing off the side of the page, wrap them in <pre></pre> tags and apply white-space: pre-wrap; to them like this: <pre style=”white-space: pre-wrap;”> <code>...
11th Dec 2019 | WordPress Tips
Chargebee/Divi Pricing Table Example Service 1 £19/month Example Feature 1 + Example Feature 2 - Example Feature 3 - Example Feature 4 Click Me Service 2 £24/month Example Feature 1+ Example Feature 2+ Example Feature 3+ Example Feature 4 Click Me Sample jQuery attr()...
20th Feb 2019 | WordPress Tips
Quick Answer Add this code to your functions.php file. Make sure to replace YOUR-MENU-ITEM-ID with your own menu item ID number. function add_specific_menu_atts( $atts, $item, $args ) { $menu_items = array(YOUR-MENU-ITEM-ID); if (in_array($item->ID, $menu_items)) {...
20th Jan 2019 | Hosting Tips, WordPress Tips
Cloudflare Page Rules for WordPress Admin Security If the URL matches: *.your-domain.com/wp-admin/* Browser Integrity Check: On Always Online: Off Security Level: High Cache Level: Bypass Disable Apps: Apps are disabled Disable Performance: Performance is disabled...
4th Jun 2018 | WordPress Tips
Need to give admin access to a WordPress developer? Hired someone to manage your WordPress site for you? Need to give a plugin developer access so they can debug a problem? Find out the easiest & safest ways to give someone access to your WordPress backend. Manual...