Plugin Author
Sumo
(@sumome)
Hey Mate
Thanks for asking.
The easiest way at this point is to only include the code for SumoMe on the blog and don’t add it to your header for those other pages.
We host both our marketing pages and blog under the same WordPress site unfortunately.
Is it still possible to exclude all of the pages I don’t want the pop-up to show, and leave off the pages I do?
(Thanks for your help btw)
Plugin Author
Sumo
(@sumome)
we just added the feature for you 🙂
do exact:/en/
and it’ll just be for that 🙂
You’re awesome!
Just updated our exclude list:
exact:/en/
exact:/en/nonprofit/
exact:/en/eretail/
exact:/en/marketplace/
exact:/en/contact/
exact:/en/about/
exact:/en/resources/
I’ll let you know if I run into any issues. Thanks again, man 🙂
The Scrollbox Application no longer seems to use the “exact”
syntax for URL exclusion. Your below code seems to confirm this.
Can you please confirm? Thanks
for (var i = 0; i < this.settings.exclude_urls.length && !n; i++) {
var s =
this.settings.exclude_urls[i].toLowerCase();
s === “/” ? n = window.location.pathname == s : n = r.indexOf(s) !== -1
}
n || this.install()