DanFoster
Forum Replies Created
-
Forum: Plugins
In reply to: [Track The Click] Plugin abandoned / no longer availableWP.org has asked that we look into a potential security problem with the plugin. We will do this and it should be reinstated as soon as they have reviewed our findings. I’ll post here again as soon as that is done.
Forum: Plugins
In reply to: [Track The Click] No tracking with Divi?Yes, that would do it – the clicks are registered through the API so disabling that will block them. Glad you got it sorted 🙂
Forum: Plugins
In reply to: [Track The Click] Multi author click tracking?Any clicks on links on the site will be tracked, whether they are on pages, regular posts, custom post types, or anywhere else. There is no restriction by author, anyone who can see the clicks in the dashboard will be able to see all clicks.
You can delete your tracking data by going to the plugin settings, setting data retention to a short time – something like 1 day – and pressing Save Changes. You can then remove the setting and save again to allow unlimited results to be stored again.
Forum: Plugins
In reply to: [Track The Click] Has this plugin been abandoned?Hello! We have’t done much with it recently, but definitely not abandoned 🙂
Forum: Plugins
In reply to: [Track The Click] WordPress database error Column ‘link_id’ cannot be nullI haven’t seen this error before, indeed the code should make sure that that value is not null before trying to insert it into the database. Could you share the site you’re seeing this on, and if you know it, which page or link is causing this error to be generated?
Forum: Plugins
In reply to: [Track The Click] Display click counts Shows to non-logged-in UsersHello. Yes, the option to display click counts is to show them to everyone, similar to click counts shown in platforms like Discourse.
I’m not sure what question your second part has begun, but the dates are stored for clicks and you can filter for date range using the selections at the top right within the stats display.
This was the thread with the solution for Autoptimize, by way of example.
This was a report from one of our users, verified by having them temporarily disable Hummingbird – I’m not sure if it was the standard or Pro version. If you’d like to narrow it down, the core functionality of the standard version of Track The Click is affected – clicks aren’t tracked when their settings were used. I suspect it’s from using delay, which would tally with the effects from the other optimisation plugins.
Forum: Plugins
In reply to: [Track The Click] Compatibility issue with GravityformsI have been able to replicate this issue. If you turn on Gravityforms’ “No Conflict Mode” from its settings page, you should find that it works fully. We’ll work to resolve whatever this conflict is, but that setting should allow you to use Gravityforms without issue.
Forum: Plugins
In reply to: [Track The Click] Plugin track links only from logged in usersTrack The Click version 0.3.18 has just been released which has a workaround for this issue so should work properly on sites which have LiteSpeed Cache installed.
- This reply was modified 1 year, 11 months ago by DanFoster.
Forum: Plugins
In reply to: [LiteSpeed Cache] Excluding code from optimisationThank you, just what I was looking for.
Forum: Plugins
In reply to: [LiteSpeed Cache] Excluding code from optimisationYes, I have done that and advise our users to do so. As in the second link in my post. Do you offer an option like the link to Autoptimize that I also posted where a plugin author can opt out of your optimization which is incompatible with their plugin?
Forum: Plugins
In reply to: [Track The Click] Plugin track links only from logged in usersYou may need to flush your cache or similar – looking at the source on your site still shows the Track The Click Javascript being optimised.
Forum: Plugins
In reply to: [Track The Click] Plugin track links only from logged in usersIt looks like the Litespeed Cache plugin is being a bit too optimistic and is causing some problems. I’ll look into ways to mitigate that within Track The Click, but for now if you go into Litespeed Cache’s settings and under [4] Excludes, add
track-the-clickto the first Do Not Cache URIs box, then Save Changes at the bottom, hopefully that’ll resolve matters.