Upgrading to New Recipe Kit Widget

If you're currently using the legacy widget (app block or manual) and want to switch to the new widget:

App block users:

  1. Go to Online Store > Themes > Customize
  2. Remove the Recipe Kit (Legacy) block
  3. Add the new Recipe Kit block
  4. Click Save
Adding the RecipeKit app block to a article template in the Theme Builder.

Manual install:

Step 1: Add the snippet file

  1. Go to Online Store > Themes > Actions > Edit code
  2. Under Snippets, click Add a new snippet
  3. Name it recipekit-svelte.liquid    
  4. Paste the following code:
  5. Copy the contents from: recipekit-svelte.liquid
  6. Save the file


Step 2: Add the render tag

  1. Find your blog post template (usually article.liquid     or templates/article.liquid    )
  2. Add the following where you want recipes to appear:
{% render 'recipekit-svelte' %}

OR add the tag in a Custom Liquid block if your theme supports it:

Adding a RecipeKit render tag to a custom liquid block in Theme Builder.
  1. Save
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us