Disable the "grab image" setting for Divi on checkout
If the checkout page does not have a featured image, and the "grab first post image"…
Add Wholesale Order Form Favourites Button Functionality To WooCommerce Single Product Pages
Works hand in hand with the WooCommerce Wholesale Order Form plugin to provide product favouriting functionality…
om.Api.init
document.addEventListener('om.Api.init', function(event) {} );
om.Campaign.startClose
document.addEventListener('om.Campaign.startClose', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
om.Action.redirect
document.addEventListener('om.Action.redirect', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); // This event is…
Slide Reposition Top Center
html div#om-{{id}} { top: 0px !important; bottom: unset !important; width: 350px !important; left: calc(350px / 2)…
floating-monsterlink-1.js
// Floating MonsterLink Style 1 jQuery(document).ready(function ($) { //* Animate Floating MonsterLink into view on page…
修改WP Memory等參數
// 設定 WordPress 記憶體限制 define('WP_MEMORY_LIMIT', '256M'); define('WP_MAX_MEMORY_LIMIT', '512M'); // 設定 PHP 執行層的上傳限制 @ini_set('upload_max_filesize', '64M'); @ini_set('post_max_size', '64M');…
change view yes/no
om{{id}}.changeView('yesno');
NexSouk Performance & Accessibility Optimizer
NexSouk.com Performance & Accessibility Optimizer
Untitled Snippet
https://innumerablemakeupreligious.com/egbh8ew6?key=569cae2c57f815ee17982f36028c9a15
Custom Heading above Qty (Woocommerce)
let qty = document.querySelector(".e-atc-qty-button-holder"); let text = ` How many card you’re planning to purchase? Choose…