Coding Issues / WordPress Compatibility
-
I’m running the latest version 3.0.6.
I have also purchased the PRO version years ago for lifetime updates, however my serial will not pass validation. I have submitted a help / support ticket on your website and now over a week with no reply. PLEASE ADVISE…
This plugin needs some major upgrading to become modern / compatible with the latest WordPress. Its using coding that has been unsupported now since 2020 and there are numerous Javascript issues that need to be resolved.
Outdated / Unsupported Coding:
– qTip2 v2.2.1 https://www.qtip2.comJavascript Issues:
– admin.js and other JS filesExample use of the following:
return false; e.preventDefault();
This is not correct should be updated to:
e.preventDefault(); return false;
Also please make compatible with latest JQuery where migrate is not required.
- The topic ‘Coding Issues / WordPress Compatibility’ is closed to new replies.