Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1274111

    Hello,

    In my footer, I have a Google Map, and in the Bubble Info content I put the name of the company with his “Alter & Go”.
    The pb I have is, the Bubble info appears online like “Alter & Go”.

    Do you know how to code it please?

    Thanks in advance
    Best regards
    Sylvie

    #1274539

    Hey Silvi33,

    Thank you for inquiry.

    Could you explain the issue a bit more, maybe provide a screenshot or a link to the page so that we can understand the problem? You could add the site info in the private field, and use imgur or dropbox for the screenshot.

    Best regards,
    Ismael

    #1275230

    Hello Ismael,

    Sorry, it’s sometimes difficult to explain in a foreign language ;)

    Basically, the content appears like “Alter & Go” and it should appear “Alter & Go”.

    I have added a screen shot.

    Thanks for your help.

    Best regards
    Sylvie

    #1275414

    Hi,

    Thank you for the clarification.

    Looks like the theme automatically encodes the symbols for some reason. You may need to use the actual “and” word instead of the symbol.

    Or try to modify the themes\enfold\config-templatebuilder\avia-shortcodes\google_maps\google_maps.php around line 964 and remove the wpautop and the avia_remove_autop function wrapping the $shortcode[‘content’] variable, so..

    $data['marker'][ $key ]['content'] = wpautop(ShortcodeHelper::avia_remove_autop( $shortcode['content'], true ) );
    

    .. would be.

    $data['marker'][ $key ]['content'] = $shortcode['content'];
    

    Best regards,
    Ismael

    #1275480

    Hi Ismael,

    Thanks for your help . I have tried to modify google_maps.php file, but the pb is still here.

    Is there another solution ?

    Best regards

    Sylvie

    #1275933

    Hi,

    Thank you for the update.

    Did you purge the cache after doing the modification? Please post the WP and FTP login details in the private field so that we could test it.

    Best regards,
    Ismael

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