Style ALL Placeholder Text on Your Website
::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ ::-moz-placeholder { color: #333 !important; } /*…
Search and replace text strings
This snippet searches for 'old' text and replaces it with the new text. This way you…
Woo Products Limit For Admin
Prevent Admin from Adding More Than 10 Products
هوش مصنوعی
میخوام یه هوش مصنوعی بسازم که بره برام میم کویین بساع
Display Roster Entry
/** Display Roster Entry **/ // FOR DEBUGGING ONLY //$data = serialize(array("Red", "Green", "Blue")); //echo $data…
Reset Duplicator Pro capabilities
This snippet resets the Duplicator Pro capabilities. Insert it into the wp-config.php file, refresh the wp-admin…
om.Campaign.canLoad
document.addEventListener('om.Campaign.canLoad', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );
om.Campaign.close example
document.addEventListener('om.Campaign.close', function(event) { const url = "http://optinmonster.com"; window.location.href = url; } );
om.Action.close example 1
// Function SaveToDisk forces file download instead of viewing in browser function SaveToDisk(fileURL, fileName) { //…
Slide Reposition Right Center
html div#om-{{id}} { margin-right: -20px !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…
Yes/No view
#om-{{id}}-yesno button.{{ns}}-CloseButton { /* Your Custom Styles */ }