function adt_wpml_unified_product_id( $product_data, $feed, $product ) { // Only run for Facebook dynamic remarketing feed if( isset($feed->channel[‘fields’]) && $feed->channel[‘fields’] == ‘facebook_drm’ ) { // Get current product ID $product_id = $product->get_id(); // Get original product ID from WPML (if exists)…Continue reading
html div#om-{{id}} * { direction: rtl !important; }Continue reading
function om_docs_hide_optin_for_user_roles( $campaigns ) { // Do nothing if no user is logged in. if ( ! is_user_logged_in() ) { return $campaigns; } // Change these as necessary. $roles_to_check = array( ‘administrator’, ‘subscriber’ ); // Get the current user. $user…Continue reading
// Floating MonsterLink Style 2 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page load $(‘.floating-monsterlink.style2’).addClass(‘show’); //* Animate out of view function function closeFloatingMonsterLink(e) { e.preventDefault(); $(‘.floating-monsterlink.style2’).removeClass(‘show’); } //* Triggers that run closeFloatingMonsterLink function // run closeFloatingMonsterLink when…Continue reading
/* — Floating MonsterLink Style 2 CSS — —————————————— */ .floating-monsterlink.style2.show { bottom: 30px; } .floating-monsterlink.style2 { margin: 0; width: auto; border-radius: 10px; display: inline-block; position: absolute; bottom: -160px; left: 30px; width: 180px; padding: 10px 20px; background-color: #eaeaea; border: 7px…Continue reading
Want to get 25,000 unique visitors a month? Click here to learn howContinue reading
// Floating MonsterLink Style 1 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page load $(‘.floating-monsterlink.style1’).addClass(‘show’); //* Animate out of view function function closeFloatingMonsterLink(e) { e.preventDefault(); $(‘.floating-monsterlink.style1’).removeClass(‘show’); } //* Triggers that run closeFloatingMonsterLink function // run closeFloatingMonsterLink when…Continue reading
/* — Floating MonsterLink Style 1 CSS — —————————————— */ .floating-monsterlink.style1.show { right: 30px; } .floating-monsterlink.style1 { margin: 0; width: auto; border-radius: 10px; display: inline-block; position: absolute; bottom: 30px; right: -350px; width: 160px; padding: 10px 10px 10px 60px; background-color: #eaeaea;…Continue reading
Want to get 25,000 unique visitors a month? Click here to learn howContinue reading
(function(window, document) { // Your campaign’s UNIQUE ID var campaignSlug = ‘pcoamlfqsv7jeervep0b’; // … the rest of the code, omitted for clarity })(window, document);Continue reading