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

Denis
Missing caption
admin
I didn't see it, but I believe this is an issue of Telegram Instant View's @simplify method.

I have set caption properly in this template:
<p><figure><img src="URL" /><figcaption>Sifteo cubes from the side, about half an inch high</figcaption></figure></p>

However, because it's inside <p>, after @simplify of the base template (that's applied at the very bottom of to all templates), the page transforms to:

<figure><img src="URL" /></figure>
<p>Sifteo cubes from the side, about half an inch high</p>

This is possible to avoid this behavior by a single line trick:
<div>: $body//figure/../self::p

I believe, most template authors don't know this behavior and they shouldn't, because it's just internal to Telegram IV rules.

Admin, if you have an access to the source of the template, you can check: @debug: $body//figure
Declined by admin
This can be fixed on our side.
Type of issue
IV page is missing essential content
Reported
Jun 18, 2017