Hi,
can you post the URL of where this is happening?
Jason
Hi Jason
see the image and will understand What’s going on
Jason thanks for the return;
Is there any workaround to solve the problem? we can not ask for all disable Adblock = (
Is there any workaround to solve the problem? we can not ask for all disable Adblock = (
We’ve been researching this issue for quite some time now, but unfortunately we haven’t been able to identify what is causing AdBlock to mistake our CSS for some kind of code that needs to be blocked. Do you have any insights on why this might be happening?
Jason
Jason
I will try to identify and correct the problem until Sunday. I go over my feedback as soon as possible.
That would be great, thank you.
Best,
Jason
Hi Jason
Analyzing the file “css / slimstat.css” detected in css “base64” probably because encryption AdBlock is blocking the CSS style sheet. I found several “base64” in js files and php
To solve believe having to rewrite the entire code of css and js unencrypted.
Globaltechrs,
that code is not encrypted, is encoded to avoid shipping separate assets with the plugin. This technique is called Data URIs:
https://css-tricks.com/data-uris/
Also, according to this forum post, AdBlock doesn’t block data requests, but only HTTP requests:
https://adblockplus.org/forum/viewtopic.php?t=11603
Undoing the data URIs in our code would mean the opposite of optimizing the amount of requests the client sends to the server, and we don’t feel comfortable doing that at this time.
Best,
Jason
Ok I understand but still suspect that the bug is related to Adblock because Date Uris