-
AuthorPosts
-
January 20, 2021 at 4:48 pm #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
SylvieJanuary 21, 2021 at 10:54 pm #1274539Hey 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,
IsmaelJanuary 25, 2021 at 11:48 am #1275230Hello 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
SylvieJanuary 26, 2021 at 8:20 am #1275414Hi,
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,
IsmaelJanuary 26, 2021 at 1:47 pm #1275480Hi 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
January 28, 2021 at 4:33 am #1275933 -
AuthorPosts
- You must be logged in to reply to this topic.
