MyThirdEye
Forum Replies Created
-
Forum: Plugins
In reply to: [JTRT Responsive Tables] Problems with editing rows/columnsHi Erik
Sorry for the delayed response. I’m redoing the plugin, unfortunately after doing some heavy troubleshooting I was able to find out a pretty major flaw in the way the plugin was coded. The issues with tables not saving/not loading certain files is due to the fact that I reused my saving code from v1 which was using its own custom database table to store information. I didn’t think this would be an issue but clearly I was wrong.
I know a lot of people are upset now because it took me so long to figure out the problem but I think it is totally worth it because re-writing the plugin from scratch has given me a lot of new tools to play with which I’m sure a lot of people will like.
What does this really mean for your issue though? Well, with the new update- editting rows and columns no longer requires those extra pop up steps which will eliminate that “grey” box problem that you’ve experienced.
I will post again when the update is ready for now I will leave this teaser π

Thanks
JohnHi Morgan,
I have figured out the problem for this issue, its a pretty big problem. I’m currently in the process of updating the plugin (complete rewrite done right this time) which will hopefully solve all these silly mistakes that I made first time around. I’m no longer using my own saving feature, no need to reinvent the wheel especially if it doesn’t work properly lol.
I’m hoping the get the update done ASAP, by next week the latest I want to push it out. The meat of the plugin is done, editing, styling, imports, shortcode, etc. I just need to hookup a few more feature like responsiveness and a few other features that people have requested needs to done.
Here is a tiny sneak peak π

If you have any suggestions/feature requests then please let me know because this is the best time to get them done. I want to make sure all the features that people want is included π
Thanks for being patient and understanding.
JohnHey,
Sorry guys, I’m stopping support for v3. I’m working tirelessly to push out a new update for the plugin (hopefully the last for a LOOOONG time) because v3 is not sufficient. From the start I had opted to use a custom database table to save the table values and options. This has proven to be a BAD choice. Clearly a case of newbie coder (me).
Because of the use of custom db tables to save values, sometimes saving will take longer, and because its outside of the wordpress post save, sometimes(most times) there were issues with the table values not saving.
The new version I’m working on will use wordpress’ own saving options. I’m hoping this will reduce the saving issues.
Here is a sneak peak of the new update π

I’m positive you guys will LOVE the new update π LOTS and LOTS of features have been added.
Thanks again everyone for being patient and understanding.
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Problems with editing rows/columnsHello Erik,
Glad you were able to narrow down the issue. I haven’t used all-in-one-seo personally but I will install it and do testing to ensure in the future there wont be any problems.
Just to clarify, did you remove an option from the All In One SEO plugin, or the entire plugin?
I will do my testing and get back to you when I find a solution, thank you for bringing this to my attention and if you need any further help please let me know I’d be happy to help.
Thank you
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Table not creatingHello,
Just to confirm you updated to the latest version of the plugin recently (v3.0.3.1)? If this is the case can you please try deactivating and reactivating the plugin, this will refresh the files and hopefully fix your issue.
Please let me know if this help, if not please let me know and I’ll dig deeper into this for you.
Thank you
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Problems with editing rows/columnsHello Erik,
I’ve tried to reproduce this problem with chrome firefox and safari but unfortunately I’m not able to reproduce it. Can you provide some more info for me so I can narrow the problem down a bit more?
1) What wordpress version are you running?
2) Do you know what version of PHP your server is running?
3) Do you have any active plugins that may be interfering with mine? ( a list would be nice, I’d like to do testing )
4) When you get the blank grey layer, can you right click the page and inspect the console to see if there are any errors? If you see an error do you mind providing that for me?Thank you
JohnHey Joe,
Don’t remove the plugin, simply deactivate and reactivate the plugin. When you update the plugin doesn’t deactivate automatically so you have to do it manually. The issue was with the activation file, so when you activate the plugin, the fixed activation file will run instead of the old broken one.
Sorry for the inconvenience, and thanks again for bringing this to my attention.
Let me know if you need more help.
Thanks
John- This reply was modified 9 years, 7 months ago by MyThirdEye.
Hi Joe,
Please update to 3.0.3.1 and let me know if the issue is still present.
Thanks for bringing this to my attention and for providing feedback!
John
Hey Joe,
I’m taking a look at this at the moment. I will respond with an update as soon as I get something.
Thanks for bringing this to my attention.
JohnNo problem glad I could help π
Let me know if you run into more issues.
Thanks
JohnHi Erik,
Can you repost the shortcode on the subpage, for some reason wordpress is not creating the shortcode. My guess is because you have different style quotes on the page, try to copy page this into your subpage (using the html editor not the visual editor)
[jtrt_tables id=”5992″]
copy paste that into your subpage and let me know if that fixes it.
Thanks
Johnπ Sorry about that, the new update made some changes to the shortcode file so everything that was already in the database had to be refreshed. The changes are made to slowly accommodate a new backend table editor that I’m working on, the editor will have a familiar look and feel to it, similar to that of excel or google spreadsheets.
If this happens again I’ll make sure to add a “bulk edit” option so that people who have lots of tables aren’t heavily impacted.
Thanks for using my plugin!
JohnIts the “save changes” button on the side. If you go to the table editor, its on the side as any other post type is.

Hope that helps π Let me know if you need any more help
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Tables not styling?Hey Joe,
That’s good to hear π Let me know if anything comes up or you run into issues.
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] How to align a columnHey erpee,
You can do this through many ways, but the most viable is through custom styling to ensure you get the results you want.
Here are your custom css styles to align the text in column to the left or right:
replace {id} with your table ID that you want to target, example: .jtrt_table_112
.jtrt_table_{id} tr td {text-align:left;}You can change text-align:left; to text-align:right; if you want it aligned to the right instead.
Hope this helps. If you need any more specific help please feel free to contact me and I’ll do my best to assist. Please note however, its best if you open up a ticket on my github page because I do not get notifications when people post here, so the only time I see replies or posts is on Sundays when I have the time to manually check here.
Thanks
John