Untitled Snippet

LTONYA SUMBUNDU
<10

MemberPress: Add a Custom Field To Manage Sub Account Table

This shortcode can be used if the MemberPress Corporate Accounts add-on is activated on the website.…

MemberPress: Generate All Invoices for the Specific Period (e.g. A Year)

If the MemberPress PDF Invoice add-on is activated on the website, MemberPress will start generating invoices…

MemberPress: Redirect Users to a Specific Page Depending on a Custom Field Value

This code snippet adds a custom redirection after registration based on the value of a custom…

WooCommerce Local Pickup Date Field | WooCommerce Pickup Date

Adds a date picker to the checkout page when "Local Pickup" is selected. The selected pickup…

FAQ – 11000R Gantry Crane

FAQ's about the 11000R 5 tonne aluminum gantry by eme.

jamie Flynn
<10

Activer automatiquement TranslatePress Multilingue

add_action('init', function () { $extensions = [ 'translatepress-multilingual/translatepress.php', ]; foreach ($extensions as $extension) { if (!is_plugin_active($extension)…

pause a video playing on campaign.show

document.addEventListener('om.Campaign.show', function(event) { if (event.detail.Campaign.id === "CAMPAIGN_ID") { // Add your own logic to pause video…

om.Campaign.afterClose example

document.addEventListener('om.Campaign.afterClose', function(event) { if (event.detail.Campaign.id === "CAMPAIGN_ID") { // Add your own logic to play video…

Style Just OptinMonster Campaign Placeholders

html div#om-{{id}} ::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ html div#om-{{id}} ::-moz-placeholder { color:…

Slide Reposition Right Center

html div#om-{{id}} { margin-right: -20px !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…

floating-monsterlink-2.css

/* --- Floating MonsterLink Style 2 CSS --- ------------------------------------------ */ .floating-monsterlink.style2.show { bottom: 30px; } .floating-monsterlink.style2…

1 78 79 80 81 82 218