Shopify themes, liquid, logos, and UX
Thank you so much
Solved! Go to the solution
This is an accepted solution.
Hi @RebeccaCC ,
The "Uncaught ReferenceError: jQuery is not defined" error occurs when the jQuery library isn't properly loaded before it's used in your Shopify theme.
To ensure jQuery is loaded correctly, please follow the steps below:
1.Go to your Shopify Admin.
2.Navigate to Online Store > Themes.
3.Find the theme you're using and click Actions > Edit code.
4.In the left sidebar, under the layout directory, click theme.liquid.
5.Add the following script tag within the <head> section to ensure jQuery is loaded:
<head>
/*other codes will be here*/
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> </head>
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
This is an accepted solution.
Hi @RebeccaCC ,
The "Uncaught ReferenceError: jQuery is not defined" error occurs when the jQuery library isn't properly loaded before it's used in your Shopify theme.
To ensure jQuery is loaded correctly, please follow the steps below:
1.Go to your Shopify Admin.
2.Navigate to Online Store > Themes.
3.Find the theme you're using and click Actions > Edit code.
4.In the left sidebar, under the layout directory, click theme.liquid.
5.Add the following script tag within the <head> section to ensure jQuery is loaded:
<head>
/*other codes will be here*/
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> </head>
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
Hi Sweans ,
If the picture of the product cannot be displayed on the mobile version of the page,
how can I make the product image appear when clicked?
Hi @RebeccaCC ,
The image file is missing in your Shopify file directory.
Please double-check the image and ensure the correct one is used for the popup display.
If you need further assistance, feel free to reach out!
I hope this helps!
Regards,
Sweans
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025