Hi,
thanks for your post, and sorry for the trouble.
The reason for this seems to be some new HTML5/CSS3 combination that your theme uses. Because of that, the (internal/not visible) size of the header right below the table extends to above the table, so that clicks into the table are not recognized as clicks into the table but as clicks into the heading. As IE is probably not (yet) recognizing that new HTML/CSS, you are not seeing this issue there.
Fixing this should be rather easy, by adding another HTML element after the table. To that, please replace the Shortcode with
[table id=1 /]
<br />
That will add some extra white space below the table, but the links should now be clickable.
Regards,
Tobias
Thread Starter
Ryan
(@pause-the-moment)
Hi Tobias,
Thank you for your reply. I tried your fix and it still isn’t working. Neither links in the top or the bottom of the table are clickable.
Thanks.
Hi,
ah, my bad.
Please try again with instead of <br />.
Regards,
Tobias
Thread Starter
Ryan
(@pause-the-moment)
You are the MAN! Thanks so much Tobias.
Will I need to place the “ ” after every table going forward?
Enjoy the rest of your week.
Hi,
great to hear that this helped!
You’ll most likely have to place that directly after every table that is immediately following by a heading (<h2>) on the page, as that’s what seems to be causing this.
If there’s regular text between the table and the following heading, an extra should not be necessary.
I suggest to first try without for every table and then if this issue happens again, add it.
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!