Hi there,
I’m not sure I understand everything here. Which admin.js are you talking about? Sometimes the file mentioned in the debugger isn’t the file that generates the error.
Our plugin is not interfering with the Post/Pages or any other WordPress admin page, we load our JavaScript and CSS only when the user is editing a pricing table.
Can you give me the steps to take in order to reproduce this issue? I need to see it on my side in order to try and fix it, such an issue has never been reported before with our plugin.
You can use http://wpdarko.com/support for faster answers if you want, we’re here all day.
Thanks
Awesome thank you for the quick support!
Am unsure on these, I’ll get you that info here shortly. If it isn’t happening for you on your systems then there definitely must be something else causing it on my instance.
Will post back shortly with more, but sounds like something else is going on
wp-content/plugins/responsive-pricing-table/assets/js/admin.js?ver=1.2.0
~line 65. loops over each input checkbox, and checks it.
Line in loop reads
$(this).prop('checked', true);
, which 100% of time checks an input box. So I believe jquery selector is incorrect or somehow triggering on the post page.
Any ideas?
See video as I step through with debugger (trigger attribute mod breakpoint, when click Update button on any post page, and in call stack, your plugin executes above mentioned code), which shows it checking the box via javascript included by this plugin
Am guessing something is causing it to load on admin pages in my instance?
-
This reply was modified 8 years, 7 months ago by
ensemblebd.
-
This reply was modified 8 years, 7 months ago by
ensemblebd.
Hi there,
You are using another plugin. You currently have this plugin by Sayful Islam:
https://ww.wp.xz.cn/plugins/responsive-pricing-table/
Our plugin (WP Darko) is here:
https://ww.wp.xz.cn/plugins/dk-pricr-responsive-pricing-table/
Good luck!
Great catch! That certainly explains it. Thank you very much 🙂
I think it was meant to be. We were already about to disable that plugin due to this.
Your plugin looks far better too, will be installing and likely purchasing yours instead.
Thanks again.
-
This reply was modified 8 years, 7 months ago by
ensemblebd.
-
This reply was modified 8 years, 7 months ago by
ensemblebd.