Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, Friends I m a novice in coding and websites I have very basic knowledge about wordpress.I am getting the following error and my revolution slider is not working and its even affecting the menu bar.
Can anyone please help!!

Uncaught ReferenceError: punchgs is not defined

Thanks in advance
Posted

1 solution

That is not an error in Wordpress or any other code, it is an exception raised by JavaScript, telling you that the variable or object; technically, that you're trying to use in your code "punchgs" doesn't exist; is undefined.

Re-check your code, and make sure you're having this variable defined, you're having a reference to the library that allows you to use this variable in your code, or the object is a built-in one; which can never be the case with this variable.

Please see this Mozilla Developer Network document for the undefined[^] term, you will find a lot of good support and answers from there. One more thing, please at least try to learn the programming basics before doing anything it would help you in overcoming the exceptions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900