Nos2013
Forum Replies Created
-
I found my problem. If someone want translation from parsley form validation, you need to add the extra js translation from https://github.com/guillaumepotier/Parsley.js/tree/master/src/i18n
Then, you need to include parsley.js and your extra translation js on the header of your wordpress site. Finally, you need to set up your language with :
window.ParsleyValidator.setLocale(‘fr’); //for example.On the first use, i tried to upload an image with a size more than the limit authorized or configured in the plugin settings. I received the message error configured in the plugin settings.( the result page is the same page as my post submission page. Thus, i have my error message and my submission form). However, the post is still created.
Then, if i re-tryed to upload an image with a good size. The post is created but my image not added as a featured image. However, i checked this option in the plugin settings. Now, if i reload my submission page and if i realized a new submission form with an image with a good size, no problem.The only errors i received when i enable the WP_DEBUG are the followings :
Notice: Undefined index: user-submitted-url in /mywebsite/wp-content/plugins/user-submitted-posts/user-submitted-posts.php on line 105Notice: Undefined index: user-submitted-tags in /mywebsite/wp-content/plugins/user-submitted-posts/user-submitted-posts.php on line 106
Sorry, how to check error log with your plugin ?