Viewing 4 replies - 46 through 49 (of 49 total)
  • Thread Starter bruceleeon

    (@bruceleeon)

    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!

    Thread Starter bruceleeon

    (@bruceleeon)

    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”, “https://code.highcharts.com/highcharts.js”,array(“jquery”),null,true);
    New: wp_enqueue_script(“highcharts”, “https://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?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    good to hear that reverting like this helped!

    @rinaldi: The encoded characters are gone for me now, too.

    Regards,
    Tobias

Viewing 4 replies - 46 through 49 (of 49 total)
  • The topic ‘Graphing’ is closed to new replies.