• Really great little plugin but needs a fix to remove the < id=”modal1Title”> text from the chart.

Viewing 1 replies (of 1 total)
  • I agree. I actually fixed this myself and I’ll tell everyone how if you’re comfortable with FTP and using a file editor like Notepad or I prefer Notepad++. Use an FTP program to download the file productsize-chart-contents.php in the productsize-chart-for-woocommerce\public\includes directory. Now search for the code that says

    if($assets['chart-2']):
    
    $title2=$assets['chart-2'][0]['chart-title-1'];

    change this to the following:

    if($assets['chart-2']):
    	$title=$assets['chart-2'][0]['chart-title-1'];

    I’m not 100% sure if this will work in all cases since I’m not the developer of the plugin, but it works for me and I hope it will work for you. If the plugin is updated it will overwrite this change, but hopefully the update will be to fix this, so it won’t matter. Hope it helps you!

    • This reply was modified 7 years, 8 months ago by pdennis33. Reason: Placed the first code paragraph on its own line
Viewing 1 replies (of 1 total)
  • The topic ‘Excellent but needs a fix’ is closed to new replies.