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

Block xmlrpc.php requests from Cloudflares firewall apart from JetPack

Xmlrpc Block

…192.0.96.202/32 192.0.98.138/32 192.0.102.71/32 192.0.102.95/32} and http.request.uri.path contains “xmlrpc.php”) user5555 Cloudflare actually has built-in Jetpack protection: https://support.cloudflare.com/hc/en-us/articles/218377098-WordPress-Jetpack-and-Cloudflare “The Cloudflare WordPress WAF rule WP0007 protects xmlrpc.php file ion all Cloudflare plans to…

Read More