Store-Update Settings Button does not work
Author | Posts |
---|---|
September 12, 2015 at 12:42 pm 71495 | |
Update setting button on store does not work. When I try to update store settings, I get this Javascript error in console, and nothing is updated. [Error] TypeError: undefined is not an object (evaluating 'a[hc]') Kk (main.js, line 49) yl (main.js, line 57) (función anónima) (store, line 675) o (jquery-1.7.2.min.js, line 2) fireWith (jquery-1.7.2.min.js, line 2) ready (jquery-1.7.2.min.js, line 2) B (jquery-1.7.2.min.js, line 2) Dokan version 2.4.4 p.d I already look for this. but code is not there. Please open wp-content/plugins/wedevs-dokan-plugin/classes/template-settings.php. In line number 99 you will see something like this 'address' => strp_tags( $_POST['setting_address'] ),. You have to write this line as 'address' => strip_tags( $_POST['setting_address'] ),. | |
September 12, 2015 at 12:51 pm 71498 | |
Hello, Please check for plugin or theme conflict. You have to deactivate all of your plugins except WooCommerce and Dokan then switch to a default WordPrss theme like twentytwelve. After doing those things if the problem remains then let me know. | |
September 12, 2015 at 12:54 pm 71500 | |
If I back to dokan theme It will work. Im using a custom theme with cherry plugin that I can not deactivate. | |
September 12, 2015 at 12:58 pm 71501 | |
Hello Ricardo, If this error is coming from any third party plugin or theme then you have to fix that error. Because we can not provide support for a third party theme or plugin. If you will get this error when WooCommerce and Dokan plugin active with a WP default theme then we will fix this. Thanks. |