The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #1

it is cover image
also i think that my template works with recipes better that yours
i lost(dont know how to support video) so i share to you my code for recipes:
?exists: //div[@class="recipe-content-wrapper"]
title: //header[@itemprop="name"]
<figure>: //figure[1]/..
<figcaption>: $$/small
cover: //figure[1][figure]
description: //div[@class="recipe-details-container"]/p[text()]
$prep: //div[@class="recipe-preparation"]
$ingr: //div[@class="recipe-ingredients"]/ul/li

$details: //div[@class="recipe-details-container"]/p[text()]
@prepend_to($ingr): //p[text()="Ingredients"]

@replace_tag(<aside>): //div[@class="recipe-details"]
@replace_tag(<h3>): //p[@class="recipe-title"]
@replace_tag(<li>): //ul
@replace_tag(<p>): //li[@itemprop="recipeIngredient"]
@replace_tag(<h6>): //p[@class="ingredients-title"]
author: //div[@class="recipe-byline"]/div[@itemprop="author"]
@datetime: //time[@class="recipe-time"]
published_date: $@
@remove: //div[@class="recipe-rate"]
@remove: //span[text()="print recipe"]

body: //div
Declined by admin
Cover in this case is optional.

Personally i think it's very nice of you to share your code :) thanks for that nice gesture.
Type of issue
IV page is missing essential content
Reported
Jun 16, 2017