floating-monsterlink-1.js
// Floating MonsterLink Style 1 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page…
floating-monsterlink-2
Want to get 25,000 unique visitors a month? Click here to learn how
floating-monsterlink-2.css
/* --- Floating MonsterLink Style 2 CSS --- ------------------------------------------ */ .floating-monsterlink.style2.show { bottom: 30px; } .floating-monsterlink.style2…
floating-monsterlink-2.js
// Floating MonsterLink Style 2 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page…
disable OptinMonster campaigns for visitors with specific user roles
function om_docs_hide_optin_for_user_roles( $campaigns ) { // Do nothing if no user is logged in. if (…
To display your campaign language RTL
html div#om-{{id}} * { direction: rtl !important; }
Unified Product ID for Facebook Feed || WPML || PFE
function adt_wpml_unified_product_id( $product_data, $feed, $product ) { // Only run for Facebook dynamic remarketing feed if(…
Add Unified Product SKU with ID for Facebook Feed || WPML || PFE
function adt_wpml_unified_product_sku_id( $product_data, $feed, $product ) { // Check if the feed is for Facebook dynamic…
Del 1
Intro + Bilkort + Søkefelt
Del 2
- ✅ Intro med søkefelt - ✅ 3 bilkort - ✅ “Del erfaring”-knapp - ✅ Responsivt design - ✅ Shortcode-vennlig kode…
Add Custom Attributes and Group Them
// Step 1: Add your custom attribute(s) to a named group function add_custom_grouped_attributes( $attributes ) {…
Remove Decimal Points In Suggested (US)
Will turn "$5.00" into "$5" on suggestion donation amounts in the donation form.
wp-config
define( 'OPTINMONSTER_API_USER', 'your_username_here' ); define( 'OPTINMONSTER_API_KEY', 'your_key_here' );
return true
return true;