Page 1 of 1

Sliders blocked by AdBlock. What can I do?

Posted: Tue May 10, 2016 8:44 am
by Nikit0s
Hello!

My site using some CMS with big picture slider at the main page, like this:
http://b2b-new-demo.pixlpark.ru/

Pictures on the slider at the top of the page's body are blocked by AdBlock.

What can I do to make sure AdBlock will not block this pictures at my clients' browsers?

Thank you!

Re: Sliders blocked by AdBlock. What can I do?

Posted: Tue May 10, 2016 10:07 am
by mapx
it's due to this ruadlist filter:

Code: Select all

/baners/*
so, if you want to quickly fix your site just rename those pics (not matching other filters from easylist or ruadlist). Rename the folder /baners/

Code: Select all

http://b2b-new-demo.pixlpark.ru/content/images/baners/canvases.jpg
http://b2b-new-demo.pixlpark.ru/content/images/baners/photobooks.jpg
http://b2b-new-demo.pixlpark.ru/content/images/baners/photos.jpg

Re: Sliders blocked by AdBlock. What can I do?

Posted: Tue May 10, 2016 10:29 am
by Nikit0s
mapx,

GREATEST THANKS! IT REALLY WORKS!

:)