Page 1 of 1

Bootstrap button disappearing

Posted: Thu Feb 16, 2017 7:20 pm
by VVZen
Hi guys!
I didn't find a way to report the issue using the safari extension, so here I am.
I'm developing a website using bootstrap v4, and I noticed that adblockplus hides a social login button!
The strange thing is that in the page there are two buttons, but for some reason only the first one isn't rendered.

The code is this:

Code: Select all

<button class="btn btn-block btn-social btn-linkedin btn-low-shadow" type="submit" name="platform" value="linkedin">
    <span class="fa fa-linkedin"></span> Sign in with Linkedin
</button>
all inside a form with POST method.
How can this be solved so that if my users get to the site they will see the button? :roll:

Image

Thanks

Re: Bootstrap button disappearing

Posted: Thu Feb 16, 2017 7:28 pm
by mapx
probably you tested using also the social list, where is this filter:
##.btn-linkedin

so, it seems false positive (even using the social list, because it's about logging in)
report the issue here:
https://forums.lanik.us/viewforum.php?f=64

or/and here:
https://github.com/easylist/easylist/issues

Re: Bootstrap button disappearing

Posted: Sat Feb 18, 2017 1:37 pm
by VVZen
I opened an issue on github, thanks!