Disable Olark from certain pages

Hi,

We’re using olark through x-theme’s “X – Olark Integration” plugin.
We want to disable olark from certain pages.
Is it possible to do so?
If possible then please tell us the process.

Thank you

Hello @sglaze,

Thanks for asking. :slight_smile:

Yes, you can disable Olark on selective pages using page id coupled with CSS display none property. To do that please add following CSS under X > Theme Options > CSS:

.page-id-1366 #olark-wrapper .olark-launch-button {
display: none !important;
}

In above code you need to replace page id 1366. Inorder to find out page id, please take a look at following tutorial:

Please let us know how it goes.

Thanks.

I appreciate your solution. But the css solution will only hide the olark.
Is it possible to completely remove olark codes from certain pages? So that olark codes won’t load on the selected pages.

Hello @sglaze,

Thanks for asking. :slight_smile:

Unfortunately, that’s outside the scope of support we can offer. I ran a Google Search and I am sharing the search result page. Hopefully that will point you in right direction. Please click here.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.