Button blocking

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
davidcmsmith
Posts: 2
Joined: Tue Sep 02, 2014 6:36 pm

Button blocking

Post by davidcmsmith »

Hello,

I am currently getting ready to publish a website to the masses. It is on a server at the moment and I notice that ABP is blocking my buttons on an ordering page. The buttons are named "order now", can anyone help me with what this could be. Is it possible to give them a class to avoid this. I'm fairly new to web design so please be kind . Many thanks :D
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: Button blocking

Post by Gingerbread Man »

Hello,

In Firefox, click the Adblock Plus icon and choose Open Blockable Items. Look through the list of blocked and hidden items and note the filters that are applied. In the case of blocked files, changing the file name may suffice. In the case of hidden elements, changing the id and class attributes is usually sufficient.

If you want someone to troubleshoot the issue for you, you'll have to post a link to the site.
davidcmsmith
Posts: 2
Joined: Tue Sep 02, 2014 6:36 pm

Re: Button blocking

Post by davidcmsmith »

Thanks GBM, the filter in effect is ##.adbutton.
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: Button blocking

Post by Gingerbread Man »

Then all you have to do is change the value of the element's class attribute (perhaps addbutton or orderbutton).

You're welcome.
Locked