Adblock Plus

I know I have asked about Adblock Plus before and there are a couple of other threads about it, but has anyone found a work around yet?



I’ve tried renaming the banners and stuff, but the name doesn’t really seem to matter. What makes the banners get blocked anyway?



If anyone has any ideas, I’d love to hear them.



Thank you,



Brandon

Ok, I figured this out.



It looks like the style that is called up in the banners block is what caused the problem.



What I did was:



In skins/basic/customer/addons/banners/blocks/original.tpl



I changed:






To:






I then copied the style from the CS-Cart style sheet to my style sheet.



Basically made a new style like:


.block-container {
margin: 1px auto 11px;
overflow: hidden;
width: 100%;
}




I hope that helps someone down the line.



Brandon

Thanks Brandon!

Yeah, thanks Brandon for your efforts, I have absolutely no idea what the difference is between an Adblock & an Adblock “Plus”, regardless thanks! :smiley:

Many thanks :smiley:

thanks mate. yesturday addon block my banners. But now fixed. :smiley:

[quote name='brandonvd' timestamp='1292620587' post='98386']

Ok, I figured this out.



It looks like the style that is called up in the banners block is what caused the problem.



What I did was:



In skins/basic/customer/addons/banners/blocks/original.tpl



I changed:






To:






I then copied the style from the CS-Cart style sheet to my style sheet.



Basically made a new style like:


.block-container {
margin: 1px auto 11px;
overflow: hidden;
width: 100%;
}




I hope that helps someone down the line.



Brandon

[/quote]



How do I make a new style sheet here? Can someone provide me details? Adblock is blocking my banners. Thank you

Just use the My Changes addon. There are tons of posts on the forum that explain how to use hooks. Do a bit of digging and you'll find plenty of help.



Thanks,



Brandon