Hi,
sorry for answering so late. Unfortunately I did not yet see your thread, because you were using a tag with a typo (“wp talbe reloaded” instead of “wp-table-reloaded” which I now added).
This is likely the same issue as in those other threads (http://wordpress.org/support/topic/plugin-wp-table-reloaded-missing-table-after-upgrade-to-v18).
Can you maybe upload the CSV somewhere, then I will gladly have a look at it.
Regards,
Tobias
knew I must have done something wrong since no one replied to my post.
thanks. what I finally did was to copy and paste each item into a table in the plug in on our site. this worked.
the original table had been created in font cabrini and i changed it to arial. there were two or three apostrophe’s that looked suspicious but when I deleted and reinserted they looked the same.
I can upload the file. any suggestions as to where?
Janis
Hi,
ok, great to hear that you were able to get the table to work (although it required some extra work).
If you can upload it to your server temporarily, that’d suffice I guess.
Regards,
Tobias
retyped the list, ugh! but it worked fine.
thanks
Is there a way to make a cell linkable, i dont mean with an image or text..i want text in it to link to a page but i want them to be able to click anywhere in the cell for the link not just highlight the text
Hi,
you will definitely have to insert the HTML for a link into the cell, e.g. manually or by using the “Insert Link” button.
Then you could add some padding to the link via CSS, so that the actual link is larger than the size of the text.
Another solution would be to use JavaScript to detect clicks on the cell and then actually trigger a click on the link within the cell.
For the first approach, I suggest that you take a look at some CSS tutorials, for the second approach, you might want to try out the jQuery JavaScript library.
Best wishes,
Tobias