Search results for: admin
css-buttons.css
html div#om-{{id}} input[type=submit], html div#om-{{id}} button { background: #ff6600 !important; }
css-namespace-footer.css
html div#om-{{id}} .{{ns}}-footer { /* Your custom styles */ }
css-example.css
html div#om-{{id}} [class$="-form"] { /* Your custom styles */ }
plain-css.css
html div#om-{{id}} * { /* Anything inside here will be applied to all elements within your…
Safe, Universal Performance Optimization Middleware for NexSouk.com
Safe, Universal Performance Optimization Middleware for NexSouk.com
Remove All Campaigns From a Specific URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.href == 'https://example.com/specific-page') { // replace with your specific URL var optinCampaign =…
Remove Specific Campaign From a Specific URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.href == 'https://example.com/specific-page') { // replace with your specific URL var optinCampaign =…
Remove Specific Campaign From Any URLs Containing a Specific URL Path-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.search.indexOf('shopping-cart') > -1) { // replace shopping-cart wtih your specific URL path var…
Remove Specific Campaign Based on the Referral URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…
Remove Specific Campaign Based on the Referral URL- v1
document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…
Untitled Snippet
<meta name="google-site-verification" content="dd3uXq84TzhHtU_Hb3LG5Lw0lrijOzL6AKE6A3ST1uM"
wrong redirect .htaccess
# Slash al final RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !# RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule…