• Resolved sufyan899

    (@sufyan899)


    Hi Tablepress Team. i have a question.
    i add some logos at the homepage of my website in the INDUSTRY ASSOCIATES AND VENDOR PARTNERSHIPS section and i also add detail of industry associates at this page with table.
    i want that when the user will click a logo on the homepage it will jump to that specific section on i study that it is possible with the ID, i have to link the logo ID to the logo at homepage. my question is that how i find the all cell IDs in tablepress or there is any other way to do this? i hope i explained well and i hope you must help me about this. TIA

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    TablePress table rows and cells don’t directly have an ID that you could use here. You’d therefore need to add an extra HTML element to the cell that has an ID. For example, you could add something like

    <span id="link-accela" />
    

    to each row, with the company name of that row (I recommend to write it in all-lowercase, without spaces).
    Then, on the table on the home page, you’d modify the link target URL to

    https://webtest2.questmark.net/questmark-industry-associates-and-vendor-partnerships/#link-accela
    

    Regards,
    Tobias

    Thread Starter sufyan899

    (@sufyan899)

    Hi Tobias, Thank you for the help but sorry to say i didn’t got it. Can you please explain a bit more.
    i have to add new cell in the existing table if yes where i mean at start or end? or i have to put cell id in some where else? please guide me step by step. it will be a great help for me. TIA

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no, you don’t have to add new cells to the table, just add HTML code like

    <span id="link-accela" />
    

    to one of the existing cells, for each row. You could e.g. put this at the beginning of the first cell of each row.

    Regards,
    Tobias

    Thread Starter sufyan899

    (@sufyan899)

    okay. what if i develop separate table for each logo and than add all the tables in a single page with the short codes and than link logo with the the table ID instead of putting this HTML code. is it possible like this? Please guide me and thank you so much for the help.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that would also be possible, but it would be much more work and would have worse performance.

    Why don’t you like this simple approach?

    Regards,
    Tobias

    Thread Starter sufyan899

    (@sufyan899)

    Hi, sorry for again help.
    i have tried the HTML code but when i click on the logo on the homepage it take me to the below of the logo at https://webtest2.questmark.net/questmark-industry-associates-and-vendor-partnerships/#link-accela not at exact on the logo or text and 10 logo and detail are displaying at https://webtest2.questmark.net/questmark-industry-associates-and-vendor-partnerships/ when i put link for the logo that is on the next side i mean from 11 to 20 it is showing me just this page https://webtest2.questmark.net/questmark-industry-associates-and-vendor-partnerships/ not jumping to the exact location. why this happens? can you please again help me to get out of this

    • This reply was modified 5 years, 8 months ago by sufyan899.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please try again with

    <span id="link-accela"></div>
    

    That should be a little bit better. And maybe try putting these into the row above their actual logo. You could then have a better positioning.

    Unfortunately, all these approaches will not help with the links to rows 11 through 20. Due to how the pagination works, it’s not possible to have a link to those. You would have to turn off Pagination here.

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘cell id’ is closed to new replies.