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
http://webtest2.questmark.net/questmark-industry-associates-and-vendor-partnerships/#link-accela
Regards,
Tobias
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
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
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.
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
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 http://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 http://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 http://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 7 years, 2 months ago by
sufyan899.
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