Disabling the Assistant on Certain Pages of Your Site
- Last updated on April 9, 2020 at 7:15 AM
In some cases, you may want to disable the Assistant on particular pages of your site. This can be done via Per Page Settings (https://app.elev.io/pages).
- From Per Page Settings, select Add Page
- Add a Title and a URL for where you want this Per Page Setting to apply
- In the URL section, you can paste in the exact URL of the page you want to tag. If you want to tag a group of pages, you can modify the dynamic part of the URL to (.*) as a wildcard, so the tag will apply to any URL’s which have the rest of the address in common. For example https://www.mysite.com/users/(.*)/view will work when any user number is substituted in for the wildcard.
- Toggle on the 'Should the Assistant be disabled on this page?' switch
- Select Create Page
Now if you load that page, the Assistant will have been set to not load.
NB This setting will mean the Elevio scripts will not load at all. Meaning any other things that rely on the Assistant like helpers / hotspots / embedded elements will also no longer work on this page.
You can use regular expressions if you like when setting the URL; use this tool to help craft your regular expression.