MemberPress: Remove all states to the dropdown list and leave one fake state
This code snippet will add a fake state, practically disabling the State address field. This will…
MemberPress: Modify ReadyLaunch Invoice Amount Text to Remove Dot from Swedish Kron (kr.)
Note: Works with the ReadyLaunch template only. This code snippet removes the period (.) after the…
Event Gen
events manager
MemberPress: Restrict Signups for Northern Ireland-Based Users
This code snippet will restrict signups for Northern Ireland-based users on MemberPress registration pages. Additionally, it…
MemberPress: Enabling Payment Receipt Email for Free Non-recurring Subscriptions
By default, MemberPress doesn’t send the payment receipt email for free non-recurring membership registrations. This code…
MemberPress: Generate Invoice Numbers for Zero Amount Transactions
This code snippet ensures invoice numbers are generated for transactions with zero amounts in MemberPress. By…
Divi Transparent menu above FullScreen Video
To make the top menu transparent and overlay the full-screen video background on your site, follow…
PRO DRIVERS PERSONAL EXERCISE HUB APP
THE SNIPPET IS CODING FOR AN APP ENTITLED PRO DRIVERS PERSONAL EXERCISE HUB. CREATED TO PROVIDE…
Categorias pai a negrito e lembrete para nao esquecer de prencher certos campos ao adicionar um produto
/** * Validação completa para produtos WooCommerce * Verifica preço, categoria, referência (SKU) e peso */…
Trustpilot header code
ads trustpilot script to the header for reviews and tracking
om.Html.scripts
document.addEventListener('om.Html.scripts', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );
om.Form.validate
document.addEventListener('om.Form.validate', function(event) { // ...custom validation code here if (validateError) { event.detail.Form.errors.validate.push('This is the error message')…