Tagged: Google Maps Widget
-
AuthorPosts
-
November 21, 2014 at 2:59 pm #355181
This has only recently appeared on this site.
Suddenly the Google Maps Widget is not displaying properly:
http://bruehbar.de/kontakt/I have deleted the existing Widget and recreated it, but the problem persists.
November 21, 2014 at 3:01 pm #355182There is also a small error now when displaying a Post Category:
http://bruehbar.de/category/presse/November 21, 2014 at 3:06 pm #355193Hi!
Please update Enfold to the latest version 3.0.4 preferably via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitNovember 21, 2014 at 3:27 pm #355208FYI, I know about the auto-update WordPress rolled out. I have manually updated my theme already since the Update, and my Enfold is version 3.0.4
These mentioned problems are still persisting.
I’m sure you guys are stressed out with the update WordPress has pushed, so I understand that I might take some time to get a fix.
I look forward to your awesome support!November 21, 2014 at 5:56 pm #355355Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitNovember 21, 2014 at 6:11 pm #355377This reply has been marked as private.November 24, 2014 at 5:00 am #356461Hey!
Thank you for the info. Please refer to this link for a possible fix: https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-325088
Cheers!
IsmaelNovember 24, 2014 at 4:32 pm #356923Thank you, one problem is solved. Replacing this line:
$content = mysql_real_escape_string($content);
in themes/enfold/framework/php/class-framework-widgets.php
with this code:
$content = esc_sql($content);
fixed the error with the Google Maps Widget.
However the problem on the “Presse” page with the blog category display is still persisting.
November 25, 2014 at 7:25 am #357388Hi!
Please deactivate all plugins. The link markup is incorrect. Something, maybe a plugin, is adding another href attribute inside the href attribute:
<a href="<a href=" http:="" wunderwesten.de="" peter-dorndorf.html"="">Wunderwesten</a>
Regards,
IsmaelNovember 27, 2014 at 1:45 pm #358989I deactivated all plugins, then cleared my cache, but the problem still persists.
If I change the post type from Link to Standard, it works fine. The problem only appears when I make it into a Link post type.
Also, if I remove the html link in the post, then the problem disappears, but then the post doesn’t link to the site I want it to.
It looks “fixed” at the moment, but only because I have changed the post type to Standard.
November 28, 2014 at 12:05 am #359253Hi!
When you set the post format to link, all you need is the actual url on the text editor where you want to redirect the post. You don’t need to add the html link code. Is that what you’re doing? Instead of:
<a href="http://www.custom.link">Custom Link</a>
just add this:
http://www.custom.link
Regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.