Welcome to WP Beaches
WordPress Websites design specialists, based in the Northern Beaches, Sydney Design, Develop, Host
Our WorkRecent Posts
Create a content flyout overlay in Beaver Themer Layout Header

This is a starter guide to get you up and running with an overlay flyout on click of hidden content in Beaver Builder – there is nothing indeed Beaver Builder specific about it other than it’s easy to build the…
Create Multiple Marker Map from ACF Google Map Location Field from a CPT

Here is a rundown on how to get a multiple marker Google map on a page that contains markers for a business dealer that has it’s own Custom Post Type (CPT). Each dealer has it’s own CPT with an individual map location…
How to Write to Windows NTFS USB Disk Drives on macOS Mojave and Sierra

By default, you can’t write to Windows NTFS USB drives and hard disks on macOS as they appear as read-only on the Desktop. You can write to these disks with a few installs and tweaks in the Terminal, which will…
Make Beaver Themer Sticky Header And Shrink At Any Size

You can make the Beaver Themer header stick and shrink at any viewport width by overriding the default fl-theme-builder-header-layout.js that comes with Beaver Themer, your version will overrule the Themer javascript as it runs after and can be re-declared in javascript.…
macOS Forbidden 403, You don’t have permission to access /~username/ on this server

In macOS if your user personal or document web sharing is not working for a user and is generating a Forbidden 403 error but is OK at the other document root localhost level, the issue may be a configuration file…
What is SIP – System Integrity Protection in macOS

macOS Big Sur ships with a new security process referred to as SIP or System Integrity Protection also known as rootless it has been part of the macOS since OSX 10.11 El Capitan. This guide goes through disabling and enabling…
Add Copyright Symbol and Year Date in PHP

To add a copyright symbol and year date in PHP that updates with the current year, you can use the code below… © <?php echo date (‘Y’); ?> An HTML entity is used for the copyright symbol, then you have…
Output Beaver Builder CPT Posts in a Module that belong to a Custom Taxonomy

Using Beaver Builder loop modules to output posts can be limited when you want to output a CPT that belongs to multiple custom Taxonomies but you only want posts to display from one taxonomy – this can be achieved in…
Limit the Words in WooCommerce Product Short Description

WooCommerce has a filter that can limit the words in a product short description field called ‘woocommerce_short_description’ – coupled with an existing WordPress function ‘wp_trim_words’ we can make the description any length to suit teasers, sliders etc and leave other…