Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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.

    #355182

    There is also a small error now when displaying a Post Category:
    http://bruehbar.de/category/presse/

    #355193

    Hi!

    Please update Enfold to the latest version 3.0.4 preferably via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #355208

    FYI, 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!

    #355355

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #355377
    This reply has been marked as private.
    #356461

    Hey!

    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!
    Ismael

    #356923

    Thank 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.

    #357388

    Hi!

    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,
    Ismael

    #358989

    I 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.

    #359253

    Hi!

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.