Hi,
thanks for your question.
Sounds like you are looking for this TablePress Extension: http://tablepress.org/extensions/table-ajax-refresh/
Regards,
Tobias
Thread Starter
mjawa
(@mjawa)
Wow…I feel somewhat dumb now…I somehow completely missed that while looking through the site. You’ve truly thought of everything!
Thank you so much! This is a great help, I’ll have to talk my boss into sending you a donation soon. You’re awesome!
Cheers,
Manny
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
And thanks for wanting to donate, I really appreciate it!
Regards,
Tobias
But sir this extension is not working on my localhost. Please help!!!
Hi,
thanks for your post, and sorry for the trouble.
Can you please provide some details? What exactly is not working? Are you seeing error messages in the JS console in the brwoser?
Regards,
Tobias
Sir, There is not showing any error.
Hi,
ok, then please check if the Extension is really installed and activated as a plugin, and that the table Shortcode has the necessary parameter.
If that’s not it, please try to set up a test site on the internet, where I can then take a direct look. Debugging this on your localhost is not really possibe 🙁
Regards,
Tobias
Sir, It’s working on my one website but I don’t know why it’s not working on another website. Is there may be other problem?
Hi,
I would really need to investigate this directly on that other website, but I can only do that if that site is publicly available and if you post a link.
Regards,
Tobias
Please check this link which is not working correctly
http://www.newsyaps.com/election/
Hi,
from what I can see, the problem is some JavaScript code in your theme, in the file /wp-content/themes/alyoum2/library/js/scripts.js
At the end, it has this code
jQuery(document).ready(function() {
"use strict";
var inputs = document.getElementsByTagName("input");
for(var i = 0;i < inputs.length;i++) {
if(inputs[i].getAttribute("type") === "text") {
inputs[i].setAttribute("x-webkit-speech");
}
if(inputs[i].getAttribute("type") === "email") {
inputs[i].setAttribute("x-webkit-speech");
}
}
});
which however has a bug in the setAttribute calls, where the value is missing.
Please try again after removing that code.
Regards,
Tobias
Thanks Sir, Now it’s working…
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!