Title: Bug Slimstat
Last modified: September 1, 2016

---

# Bug Slimstat

 *  Resolved [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/)
 * Hi Camu
 * I’m having trouble with the plugin, images and style sheets do not carry over.
   It appears written as “Blah Blah”. This is happening in both the new version 
   and the old.
 * [https://wordpress.org/plugins/wp-slimstat/](https://wordpress.org/plugins/wp-slimstat/)

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/bug-slimstat/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/bug-slimstat/page/2/?output_format=md)

 *  Plugin Contributor [Jason Crouse](https://wordpress.org/support/users/coolmann/)
 * (@coolmann)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7513890)
 * Hi,
 * can you post the URL of where this is happening?
 * Jason
 *  Thread Starter [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514040)
 * Hi Jason
 * see the image and will understand What’s going on[](http://www.globaltechrs.com.br/site2/wp-content/uploads/2016/06/report.jpg)
 *  Thread Starter [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514041)
 * [http://www.globaltechrs.com.br/site2/wp-content/uploads/2016/06/report.jpg](http://www.globaltechrs.com.br/site2/wp-content/uploads/2016/06/report.jpg)
 *  Thread Starter [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514042)
 * [http://www.globaltechrs.com.br/site2/wp-content/uploads/2016/06/reportnew.jpg](http://www.globaltechrs.com.br/site2/wp-content/uploads/2016/06/reportnew.jpg)
 *  Thread Starter [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514043)
 * [http://www.globaltechrs.com.br/site2/wp-content/uploads/2016/06/reportnew2.jpg](http://www.globaltechrs.com.br/site2/wp-content/uploads/2016/06/reportnew2.jpg)
 *  Plugin Contributor [Jason Crouse](https://wordpress.org/support/users/coolmann/)
 * (@coolmann)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514048)
 * Hi,
 * our knowledge base has an answer for that 😉
 * [https://slimstat.freshdesk.com/support/solutions/articles/12000000414-the-reports-are-not-being-rendered-correctly-or-buttons-do-not-work](https://slimstat.freshdesk.com/support/solutions/articles/12000000414-the-reports-are-not-being-rendered-correctly-or-buttons-do-not-work)
 * Best,
    Jason
 *  Thread Starter [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514110)
 * Jason thanks for the return;
    Is there any workaround to solve the problem? we
   can not ask for all disable Adblock = (
 *  Thread Starter [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514111)
 * Is there any workaround to solve the problem? we can not ask for all disable 
   Adblock = (
 *  Plugin Contributor [Jason Crouse](https://wordpress.org/support/users/coolmann/)
 * (@coolmann)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514112)
 * 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
 *  Thread Starter [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514129)
 * Jason
    I will try to identify and correct the problem until Sunday. I go over
   my feedback as soon as possible.
 *  Plugin Contributor [Jason Crouse](https://wordpress.org/support/users/coolmann/)
 * (@coolmann)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514132)
 * That would be great, thank you.
 * Best,
    Jason
 *  Thread Starter [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514133)
 * 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.
 *  Plugin Contributor [Jason Crouse](https://wordpress.org/support/users/coolmann/)
 * (@coolmann)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514154)
 * 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/](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](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
 *  Plugin Contributor [Jason Crouse](https://wordpress.org/support/users/coolmann/)
 * (@coolmann)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514155)
 * Also, other people are having the same issue with completely different softwares:
 * [http://stackoverflow.com/questions/20624761/chrome-unable-to-load-an-image-as-css-background-then-it-blames-jquery](http://stackoverflow.com/questions/20624761/chrome-unable-to-load-an-image-as-css-background-then-it-blames-jquery)
 * Jason
 *  Thread Starter [Globaltechrs](https://wordpress.org/support/users/globaltechrs/)
 * (@globaltechrs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-slimstat/#post-7514175)
 * Ok I understand but still suspect that the bug is related to Adblock because 
   Date Uris

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/bug-slimstat/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/bug-slimstat/page/2/?output_format=md)

The topic ‘Bug Slimstat’ is closed to new replies.

 * ![](https://ps.w.org/wp-slimstat/assets/icon.svg?rev=2832242)
 * [SlimStat Analytics](https://wordpress.org/plugins/wp-slimstat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-slimstat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-slimstat/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-slimstat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-slimstat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-slimstat/reviews/)

 * 20 replies
 * 2 participants
 * Last reply from: [Jason Crouse](https://wordpress.org/support/users/coolmann/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/bug-slimstat/page/2/#post-7514244)
 * Status: resolved