Plugin Author
takien
(@takien)
Hello,
there is no change to the table caption since 0.5 and I think I never change since it’s created.
take a look the diff here for what I have changed to the code from 0.5 to 0.6.1:
http://plugins.trac.ww.wp.xz.cn/changeset?reponame=&new=555879%40easy-table%2Ftrunk%2Feasy-table.php&old=551477%40easy-table%2Ftrunk%2Feasy-table.php
And, the table caption is still there.
See my last table with the caption in my demo post here: http://takien.com/1126/easy-table-is-the-easiest-way-to-create-table-in-wordpress.php
If you’re not sure what’s going on, please send me a screenshot for both table you’re expected and what it’s shown.
Thank you.
@ takien
I finally got a chance to look at this again. Update 0.7 causes a problem as well.
Before update:
http://i47.tinypic.com/2i0epuu.png
After update (doesn’t look right):
http://i48.tinypic.com/15s8ltv.png
And here is what I have for the table:
http://pastebin.com/G6TbqTSJ
I’m using HTML tags.
Plugin Author
takien
(@takien)
Hello MickeyRoush,
Did you noticed that you inserted table twice
[table table caption....
instead of
[table caption....
please correct it and try again.
Thanks for the reply, that was a copy and paste error from me trying to troubleshoot what was causing the issue. 20 hour days can take its toll 🙁
But for argument sake, I tried it again, removing the duplicate. Still causes the same issue.
Plugin Author
takien
(@takien)
This seems weird, but it’s okay. I’m very curious. Now let me know your plugin setting (take a screenshot of the Easy Table plugin setting page)
Plugin Author
takien
(@takien)
The table preview in your screenshot looking good. it means no problem with the plugin configuration.
May I see the online demo of the table?
@ takien
I’ll try to contact you directly, probably through your site. Only thing is, you won’t be able to access the site via a non-North American IP or most proxies.
If it help’s I’m using Emil’s Responsive theme here at the WordPress repository.
Plugin Author
takien
(@takien)
please try it with another theme or default theme.
and tell me what the result.
I tried the TwentyEleven theme and the table worked/looked fine. So there’s something wrong with the Responsive Theme.
http://ww.wp.xz.cn/extend/themes/responsive
Is there anything that I can look for to see what could be the problem? What significant changes were made from 0.5 to 0.6?
Plugin Author
takien
(@takien)
Got it, this is because of the ‘clearfix’ class on the table.
I need to remove this class in the next release.