• Resolved bayonetbrant

    (@bayonetbrant)


    I’ve got a directory page where I need 2 columns with links

    • First column link should go to the store page
    • Second column link should go to our page with the info about the store

    It appears as though the cell with the URL is not rendering at all, and the other cells in the row adjust themselves to fill in the gaps.

    Note that there are 2 versions of the table on the page.

    • ID 25 is the original table (upper table) – the bottom row seems to be displaying correctly, but the 3 above it are not
    • ID 29 was an attempt to export / reload in case there was something in the original table that was a problem (lower table) – tried some different formatting, with removing the link from the store name in the left-most column in case there was a problem with a URL in the first cell in the row. This should have 2 URLS stacked in the 2nd column, one for the store page page and one for our page. None of these are displaying correctly

    I’ve looked for other resolutions, but the others I found here didn’t seem to have the same problems I am.

    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 post, and sorry for the trouble.

    The cause for this problem is invalid HTML code in your link HTML code. In particular, you have

    target="blank

    which you must correct to

    target="_blank"

    in all links.

    Regards,
    Tobias

    Thread Starter bayonetbrant

    (@bayonetbrant)

    (this is me face-palming myself for missing something that obvious)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    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 ‘URLs in table cells not displaying’ is closed to new replies.