• Resolved djordjevicca

    (@djordjevicca)


    Hi Tobias,

    Can you, please, help me with TablePress issue I have:

    At the moment, I have 34 rows in table and view is set to 20 rows per page.
    When go to next page, where I should see rows from 21st to 34th, I see only 4 rows.
    All data from 24th to 34th row are together.

    Everything is fine if i use only 24 rows in table, but as soon as I add 25th, i get this long row with all data in it.

    Thank you in avance!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This is caused by some invalid HTML code in these rows. There’s a quotation mark missing in the HTML code for the links.
    For example, you have

    <a href="....bin>Preuzmi</a>
    

    in the table cells. After the URL (ending with .bin and before the >Preuzmi, there must be a quotation mark ", i.e. this has to be

    <a href="....bin">Preuzmi</a>
    

    If you add that missing quotation mark, everything should be fine again.

    Regards,
    Tobias

    Thread Starter djordjevicca

    (@djordjevicca)

    Beginner’s mistake !!!
    Thank you very much and I’m sorry I wasted your time …
    I owe coffee / beer for this!

    Best regards,
    Aleksandar

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!
    And thanks for the donation, I really appreciate it!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Unlimited 24th row’ is closed to new replies.