Updating to PHP versions 7.4 and 8 on macOS 11 Big Sur and Catalina

Php8 Macos Update

download all the versions and just uncomment the one you want if you intend to swap around: #LoadModule php5_module /usr/local/opt/[email protected]/lib/httpd/modules/libphp5.so #LoadModule php7_module /usr/local/opt/[email protected]/lib/httpd/modules/libphp7.so #LoadModule php7_module /usr/local/opt/[email protected]/lib/httpd/modules/libphp7.so #LoadModule php7_module /usr/local/opt/[email protected]/lib/httpd/modules/libphp7.so #LoadModule…

Read More

Create A Responsive Bootstrap 4 Tab/Accordion ACF Repeater Loop

Boostrap Acf Repeater Tabs

…Add the ACF Loop Tab/Accordion Code https://gist.github.com/neilgee/d6e8e8bb8d40032724a4b5a8ad7893f3#file-bootstrap-tab-accordion-loops-php Blue Hats Red Green Black Pink White Blue Hats Blue – Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis…

Read More

Adding Bootstraps Collapse to a Beaver Builder button and module

Bootstrap Collapse Beaver Builder

…slightly modify this snippet: https://community.wpbeaverbuilder.com/t/add-download-attribute-to-a-button/10226 So I added the class “collapse-trigger” to my Icon module (also works with the button module) and then here is my modified code: jQuery(document).ready(function(){ jQuery(…

Read More