• Resolved mister klucha

    (@mister-klucha)


    Hi all
    How to add a margin between map and directions. Look to the pic to see my problem.

    [URL=https://www.hostingpics.net/viewer.php?id=951187Capture1.jpg][IMG]https://img15.hostingpics.net/thumbs/mini_951187Capture1.jpg[/IMG][/URL]

    My flexible-map is set like this :
    <div align="center">[flexiblemap center="44.917548,-0.2409" address="Allées Boulin 33500 Libourne" width="90%" height="400" zoom="13" title="Auto-école Auto Moto Apprentissage" description="Au c?ur de Libourne sur l'artère principale, à deux pas du Lycée Max Linder" hidemaptype="true" hidepanning="false" hidestreetview="false" hidescale="true" scrollwheel="false" draggable="true" dblclickzoom="true" link="https://ama.kegtux.org" directions="true"]</div>

    https://www.ads-software.com/extend/plugins/wp-flexible-map/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author webaware

    (@webaware)

    G’day,

    The directions are inside a div with class flxmap-directions, so add some CSS to your theme to pad it how you like:

    .flxmap-directions {
        margin-top: 1.5em;
    }

    Alternatively, you can add a div anywhere you like on the page, give it an ID, and then tell the map to use that div:

    [flexiblemap center="44.917548,-0.2409" title="example" directions="my-dir-div"]
    
    Below the map is a directions div.
    
    <div id="my-dir-div"></div>

    cheers,
    Ross

    Thread Starter mister klucha

    (@mister-klucha)

    Hi
    Thanks for support.
    It’s works fine.
    Keep the good job.

    At the same time, about fr translation, in french typography, colon must be set like this :
    “space”:”space”, colon can’t be close to text or whatever. Explained here for example (https://www.synapse-fr.com/manuels/PONC_2PT.htm ).

    Thanks for helping me.
    Best regards

    Plugin Author webaware

    (@webaware)

    Thanks for the fr translation tip! I get practically zero feedback on translations, and I’m sure they’re full of bad because I just pushed them through Google Translate ??

    cheers,
    Ross

    Thread Starter mister klucha

    (@mister-klucha)

    Is it possible to deleted or edit the firts post ?
    Why ?
    I forgot to deleted the name of my future company when posting. And if one of my future customer looks for my businness in google, he will find me developping my website.
    That’s a part i don’t want to show to my customers.
    More, my company is not yet created, and the name could be stolen, or my competitor could find me too early.
    Then:
    My question is it possible to edit it or delete the first thread ? : or a part of it :
    the title_tag, description and link.
    Best regards

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I’m sorry but that’s only done in an extreme cases.

    https://codex.www.ads-software.com/Forum_Welcome#Deleting_.2F_Editing_Posts

    Yours is not an extreme case.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Margin between map and directions’ is closed to new replies.