Shawnm311
Forum Replies Created
-
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Top 10 2.x – Tracking fixI have this https://wordpress.org/plugins/insert-headers-and-footers/
and this https://wordpress.org/plugins/async-js-and-css/ any maybe one more.
I disabled those and turned off the cache fix. One of those actions fixed it and now it tracks but I’m not sure which one.Thanks
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Top 10 2.x – Tracking fixI tried it at first and it wouldn’t track so I added the code to the functions.php file and it still doesn’t track. I know I have more pages that have at least one view 😉
I even tried disabling everything I could find that did compression or cache.
You can see the source on this page here
All it ever shows is (Visited 1 times, 1 visits today)Great job on the plugin by the way.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Top 10 2.x – Tracking fixI really like this plugin and I’m trying to get it to work but it doesn’t track anything. When I check the source of the page this is all I ever get, 1 visit today
<script type=”text/javascript”>jQuery.ajax({url: “http://www.thegiftsguy.com/wp-content/plugins/top-10/includes/top-10-addcount.js.php”, data: {top_ten_id: 1016, top_ten_blog_id: 1, activate_counter: 1, top10_rnd: (new Date()).getTime() + “-” + Math.floor(Math.random()*100000)}});</script><div class=”tptn_counter” id=”tptn_counter_1016″>(Visited 1 times, 1 visits today)</div>
I have tried disabling every plugin I use that caches files or compresses javascript and I’ve tried the functions.php fix above but it doesn’t track. I also checked the database.
Somehow I got two pages to track as 1 visit but I can’t get anything more. Can you help?
http://www.thegiftsguy.com
ThanksForum: Hacks
In reply to: Featured image won't link to URLThis was also a huge help for me. I was trying to link the featured image to an external url but the link url field wouldn’t save it. I used the redirection plugin mentioned above and it fixed the issues. Thanks for all the help.