Vintage themes aren't available in the Theme Store anymore. These themes also don't have the features included in Shopify's Online Store 2.0 themes.

But if you're using a Vintage theme, you will still be able to install our UGC Media Grid by following the steps below.

Step 1: Enable app embed

If you have enabled app embed before, please move to Step 2. If this is your first time enabling app embed:

  • From your Shopify admin, go to Online Store > Themes.
  • Find the theme you want and click Customize.
  • Go to App embeds and enable Core Snippet.
  • Click Save.

Step 2: Add the UGC Media Grid code

  • From your Shopify admin, go to Online Store > Themes.
  • Click ... > Edit code.
  • Open index.liquid.
  • Add the following code at the bottom of the file and click Save.
<!-- Start of Judge.me code --> 
     <div class='jdgm-widget jdgm-ugc-media-wrapper'>
        {{ shop.metafields.judgeme.ugc_media_grid }}
     </div> 
<!-- End of Judge.me code -->