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">
<a href="https://echodnia.eu/" title="Echo Dnia" class="logotyp">
<img src="https://s-pt.ppstatic.pl/g/logo_naglowek/echodnia.svg?9519823" alt="Echo Dnia"/></a>
<h1 class="linkArtykul">
</h1><p>Magiczne zawody. Naturolog, refleksolog.... Czy wiesz, czym się zajmują? (ZDJĘCIA)</p>
</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