Yes, I am using WP Statistics. And I believe you are correct. I recently switched from server side tracking to client side tracking based on their recommendation but I hadn’t cleared my cache. I just went through the steps they recommend to correct the problem. We’ll see how it goes.
Thanks for the quick response.
I’m still unclear on why the spacing between all photos on my blog went away but in case anyone else is experiencing the same problem I was able to fix it with a bit of CSS code:
.entry-content img {
margin-bottom: 30px;
}