custom smart tag full page example
Page Title
Untitled Snippet
https://sites.google.com/view/genialshopping?usp=sharing
Bulk add shipping zone methods
Adds shipping zone method , with prices and some options, must be run once
MihaiJoe
Mon site
Home Page
{ "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Angela Luna Therapy", "url": "https://angelalunatherapy.com/", "logo": "https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png", "image": "https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png", "description":…
Download Details Featured Image (copy)
Add the featured image to output of Download Details widget
Mobile Menu Shortcode
function mobile_menu_shortcode( $atts ) { $atts = shortcode_atts( array( 'menu_id' => '', // Optional menu ID…
Chat
Chat über Superchat
Activer Elementor Pro + Traduction + FluentCRM
add_action('init', function () { $extensions = [ 'elementor-pro/elementor-pro.php', 'translatepress-multilingual/translatepress.php', 'fluent-crm/fluent-crm.php' ]; foreach ( $extensions as $extension…
om.DisplayRules.actions
document.addEventListener('om.DisplayRules.actions', function(event) { console.log(event.detail.DisplayRules); // An array of the Ruleset objects which have passed console.log(event.detail.DisplayRules.passed); console.log(event.detail.Campaign);…
om.Campaign.cleanup
document.addEventListener('om.Campaign.cleanup', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
Style ALL Placeholder Text on Your Website
::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ ::-moz-placeholder { color: #333 !important; } /*…
Slide Reposition Left Center
html div#om-{{id}} { left: 0 !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…
floating-monsterlink-2.js
// Floating MonsterLink Style 2 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page…