slide-bottom-left.css
html div#om-{{id}} { right: auto !important; margin-left: 20px !important; }
CONNECT TO API GATEWAY
This code is to connect to an API, this is a test
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Google Event Code
Google Event Code for Enquiry Form Thank You Page
Search Atlas
Otto SEO
DJFrancois
HTML
WooCommerce: Restrict Shipping Methods by User Role (Logged In, Logged Out, Custom Roles)
This snippet allows you to control which shipping methods are visible at checkout based on the…
Privacy checkbox field remains at the top line
The following code snippet will ensure that the privacy checkbox remains at the top line if…
EXOP Consulting 2025
Campañas
om.Html.append.after
document.addEventListener('om.Html.append.after', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
om.Optin.error example
document.addEventListener('om.Optin.error', function(event) { const url = "http://optinmonster.com"; window.location.href = url; } );
floating-monsterlink-1
Want to get 25,000 unique visitors a month? Click here to learn how
Typography Enqueue
function typography_enqueue_styles() { // Enqueue Typeboost.css from Cloudflare CDN wp_enqueue_style('typeboost-css', 'https://cdnjs.cloudflare.com/ajax/libs/typeboost/1.0.0/typeboost.css', array(), '1.0.0'); // Enqueue webfontloader.js…