- This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – Product is not showing on the page properly
I’ve debugged the issue and tried to add jquery from googleapi to my custom theme functions.php file, but that did not fix the issue unfortunately.
The console still reads:
Uncaught ReferenceError: jQuery is not defined
This usually happens if you have another plugin or theme that has a javascript error (that other error will cause issue for all javascript code).
The following post has more explanation and help:
https://support.tipsandtricks-hq.com/forums/topic/debugging-javascript-errors-on-your-site
Thanks, it was an issue with my custom theme not loading jQuery.