MyThirdEye
Forum Replies Created
-
Forum: Plugins
In reply to: [JTRT Responsive Tables] line break in cellThis is going to be something a lot more people are going to ask about, I can feel it- I will try to fix the alt+enter method asap π
Forum: Plugins
In reply to: [JTRT Responsive Tables] Feature Request – Responsive Option – Row StackingHey Joerg,
That’s good to hear! I’m still working on crushing pesky bugs, I wouldn’t mind a beta tester π I can send you a copy of the update before releasing so you can test to see if the problems are solved, this would save me some time from having to create hotfixes π My email address is visible on GitHub, https://github.com/JohnTendik
Thanks again for all the support <3
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] line break in cellHey Joerg,
Thanks for bringing this to my attention, I will look into this issue, but for now, you can force a line break by simply using the html tag <br>
For example if your cell value is
“this is my cell value”
and you want to display it as
“this is”
“my cell value”then you would put <br> after this is, like so:
“this is<br>my cell value”
I will look into the alt+enter method and see if I can automatically insert a <br> tag in there. The reason it works in the editor but not in the front end is because in the front end, a complete new table is generated with new options- I just didn’t think to look for line breaks when inserting the value.
Thanks again for all the help Joerg, you’re awesome man!
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Feature Request – Copy & Paste Stylesever thought about cell merge and cell splitting?
Yes, cell splitting (into 2 lines) should work, you may have to use a <br> tag though. I didn’t think about the shift+enter method, don’t know if that will work.
As for cell merging, the table editor is capable of cell merging however I have disabled that feature because it doesn’t work to well, in terms of being responsive. The columns get jumbled up and split up in a way that doesn’t work too well π On my DEV environment I have that feature enabled so I will do tests to see if I can implement it without messing anything up.
As for column width and height, good idea. I could probably make this happen. But i was thinking, instead of adding all these simple css options, would it be better to simply include a custom css box for the tables, so its easy to customize the table with css? I’ll look into this too, it might be good to have anyway.
Thanks again for all the suggestions π
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Feature Request – Responsive Option – Row StackingHey Joerg,
I’ve been busy with work this weekend so I didn’t get a chance to reply to any issues. I’m assuming you saw the email that the polyglot team sent? Do I need to do anything else for your work to show up?
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Translation issueHello Mushki,
In the latest version of the plugin I have included a .POT file which has all the strings needed to be translated (except a few front-end strings) which you can use to translate into the language you prefer. Unfortunately, I’m not too familiar with how translations are done, there is apparently a tool called poedit which helps you translate the texts.
https://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/
If you want to translate the front-end strings( the sorting/searchbox seach text/ pagination ) you will have to do this manually through javascript. I can’t provide a way to translate those texts since they come from 3rd party scripts/tools.
I hope this helps, let me know if you have any other questions.
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Feature Request – Copy & Paste StylesMy plugin doesn’t have bugs, it has unexpected features π
But yes you’re right, the CSS option is a good alternative. And yes, the bugs are more important.:
Forum: Plugins
In reply to: [JTRT Responsive Tables] Feature Request – Copy & Paste Stylesπ that might work! Good thinking π
I’ll try to implement this. I don’t think it will be ready for this sunday ( i have to think about how to do it first ) but I will definitely add this to the to-do list.
You’re great man, I’m loving you π Thank you for all the suggestions!
Forum: Plugins
In reply to: [JTRT Responsive Tables] show table title alignmentsNice,
I can see what you mean. First, I’m going to get rid of those ugly scroll bars unless they’re needed π Second, I’ll add an option to position the table, and I’ll try to get the header to line up with the table as well. Thanks for bringing this to my attention.
So many things to get done π
Thanks again for all the support and feedback!
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Feature Request – Copy & Paste StylesHey Joerg
Once a table is designed, I would love to save the design as a template, that can be assigned to other tables,
This might be a little difficult to do :> You could duplicate a table but I’m not sure if that’s what you’re referring to. I would have to create a new post type for templates or something similar that could be applied to other tables but then the way styles are added is with rows index and col indexes. If your template is bigger/smaller than the table you’re trying to apply the styles to (for example background color), it would appear in the wrong spots..
A nice feature would be βAlternating Color Rowsβ as a setup instead of assigning the background manually
π This one my teacher suggested, its already in the to do π Thanks for the suggestion though. This will be a similar to the row/col highlighting options, should be included in the update scheduled for this sunday.
John
Forum: Plugins
In reply to: [JTRT Responsive Tables] show table title alignmentsHi Joerg,
can the table title alignments be made aligned with the table instead of the post width?
So right or center alignments do not look pretty well with the table and the table itself would also be nice if it could be aligned from the settings.
I don’t understand what you mean here, do you mind showing me an example? The table and the title should be aligned together, if its messing up for you I’d like to see it if possible so I can take a look at what’s going wrong.
Iβm also missing basics like padding and margins that are common at tables?
Once again a wonderful suggestion. I overlooked this because personally I didn’t need it- but I will include cell spacing as an option. It wont be seen on the editor though, if I were to show spacing in the editor it will mess up the entire editor screen up making it look jumbled. However I will include a table border collapse option and values for vertical-horizontal spacing. (margins don’t work with tables). I will also add a padding option, this might be able to go in the editor screen, i’ll have to test it out.
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Feature Request – Copy & Paste StylesHey Joerg
Don’t be sorry π I like receiving feature requests. That is a nice feature to have and I will look into making this a possibility.
Thanks for the suggestion π Let me know if you have any other ideas that you’d like to see implemented in the plugin.
John
Forum: Plugins
In reply to: [JTRT Responsive Tables] SAVE BUTTON = Reset Table ContentHey Joerge,
I see what you mean, I realize adding borders to each cell might be an issue for some tables. I will include a feature to automatically add borders around every cell. π
Thanks again for the suggestion and feedback.
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Feature Request – Responsive Option – Row StackingAwesome!
Thanks for all the help π I have made a post on the page, I hope it is sufficient.
Let me know if there is anything else I need to do to have you as a PTE, also how would you like the credits for translations displayed? I like to give credit for the work you’ve done so if you want to display your name or the wordpress name let me know π
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] SAVE BUTTON = Reset Table ContentHey Joerge,
Thank you for the detailed and through feedback provided. This helps me a lot. I can see the problem with the borders, its the runHooks(‘afterInit’) call messing things up. I will have to check this out closer, however while trying to reproduce the problem I found out the following method seems to fix things up:
- right click a cell
- Apply border from context menu
- border seems like it doesnt apply Its ok
- save/update/publish table
- when the page reloads the border should show
This is going to be something I’m going to look into further, thank you for bringing it to my attention.
Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent. 1 post.php
This helps, although its my first time seeing this error I immediately know the culprit. the CSV input box. “The file will not be sent. 1 post.php” basically is saying, we’re not sending any content to the server which is why the data isn’t saving. Thank you for this debug information, I will get to work on this asap.
As for the colorpicker, I will have to rethink my color picker script I guess. WordPress has its own colorpicker, but when I tried to use it, it just wouldn’t work/style the way I wanted it. Now that the plugin update is out and the saving issue has been minimized, I have more time to go back and take a look at all these options because honestly I rushed through the entire update.
As for the previews,
A solution to this may be that you create a page in draft status that you can use to render the preview to?
Brilliant, I will include this in an update π This is wonderful man thank you for all the suggestions!
I have school + work during the weekdays but in the weekend is where I can get some quality work done so I’m going to say sometime on Sunday is when I’ll have an update ready with fixes to these silly mistakes I hope.
Thanks again for all the feedback and suggestions I really do appreciate it!
John