Yes Please tell us how to remove this.
Found it. Have been searching for the past two weeks.
in public/includes/productsize-chart-contents.php line 58
There’s an extra space ( ‘ id=modal1Title )
Change
<‘.$title2.’ id=”modal1Title”>’.__($title,$this->plugin_name); $title2.’ >’
To
<‘.$title2.’id=”modal1Title”>’.__($title,$this->plugin_name); $title2.’ >’
Actually @soulonfiya
Line 57, 58 are working for me, I had problem with following lines
86 echo echo '<div class="add-chart-2">
87 <'.$title2.' id="modal1Title">'.__($title,$this->plugin_name).'</'.$title2.'>';
As Temporary fix I commented them out.
I was able to remove the issue by removing the space on line 58 of the file above, same as @soulonfiya.
Can we please get this fixed in the plugin permanently? Please?
Sorry I’m totally new. How do i find line 58