Dear support members,
I’m having a problem with a Google Map within a widget on my index page.
There are two paragraphs of code on top of the map.
I need to delete that, please.
Thanks,
Miguel
Hi Mkieling!
Please try this out, https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-324190.
Cheers!
Elliott
Dear Elliott,
I tried but it but it didn’t work for me.
Could you please send specific instructions?
Many thanks,
Miguel
Hey!
Send us a WordPress login and we’ll take a look.
Best regards,
Elliott
Hi!
It doesn’t look like you did the edit correctly. Open up /enfold/framework/php/class-framework-widgets.php and change line 1322 from this.
$content = mysql_real_escape_string($content);
To this.
$content = esc_sql($content);
Best regards,
Elliott