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