[Résolu] user forms admin is broken at latest version
This support ticket is created Il y a 6 années et 2 mois. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.
TypeError: $ is not a function[Learn More] editor.prototype.js:178:5
Toolset.CRED.EditorPagePrototype.prototype.initExtraEditors
/wp-content/plugins/cred-frontend-editor/public/js/editor.prototype.js:178:5
Toolset.CRED.EditorPagePrototype.prototype.initIclEditor
/wp-content/plugins/cred-frontend-editor/public/js/editor.prototype.js:49:5
Toolset.CRED.EditorPagePrototype.prototype.init
/wp-content/plugins/cred-frontend-editor/public/js/editor.prototype.js:360:5
Toolset.CRED.UserFormsEditor
there is the code:
/**
* Init other Codemirror editors in the page, like:
* - the message to display after submitting the form.
* - the notifications body editor.
*
* @since 2.1
*/
Toolset.CRED.EditorPagePrototype.prototype.initExtraEditors = function() {
Les langues: Anglais (English )Espagnol (Español )
Fuseau horaire: Europe/London (GMT+00:00)
The code looks like it expects jQuery to be loaded but for some reason it is not available.
This seems like a probably conflict with some other code, either from a plugin or theme, or custom code added to the site.
The first step to isolate any such conflict is to disable non-Toolset plugins or to switch to a standard theme such as twentyseventeen and see if the problem disappears. If so it is a simple process of elimination to see which plugin, for example, conflicts.
Please try the above and let me know what you find.
Les langues: Anglais (English )Espagnol (Español )
Fuseau horaire: Europe/London (GMT+00:00)
It depends how it's instantiated, and you are the only client reporting this issue, so it is a problem specific to your site rather than a problem with the use of jQuery by the Forms plugin generally.
To be able to identify the issue I'll need you to check for conflicts, as described above.