Nikhil Ranpara
Forum Replies Created
-
I’ve uploaded response sample in WeTransfer for your reference, please download the file from the link below.
Please let me know if you need more information. Thanks.
Thanks for the feedback.
We have checked it in different operating system and found that it is not working as expected in Linux system. It is retrieving all the information about server while accessing from Linux system.
Also, in windows it is creating a connection but not sharing server information. I have additional information to share with you however I do not wish to share it publicly.
Forum: Fixing WordPress
In reply to: Update jQuery Version to 3.xHello Garethgillman,
Thanks for your quick response. The code mentioned at http://codepad.org/A2seaiS7 will change the jQuery version for WordPress front-end site i.e. http://www.MYWEBSITE.com. However, it won’t change jQuery version in WordPress admin area i.e. http://www.MYWEBSITE.com/wp-admin/
There is a hook admin_enqueue_scripts similar to wp_enqueue_scripts for admin area but admin behaves differently than front-end website. It has technique to load all the scripts in load-scripts.php file as per the need on specific page. Here, admin_enqueue_scripts adds the new version jquery below the load-scripts.php file which has already loaded other jQuery dependent scripts such as UI, Sorting, Widgets, etc… Therefore it is showing jQuery not defined error. To resolve this I believe we need a way to load latest jQuery before the load-scripts.php file is rendered and I am not sure if is there any WP hook available to do this.
Let me know if that makes sense? Thanks.
Forum: Plugins
In reply to: [BTCPay for WooCommerce (Legacy)] IPN UnsuccessfulThanks for the quick response.
I don’t have WooCommerce admin plugin installed, but looks like wordfence was culprit. Thank You.
Forum: Plugins
In reply to: [SS Quiz] Timer not working correctlyIt worked, Thanks kvanbiesen..
I seen another problem, after completion of quiz it shows the wrong Time at quiz statistics. I think it stores the server time into database and we need to show the actual time when user attend the quiz.
I am not sure if it’s related to above thread, just wanted to know if any solution for this issue.
Thanks…