Preview
Issue #1
Should be formatted as caption.
- Александр Столяров
- In the source
<figure><img src="https://tripsecrets.ru/wp-content/uploads/2017/08/Co-To-island2.png" alt="Архипелаг Кото" width="1000" height="640"><figcaption class="wp-caption-text">Архипелаг Кото</figcaption></figure>
Site has a clear figures structure. I did not change this structure.
I'm afraid, that's an IV server-side issue.
- Accepted by admin
- The figure is inside <p>:
Debug 1 node:
[0]: <p><figure id="attachment_268587" style="width: 1000px" class="wp-caption alignleft"><img class="size-full wp-image-268587" src="https://tripsecrets.ru/wp-content/uploads/2017/08/Co-To-island2.png" alt="Архипелаг Кото" width="1000" height="640" srcset="https://tripsecrets.ru/wp-content/uploads/2017/08/Co-To-island2.png 1000w, https://tripsecrets.ru/wp-content/uploads/2017/08/Co-To-island2-300x192.png 300w, https://tripsecrets.ru/wp-content/uploads/2017/08/Co-To-island2-600x384.png 600w" sizes="(max-width: 1000px) 100vw, 1000px"/><figcaption class="wp-caption-text">Архипелаг Кото</figcaption></figure></p>
Your template extracts the image from the paragraph with @after_el function (string #28), while the text is left in other. It's better to convert <p> with <img> into <div> to avoid such mistakes.
- Type of issue
- IV page is missing essential content
- Reported
- Mar 4, 2019