Support

Account

Home Forums General Issues Title goes to numbers after 3 entries? Reply To: Title goes to numbers after 3 entries?

  • Hi @jari

    It seems related to your slider. I’ve checked the page source and the HTML have the correct result:

    <div class="floorplans_slider">
        <ul>
            <li>
                <h2>INTERIEUR</h2>
                <p>Woonkamer</p>
                <img src="http://thuisinberggierslanden.nl/wp-content/uploads/2016/11/18980-Heijmans-A-Meppel-Interieur-Woonkamer_72dpi-e1481031034795.jpg" alt="" />
            </li>
                            <li>
                <h2>INTERIEUR</h2>
                <p>Keuken</p>
                <img src="http://thuisinberggierslanden.nl/wp-content/uploads/2016/11/18980-Heijmans-A-Meppel-Interieur-_72dpi-e1481031087787.jpg" alt="" />
            </li>
                            <li>
                <h2>PLATTEGRONDEN</h2>
                <p>Begane grond</p>
                <img src="http://thuisinberggierslanden.nl/wp-content/uploads/2016/11/gebouw-ab-v1.jpg" alt="" />
            </li>
                            <li>
                <h2>PLATTEGRONDEN</h2>
                <p>1e verdieping</p>
                <img src="http://thuisinberggierslanden.nl/wp-content/uploads/2016/11/gebouw-ab-v2.jpg" alt="" />
            </li>
                            <li>
                <h2>PLATTEGRONDEN</h2>
                <p>Zolder</p>
                <img src="http://thuisinberggierslanden.nl/wp-content/uploads/2016/11/gebouw-ab-v3.jpg" alt="" />
            </li>
        </ul>
    </div>
    <!-- /floorplans_slider -->

    Could you please get in touch with your slider author instead?

    Thanks 🙂