Hi Vibe,
when we use all the default plugins on create course page, there is some conflict with the "$" in the create.php from wplms_batches plugin with the jQuery loading.
In create.php , the below is the original that came with the plugin, everywhere " $this " is used starting from line 162 where $this variable is defined till line 285 .
Original:
http://awesomescreenshot.com/01366i48e1
Changed:
We have replaced " $this " with the " JQuerythis "
code screenshots:
http://awesomescreenshot.com/05c66i4a11
http://awesomescreenshot.com/0eb66i496f
Its working after we made the change and on our site , we did not have any third party plugins, all are recommended and all wplms- plugins.
It seems like you have changed the global $this in some of your js customization, which is commonly used for jQuery. This issue doesn't come in our test setups or our users setup which indicate that you have done some js customization.
The fix you are suggesting will not be added in our update.
I checked and unable to identify where its changed and developer says nothing is changed.
for now even with the latest updates, V2.72 and later batches plugin , i still have to modify that after every update.
Any possible way to identify that where its changed?
If there is not a way for me to find then , you can close this thread as well.