[Plugin: WP SlimStat] javascript not included in my pages
-
I’ve use your plugin on several wp pages. But on all of them I’ve the same problem- no javascript on footer. I’ve of course turned on option on SlimStat panel.
I’m not a programmer. I’m only a curious user who sometimes looks into php files to get some understanding of what’s going on.. so- sorry for lack of details and maybe some mistakes.
I’ve noticed that in “wp-slimstat.php” there’s a condition:
if ($this->tid > 0){
and there folows code that is attached on footer.
I’ve changed this conditional statement to
if true
to see, what’s happening.And whow, I see javascript on bottom of my page. But I also see, that ‘tid’ value equals to 0.
So, I think that plugin have some problems with accessing this value from db… and then this stops from adding javascript code to footer.
Right?
and what’s the reason for this behavior? what can I do?
- The topic ‘[Plugin: WP SlimStat] javascript not included in my pages’ is closed to new replies.