• Resolved Kurt_T

    (@kurt_t)


    Hello could anybody please give me some hints on configuring the plugin the right way:
    Problem 1: lists
    original html-code-snippet:

    <h3>Kompensationsprüfung</h3>
    <ul>
    <li><a href="Antragsformular.pdf" target="neu">Antragsformular</a></li>
    <li><a href="Griechisch-und-Latein.pdf" target="neu">Griechisch und Latein</a></li>
    <li><a href="Lebende-Fremdsprachen.pdf" target="neu">Lebende Fremdsprachen</a></li>
    <li><a href="Mathematik.pdf" target="neu">Mathematik</a></li>
    <li><a href="Relevante-Auszuege-aus-Gesetzen-und-Verordnungen.pdf" target="neu">Relevante Auszüge aus Gesetzen und Verordnungen</a></li>
    <li><a href="Unterrichtssprache.pdf" target="neu">Unterrichtssprache</a></li>
    </ul>

    and this is the result from the plugin (snippet)

    <h3>Kompensationsprüfung</h3>
    &nbsp;
    <ul>
    <ul>
    	<li><a href="Antragsformular.pdf" target="neu">Antragsformular</a></li>
    </ul>
    </ul>
    &nbsp;
    <ul>
    <ul>
    	<li><a href="Griechisch-und-Latein.pdf" target="neu">Griechisch und Latein</a></li>
    </ul>
    </ul>
    &nbsp;
    <ul>
    <ul>
    	<li><a href="Lebende-Fremdsprachen.pdf" target="neu">Lebende Fremdsprachen</a></li>
    </ul>
    </ul>
    &nbsp;
    <ul>
    <ul>
    	<li><a href="Mathematik.pdf" target="neu">Mathematik</a></li>
    </ul>
    </ul>
    &nbsp;
    <ul>
    <ul>
    	<li><a href="Relevante-Auszuege-aus-Gesetzen-und-Verordnungen.pdf" target="neu">Relevante Auszüge aus Gesetzen und Verordnungen</a></li>
    </ul>
    </ul>
    &nbsp;
    <ul>
    <ul>
    	<li><a href="Unterrichtssprache.pdf" target="neu">Unterrichtssprache</a></li>
    </ul>
    </ul>
    &nbsp;

    oh holy mess!

    problem 2:
    specifying a html tag (div id=”GO”), where import should start does not work for me, I always get the whole file imported (using wp 4.1 and html import pluign 2.4)

    any hints?

    Thanks

    Kurt

    https://wordpress.org/plugins/import-html-pages/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘import problems’ is closed to new replies.