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

there must be no site name ("echodnia.eu") in title
undefined
The "header > h1.linkArtykul" is empty, therefore a fallback to "head > title" is used.

You used the unidentified paragraph following after h1.linkArtykul to get the title, that isn't the safest solution.
Accepted by admin
The unidentified paragraph isn't a sibling of <h1>, but a child:

<h1 class="linkArtykul">
<p>Magiczne zawody. Naturolog, refleksolog.... Czy wiesz, czym się zajmują? (ZDJĘCIA)</p>
</h1>
undefined
Yes, it is in the source code.
However that's what the IV parser provides:

[echodnia.eu:18] @debug: $header/parent::div
Debug 1 node:
[0]: <div class="nine columns mobile-four naglowek">&#13;
<a href="https://echodnia.eu/" title="Echo Dnia" class="logotyp">&#13;
<img src="https://s-pt.ppstatic.pl/g/logo_naglowek/echodnia.svg?9519823" alt="Echo Dnia"/></a>&#13;
<h1 class="linkArtykul">&#13;
</h1><p>Magiczne zawody. Naturolog, refleksolog.... Czy wiesz, czym się zajmują? (ZDJĘCIA)</p>&#13;
&#13;
</div>

This @debug is executed at the very beginning of the template before any other manipulations. Why the paragraph is pulled out of the header?
Accepted by admin
<p> inside header isn't acceptable, so IV engine detaches it. Still can be identified as a next-sibling
Type of issue
Author added their own content
Reported
Mar 28, 2019