Forum Replies Created

Viewing 15 replies - 121 through 135 (of 159 total)
  • Plugin Author MyThirdEye

    (@mythirdeye)

    Hello again govsocialmedia,

    I did a bunch of testing and could not reproduce the problem. The only time I was able to reproduce this problem is with a PHP environment running on version < 5.4. Can I ask that you confirm your PHP version for your website to make sure it isn’t below 5.4?

    If your PHP version is below 5.4, I highly recommend switching hosting providers. PHP 5.4 is really old, and is not even being supported by PHP itself at this point. Any version older than that is risking compatibility issues and most importantly risking security issues.

    Thanks again.
    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hey again,

    I did a test and yes the plugin is able to convert CSV files with over 2000 rows. However, because its such a large amount of data, wordpress rejects the content for saving in the backend. 😀 I will have to look into increasing my SQL table data size for this to work. I don’t know what the max row count is unfortunately. Also if you try to convert a large file with over 2000 rows, the conversion takes a little bit and the page stops responding, I should also add a loader for this so its not confusing 😀

    Thanks again
    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hello kristoto,

    First, thank you for using my plugin and providing feedback. 🙂

    Unfortunately I haven’t tested how many rows the table converter will handle, however I know it has an option to convert large amounts of data using service workers. I haven’t implemented this function into my plugin because I didn’t think there would be a need to convert such large files. However I can now see my assumption has been wrong 😛

    If you send me a copy of your CSV file I will do some testing and implement the service worker functionality for the next update.

    As for the automatically re-alphabetizing upon new addition, no, that doesn’t happen 😛 It will have to be manually moving the newly added row to the desired spot =( However, the tables can be sorted. So if your column header is “name”, you can sort alphabetically by clicking on the headers. (this is an extra step for the user)

    I may look into options where the table in the front end will automatically sort based on the column head upon load. Let me know if this is a feature you would be interested in.

    Thanks again for using my plugin and providing suggestions/feedback, it definitely motivates me to keep improving the plugin.

    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hello govsocialmedia,

    Thank you for bringing this to my attention however I’m not sure why it is throwing a fatal error. This code has been the same for a few updates, its weird it would throw an error now.

    Does this happen if you try to activate it again?

    Can I possibly get your wordpress version? I will try to replicate the problem. You said this was freshly installed so I’m assuming you didn’t update from a previous version of the plugin which helps narrow the problem down.

    In the meantime, I’ll do some testing on my end, to see if I can reproduce the problem and return with a fix if I can find one.

    Thanks for using my plugin and providing feedback!
    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Happy to report that this issue has now been fixed in the latest development version. I’m planning on releasing the update sometime today with a few extra features and bug fixes.

    The fix only works if you use the shortcode (which is recommended) so those who rely on the HTML code will have to manually import the scripts.

    Thanks again for the feedback & support ezp!

    Thread Starter MyThirdEye

    (@mythirdeye)

    Hi ancawonka,

    Thanks for the suggestion, I believe that will help me out a little bit. I’m using both shortcode and custom html in the page for the plugin, so the regex detects either the html or the shortcode. However, with your suggestion I think having the shortcode behave properly will be enough as the HTML case scenario is less used.

    Thanks again for the help!

    Plugin Author MyThirdEye

    (@mythirdeye)

    Doing some testing, I found out that the problem doesn’t happen if you use the normal content editor, but if you use the “divi builder” or whatever builder plugin Elegant theme uses, it wont load the scripts because the table code is coming through a different plugin so my plugin isn’t able to detect that there is a table on the page and isn’t loading any of the scripts.

    I’m looking into ways to solve this problem, in the meantime if you do my original suggestion which is to load the scripts all the time it may work.

    Thanks again for bringing this issue forward, I appreciate the feedback!

    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hey ezp,

    Thanks for trying this out for me, it definitely narrows my search down a lot. I’m also glad it wasn’t a silly mistake on my part 🙂 that would have been embarrassing, but they happen 😛 I’m going to download some EQ themes and see if all of their themes don’t like my plugin or just the Divi theme. They’re very popular theme makers, so it would suck to find out if all of their themes have errors with my plugin.

    Also don’t worry about the support ticket/review thing, its my pleasure. I really do enjoy helping people out and figuring out how I can improve the plugin for all users and support/feedback is the number one way I can do that. And I’m open to feature requests, so if you have any ideas on how to improve the plugin, I’m all ears 😀

    Thank you very much again for sticking through this with me and providing feedback/support. I’m happy we were able to solve the issue(somewhat) in a short time. Let me know if you have anymore issues or questions, I’d be happy to help out.

    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Thank you! I appreciate it, and don’t worry I see it as 5* too 🙂

    As for the theme, I just want to test whether or not if the theme is impacting the plugin some way or another. The best way to find out would be to unstack the table code, (have 1 as before) and then change the theme to something else. So reproduce the problem, but with another theme. If the table shows up fine without having to stack it using a different theme, then its probably safe to say it might be the theme causing the problem. If not, then its probably a silly mistake on my part which means I’m going code diving 😀

    It would be super helpful if you could try that out and let me know the results so that I don’t have to hunt down a free version of that theme 😀 If not, that’s fine also, no hard feelings 😛

    Thanks again for the feedback, support and review, I really appreciate it!
    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Oh wow that was fast 😛

    I think we were typing at the same time lol, I posted my long reply a minute after yours 😛 Don’t worry about the review, I understand. Sometimes my own programs make me mad so I can only imagine what other people feel 😀

    That’s a really odd situation, I’m really surprised and genuinely curious as to what may be causing this issue. You said it worked if you stack two tables on the page. This is interesting, I will definitely take another look at my code to see if I’ve done something silly.

    Thanks again for using my plugin and for the feedback, this will keep me busy for a little while 😛

    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hi ezp,

    Sorry you’re experiencing issues with the new update. I try to do a lot of testing before release but unfortunately there will always be some bugs and issues I miss. I’m only one person 😛

    As for your issue, please see my reply here:
    https://wordpress.org/support/topic/table-unable-to-sort-or-filter-unwanted-columnrow-labels?replies=4

    Thanks again for using my plugin! Let me know if you run into issues or have questions still 🙂

    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hey there ezp,

    First of all thanks for using my plugin and providing feedback! It helps me out when people come to me with problems so I can fix them for everyone using the plugin. It would have been nice if you opened the issue before the rating, but that’s ok I’m not upset.

    As for your issue, I checked out the link you gave me and immediately I saw that the scripts were not being loaded in properly. This is most likely a specific case issue as I have multiple wordpress test sites that seems to be working fine. I will download you Divi theme and try it out with that to make sure its not a theme compatibility issue. To narrow my search down I’d like to ask a couple questions.

    1) What version of wordpress are you running?
    2) Are there any plugins on your website that may be interfering with this plugin?

    For an absolute immediate fix, you can edit the jtrt_Tables > public > class-jtrt-responsive-tables-public.php file

    On line 142 you see this:

    $test_array = isJTRTonThePage();
    		if( !empty( $test_array ) ){
    			wp_enqueue_script( $this->plugin_name . "-vendor", plugin_dir_url( __FILE__ ) . '../dist/public/js/jtrt-responsive-tables-vendor-public.min.js', array( 'jquery' ), $this->version, true );
    			wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . '../dist/public/js/jtrt-responsive-tables-public.min.js', array( 'jquery' ), $this->version, true );
    		}

    Simply change the if statement to something that will always equal true. for example:

    if(1==1){//rest of code here}

    This will load the scripts on your pages whether or not the plugin detects a table on the page. This piece of code is so the scripts are not loaded in every page of your website. If you edit the IF statement as I said, it will make sure to load in the required scripts even if it can’t find a table on the page. This isn’t the best fix, but for now it should be sufficient as I do some testing. As I said I will download the Divi theme you’re using and test it out on my test website. If there is any other information you could provide for me that may be useful such as php version for your server, I’d love to hear it.

    Thanks again for using my plugin and I apologize you’ve run into some issues. For future notice its best if you create a support ticket on my github page as it will send me notifications when you reply.

    Please feel free to contact me if you have any questions.
    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hello clubedophotoshop,

    This is really unfortunate that my plugin is not working for you. I apologize for the inconvenience however if you could maybe provide some insight or feedback or information regarding the problem I would love to take a look at it and hopefully fix it so other users do not get the same error as you are.

    If you could open up an issue on github or provide some more info here it would help me out greatly!

    Thank you
    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hello HantuUK,

    I’m glad you were able to resolve the issue, I have been quite busy so its hard to respond in a timely manner.

    Do you mind me asking which theme you were using that caused the issue? I’d like to be able to do some testing to see if I can find a fix for it.

    Thanks,
    John

    Plugin Author MyThirdEye

    (@mythirdeye)

    Hi Robin,

    I apologize the images/html content within the tables is causing an issue. I plan on fixing this as soon as possible however in the meantime I think something extra might be messing with your images. If you added the data-type=”html” as an attribute to the column header, then it should be displaying the images.

    You only need to include data-type=”html” to the headers of the columns. Do you have any other table plugins active? Maybe there is some sort of compatibility issue.

    Do you have a link for me that I can maybe see and troubleshoot? Its just much easier to find issues if I can see the problem first hand.

    Thanks
    John

Viewing 15 replies - 121 through 135 (of 159 total)