Lock users if website is idle for certain period ウェブサイトが一定期間アイドル状態の場合にユーザーをロックするAn updated version.
Lock users if website is idle for certain period ウェブサイトが一定期間アイドル状態の場合にユーザーをロックする An updated version. After Adding the…
MemberPress: Change Stripe Checkout fields to match Dark Mode theme
Adjust the appearance of Stripe Elements form by changing the theme to 'night' if a user…
Payment plan Calculator CSS style
.payment-plans { margin-top: 20px; padding: 15px; background-color: #fff; border: 1px solid #ddd; border-radius: 8px; display: flex;…
Dynamic Copyright Date
if ( ! function_exists( 'wpb_copyright' ) ) { function wpb_copyright() { // Cache the output so…
MemberPress: Display Custom Field Value Instead of Customer Name in PDF Invoice
This code snippet enhances your MemberPress PDF invoices by automatically displaying a company name at the…
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.
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…