Greeting,
I noticed that the number of visitors to a particular article is not true. Today I have the statistics noted that one of the articles had a very good visit, but the number of the page of this article is only about 30.
I will note that I bought the theme a few days ago and tried to make everything I adjust according to the instructions, I switched off all the old plugins, except one, (ad-injector). The status of the installation theme newspaper have information that plugin speed booster Not compatible with this plugin, whether this be a problem?
I will be free to ask one more question that is very important.
Sure, I’ve got all the praise for you in terms of ad impressions in this theme, but I have a problem with Bottom Ads. I want you in this field put the link unit, a width of 200 px and I want to be on the left side, all I tried to change my align, adding’m HTML code, but I failed. Is there a way to pull this off.
Thank you in advance
Hi,
The post views are affected by cache so if you use a caching plugin, you need to activate this option: https://forum.tagdiv.com/ajax-view-count/
As for speedbooster, please follow this topic to learn about speedbooster’s compatibility function:
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
For the ads, if you use adsense, you can select the ad dimensions from the theme panel here: http://screencast.com/t/JoMHKFv4
If you do not use adsense, you need to use this method of implementation: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
If you want to align the ad left. you can use this css:
.td-a-rec-id-content_bottom{
float:left!important;
}
I hope this helps.
Thanks.

Hello, I think I’ve solved the problem with the number of hits, with ajax option.
However, a problem with the display of ads on the bottom never solved. when I put the code that you sent me has no effect on my ad, what wrong, look at the picture.
Another question: Does advertising module can display two ads, or limited to only one.
Thanks.
Hi,
You can use this css:
.td-g-rec-id-content_bottom{
float:left!important;
}
Also if you want to have bigger ads, keep in minf tht the content width is 696 px so if you selected a 700 px so you will have to chsoe another size for your ad in order for it to fill the container: http://screencast.com/t/lGDpPw2IMHtP
Thank you!