ezp
Forum Replies Created
-
On Stack Overflow I received this response:
Is there documentation on what the required web server configuration is? It sounds like there is an issue with the way WP is integrating with my phpMyAdmin, as there’s no issue with the non-WP sites.
I’ll try the fix right now. Thanks again!
I just tried it on Elegant Themes’ Extra theme and it broke there as well.
I am almost positive that it is something to do with the Divi Theme. I temporarily moved it to the Twenty Sixteen theme, placed it on a test page, and it displayed perfectly fine. It breaks on the base, non-customized Divi theme as well. I don’t know why, but Divi doesn’t like it. Luckily it seems like an isolated issue and not spread across all themes. If you want I can put it back up so you can see it, but it did work fine.
Sorry to put you through all this and have it not even be your fault lol. I’ll do more testing before I call out a plugin next time ¯\_(ツ)_/¯.I updated my review. For some reason it’s still appearing 2/5, but believe me I changed it! https://ww.wp.xz.cn/support/view/plugin-reviews/jtrt-responsive-tables?filter=5
That being said, if you want me to do any testing on my custom Divi theme let me know. I don’t know if you have it already, but if not it’s a little expensive. I’d be happy to try things out, as it’s just a test site.Yeah, I definitely overreacted yesterday. I’m going to change my rating. I really do enjoy this plugin, I was just annoyed that it broke after the recent update. Everything works now though! Sorry about the initial review, I’m going to update it in a moment.
I have found a fix for this problem, which I have now implemented my site. I don’t know why it fixes it or if this will work for others, but I will share my fix.
I found that stacking two JTRT tables allowed the top table to render correctly. I ended up placing a second table, containing nothing, directly below my first table. Here is the code:
[jtrt_tables id="395"] <table class="jtrt_table_creator jtrt_table_395 jtrt_custom_html" data-use-parent-width="true" data-filtering="false" data-sorting="false" data-paging="false" data-paging-size="10"> </table>This allowed the first to render correctly and I didn’t have to add any additional content to the page. Hope this helps others.