• Resolved goshinkansensei

    (@goshinkansensei)


    Ich habe eine Tabelle mit TablePress erstellt. Es gibt 18 Zellen von denen 9 einen Text haben der zu einer Seite in meiner Webpage führt. Der Link in der ersten Zeile lies sich ohne Probleme einfügen, doch alle anderen 8 links werden nicht angezeigt, obwohl Syntax und Code für das Einfügen von Links korrekt ist. Was l?uft hier falsch und wie can ich es ?ndern?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble. As these are English-language forums, I’ll reply in English. That way, more people can benefit from our discussion, I hope that’s ok.

    From what I can see, there are actually small errors in the link syntax. For example, there is the link

    <a href="https://www.goshinkan.de/?page_id=148"></a>Krav Maga & Ryukyu Kempo for Ladies</a>
    

    Note how that directly has a </a> after the <a href=...> tag, which closes the link. The second </a> at the end of that cell is then ignored.
    You will always need the syntax

    <a href="...">Text</a>
    

    Regards,
    Tobias

    Thread Starter goshinkansensei

    (@goshinkansensei)

    I try it. Thanks a lot

    Thread Starter goshinkansensei

    (@goshinkansensei)

    Now it is working fine.
    The Problem is, the button to enter the link did it fine the first time, but didn’t it well on all the other cells, who knows why. You have to correct it manually for all the other cells.

    Thank you now it is working.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that would be strange. That button uses code from WordPress directly (so that I didn’t have to program this again), so it should be pretty reliable.

    Regards,
    Tobias

    Thread Starter goshinkansensei

    (@goshinkansensei)

    Well it worked, now I have to solve my other problem with the picture being the link to use in tablePress thank you very much

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that’s good to hear! Let’s work on the other problem in the other thread (even though that cause seems to be exactly the same).

    Regards,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tablepress link einfügen’ is closed to new replies.