MyThirdEye
Forum Replies Created
-
Forum: Plugins
In reply to: [JTRT Responsive Tables] Tables not styling?Hey Joe,
From the link you gave me it looks like the custom styles are taking effect. However, I have noticed that on some themes, the custom styling wont take effect because the theme has strict styling rules for tables.
The new update releasing soon will have a better editor for the backend which will most likely clear up all the styling issues.
In the meantime if you need any specific help, please open up a ticket on my github page because this forum doesn’t send me any notification when people post, so the only time I see it is Sundays when I have the time to check here.
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Tables won't saveHey hmiller,
That looks like a solid list of plugins 😛 Thanks for getting back to me I will make this a priority because it is a rather annoying bug. I’m super busy during the week with school and work but sometime in the weekend I will take a closer look at this and make sure its not a compatibility issue. Like I said those are really good plugins so I will do my best to make sure my plugin plays nicely with everyone else’s.
Thanks again for bringing this to my attention!
John
Forum: Plugins
In reply to: [JTRT Responsive Tables] Tables won't saveHey hmiller,
Thanks for getting back to me. That’s weird you have this issue on the safari browser since thats the browser I use. I haven’t been able to reproduce this issue except on firefox. However, I will have to do more digging around it seems.
As for the server, I don’t think BLuehost is the issue, unless your php version is super outdated the server shouldn’t be a problem. Thats odd that my plugin caused the site to shut down when you updated other plugins. Do you mind listing the other plugins that you updated so I can do some testing to make sure its not a compatibility issue?
Thanks again for being patient and for the feedback and support. If you could let me know which plugins you had installed at the time it would definitely help me out. Also check to make sure that your PHP version is above 5.3, if its not that may also be the problem.
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] How manyHey kristoto,
I sent you an email. I’m closing this for now, if you have any issues or more comments please feel free to contact me.
Forum: Plugins
In reply to: [JTRT Responsive Tables] Contact form short code not workingI have fixed this issue for the upcoming update. Thanks again for bringing this to my attention!
Forum: Plugins
In reply to: [JTRT Responsive Tables] Columns won’t hideI have included a fix for this in the development branch. The update will be released soon.
Forum: Plugins
In reply to: [JTRT Responsive Tables] Tables won't saveHello guys, I’m making some progress on this problem.
Its a firefox browser related issue. For some reason Firefox is executing Javascript differently than other browsers. If you are running into this issue (and are using Firefox), please try to use a different browser and see if the problem goes away. If you’re not using firefox and are still experiencing this issue, please open a new ticket and let me know.
I’m looking into this issue and will release an update when I find a fix. Thank you all for bringing this to my attention and being patient.
John
Forum: Plugins
In reply to: [JTRT Responsive Tables] How to remove top cell border only?Hello!
Thank you for using my plugin 🙂
So do you want to remove the top border of the first row element in the body? As in, the border below the headers? Or are you talking about the top border for the headers?
This is how you would remove the top border of the first row element
<style> table.jtrt_table_creator tbody tr:first-child td{border-top:none;} </style>If you want to remove the top border on the headers:
<style> table.jtrt_table_creator thead tr.sorted_head td{border-top:none;} </style>Let me know if you have any more questions or issues and thanks again for using my plugin!
John
P.S. You don’t need to include the <style> tags if you want to put the code in a css file / custom CSS box in your theme or something. Just the css code ie
table.jtrt_table_creator thead tr.sorted_head td{border-top:none;}should work.P.S.S. This code will effect all your jtrt tables on your website. If you want to target a specific table just change the css code to look like this
table.jtrt_table_188 tbody tr:first-child td{border-top:none;} table.jtrt_table_188 thead tr.sorted_head td{border-top:none;}where .jtrt_table_188 <- replace 188 with your table ID.
- This reply was modified 9 years, 8 months ago by MyThirdEye.
- This reply was modified 9 years, 8 months ago by MyThirdEye.
- This reply was modified 9 years, 8 months ago by MyThirdEye.
Forum: Plugins
In reply to: [JTRT Responsive Tables] Columns won’t hideHello eschoyen,
First of all thank you for using my plugin and providing feedback!
I did a little bit of digging around in the link you gave me and I’ve found the issue. The reason why your table isn’t hiding columns is because of my sloppy coding. Above the table there is an invisible element that has the values for custom breakpoints. I check this with the .prev() function which gets the previous element from the table. However, on your website, the invisible element is wrapped around <p> tags for some reason so it is messing everything up.
Are you using the [shortcode] method to insert your table or plain html? If you’re using the shortcode method, check to see if it is wrapped around a <p> element. If not you may have to edit the code to find the proper element instead of the .prev(). The way to do this is the following:
1) edit the file /public/js/jtrt-responsive-tables-public.js
2) change line 41 to look like thisvar tableBPs = JSON.parse(jQuery(this).prev().val()) || JSON.parse(jQuery(this).prev().children(input).val());If this does not work let me know and I will try to work a custom solution for you. I will also mark this down on my TO DO list so I can have this fixed for the next update. Oh my gosh so many fixes/bugs to tackle now 😀
Thanks again for bringing this up, it helps me learn and improve while ensuring everyone’s plugin works.
John
Forum: Plugins
In reply to: [JTRT Responsive Tables] How manyHey kristoto,
I didn’t receive an email containing a CSV at all. Do you mind sending it again to:
I have been super busy with school and work that I only have the weekends to work on this plugin. I have a lot of features planned for the next update (which should be coming out soon I’m hoping, still doing testing/bug fixing) that include things like automatic row sorting in the backend and a bigger space to store tables.
If you send me a copy of your csv I can test with that file to make sure everything is ok.
Unfortunately there isn’t a premium version of the plugin. When I first released the plugin it was simply a personal custom plugin for a project that didn’t even work that great. I don’t have plans to charge anyone to use this plugin. I enjoy helping others and solving problems. In the wordpress forums I’m less active because I don’t get emails sent to my inbox when people comment. If you use Github to contact me I’m usually more active and responsive there. I don’t normally ask people for ratings/reviews but if you wish to support me/this plugin without paying you can leave an honest review/rating of the plugin. It helps my plugin get noticed more and motivates me to keep working on it.
Thanks again for using/wanting to use my plugin and providing feedback. Also don’t forget to re-send the CSV to my email so I can do some testing.
John
Forum: Plugins
In reply to: [JTRT Responsive Tables] default sort orderHey tdidjurgis,
At the moment there isn’t a way to set the default column for the sort order, however I will add this to the to-do list and hopefully it will be in the next update.
Thanks for using my plugin and providing feedback!
John
Forum: Plugins
In reply to: [JTRT Responsive Tables] Contact form short code not workingHi Inimish,
So I realized I haven’t included this functionality yet. However, its very simple to add. I’m super glad you asked this question and brought this up because shortcodes in general were not working within the table.
If you change this line in jtrt-tables/admin/partials/jtrt-responsive-tables-shortcode-gen.php, line:36
return $htmlContent;to this
return do_shortcode($htmlContent);the shortcode should now be properly executed. However, I should note that normally Form elements are not allowed within tables or table cells. Your form will not show up properly because its invalid html to put form inside a tr/td.
Here is what an example form element inside a table looks like (note i didnt do any styling, I just added a shortcode to the table) 
Again thank you for bringing this to my attention, it looks like I skipped over this super simple easy method to hook into other shortcodes within the table. I will include this as a fix/feature for the next update 😛
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Tables won't saveHi Richeee,
So you can’t view your table by hitting the preview button, you need to use the shortcode on either a page or post for the table to show up.
As for the table not saving, I’m not sure what to say. Its definitely an issue but I’m not sure how to reproduce the error. If you have a test website that you don’t mind offering me access to, I can go in and take a look at some of the issues that may be happening. Unfortunately I can’t do much without knowing anything else. I have 4 test environments setup all with different versions of php and different versions of wordpress. They all seem to work for me. Maybe you have plugins active that conflict with mine? If you can access your apache/php error log files and see if you can see anything related to JTRT tables, it would help narrow the problem down without me having access to your backend.
Sorry for the inconvenience my plugin has caused. For future notice, if you contact me through [github](https://github.com/JohnTendik/jtrt-tables/issues) it would be much easier and better for communication.
Thanks
JohnForum: Plugins
In reply to: [JTRT Responsive Tables] Tables won't saveHello HMiller
Thank you for using my plugin and providing feedback.
I have an idea as to why your tables are not saving. Could I possibly get a copy of your csv file to test it out? It shouldn’t matter anymore whether or not you use a mac or windows, I changed the converter plugin for v3 which is a lot more advanced.
While I’m waiting on the CSV, I’ll do some testing and get back to you if I can replicate the issue. Also one more question, did you possibly upgrade from a previous version? Or did you fresh install the newest version of the plugin?
Thanks
JohnForum: Reviews
In reply to: [JTRT Responsive Tables] errorHi xbejard,
Thank you for the feedback, unfortunately the reason this issue is occurring is most likely due to your PHP version. Please see this support ticket for more info: support ticket
If I could maybe ask you to confirm your server’s PHP version, I can maybe narrow the issue down further and look for a fix. However, the best fix would be to simply update your PHP environment because its also important for security as well.
Thanks
John