Mailchimp RSS newsletter (hidden functionality)
Elementor CSS Column Nav
Note, this was based on a tutorial here: https://www.prowebdesign.ro/wordpress-sub-menu-items-split-in-2-columns-the-easy-way/ I had adapt this to only apply to a single menu item so that not ALL dropdowns had mutli-columns /* Navigation */body .sub-menu-columns ul.sub-menu li {display: inline-block !important;float: left !important;width: 200px !important;}body .sub-menu-columns ul.sub-menu .elementor-nav-menu–dropdown li:nth-child(odd) {float: left !important;margin-right: 10px;} body .sub-menu-columns ul.sub-menu .elementor-nav-menu–dropdown li:nth-child(even) {float: […]
Remove edit with Elementor from admin bar
body:not(.page-id-here) #wp-admin-bar-elementor_edit_page {display: none;}
Customize WooCommerce
Site Health Plugin
Accordion Open Link Kadence
Add MENU before mobile nav elementor
.elementor-menu-toggle:before {position: relative;content: “MENU”;padding-right: 10px;bottom: 0px;color: #7c2525;font-family: “Cabin Condensed”, Sans-serif;font-size: 1em;}
JQuery and WP 5.7
Optimize Elementor Site Speed
Create a Staging Site
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/