I figured everything with TablePress was good… given the update to Table2Chart and the start of the issues. I just hope he can sort things out.
Thanks for your efforts… more donations coming soon!
Ugh… I got it working.
1. I rolled back to the original version of the plugin.
2. Copied the highcharts.js to a local folder on my website.
3. Modified table2chart.php (line 51) to reflect the new location of the highcharts.js
Line 51:
Original: wp_enqueue_script(“highcharts”, “http://code.highcharts.com/highcharts.js”,array(“jquery”),null,true);
New: wp_enqueue_script(“highcharts”, “http://domain.com/folder/highcharts.js”,array(“jquery”),null,true);
Thank you very much for your debugging.
Unfortunately I am unable to see the bad encodes in the linked page (indeed I see no encodes at all). Has it changed?
Hi,
good to hear that reverting like this helped!
@rinaldi: The encoded characters are gone for me now, too.
Regards,
Tobias