Robert Dombi
asked 9 years ago

Hi,
 
About a monts ago our website started to play up, now we cannot get any post open and the site gone extemly slow.
The only way to get into a post is if I click on one post then double click on any other. the website is http://11ground.com
It showes a message “Uncaught TypeError: Cannot read property ‘messages’ undefined – undefined is not a function”
We have tried to load into the theme but does not work.
It does work on developer mode but on live.
If this issue could get resolved i would be very happy.
Best regards,
 
Rob

4 Answers
cover
answered 9 years ago

Hi Robert,
It’s Jquery conflict problem because you added some plugin or code to your wordpresss.
You find this code below and remove it :

var $mcj = jQuery.noConflict(true); 

Hope this helps!
 

Dominic Staff
replied 9 years ago

Awesome ! Thank for your helps 😀

Robert Dombi
replied 9 years ago

Thanks

DominicStaff
answered 9 years ago

Hi,
Please refer the answer of @Cover provided. If you still face there issue, please let us know.
Regards,

Robert Dombi
replied 9 years ago

Hi DominicI’ve removed those lines what @Cover mentioned and I’ve tried to load the theme again but it is the same. I’ve even searched in each files but couldn’t do anything.Best regards,

Dominic Staff
replied 9 years ago

Please send me username & password of your site (via private answer) for further checking.Regards,

Robert Dombi
answered 9 years ago

Thanks for your support Dominic
Kind regards

DominicStaff
answered 9 years ago

Hi,
It’s conflict Jquery with your IRATKOZZ FEL HÍRLEVELÜNKRE widget.
remove some code in this widget:

/*
* Translated default messages for the $ validation plugin.
* Locale: HU
*/
$.extend($.validator.messages, {
required: "KötelezƑ megadni.",
maxlength: $.validator.format("Legfeljebb {0} karakter hosszĂș legyen."),
minlength: $.validator.format("LegalĂĄbb {0} karakter hosszĂș legyen."),
rangelength: $.validator.format("LegalĂĄbb {0} Ă©s legfeljebb {1} karakter hosszĂș legyen."),
email: "ÉrvĂ©nyes e-mail cĂ­mnek kell lennie.",
url: "ÉrvĂ©nyes URL-nek kell lennie.",
date: "DĂĄtumnak kell lennie.",
number: "SzĂĄmnak kell lennie.",
digits: "Csak szĂĄmjegyek lehetnek.",
equalTo: "Meg kell egyeznie a két értéknek.",
range: $.validator.format("{0} és {1} közé kell esnie."),
max: $.validator.format("Nem lehet nagyobb, mint {0}."),
min: $.validator.format("Nem lehet kisebb, mint {0}."),
creditcard: "ÉrvĂ©nyes hitelkĂĄrtyaszĂĄmnak kell lennie."
});

Hope this helps !

Robert Dombi
replied 9 years ago

Hi,Thank you ever so much, it does work now. most probably the plugin I’ve used for newsletter made this conflict.Thanks, for helping me out, your support much appreciatedBest regards,

Powered by DW Question & Answer Pro