• Resolved hodihu

    (@hodihu)


    Hi!
    All my markers on the map are shown with a white frame and a black border ( https://www.wehners-roesterei.bio/test-2/ ). The preview-map at the dashboard shows the markers correct transparent and withour any frame.

    Also, only two of the color schemes are displaying in preview and also when embedded in a page. The others are showing as a grey area with only the markers visible.

    Any hints?!

    But beside my problems: great plugin! ??
    Holger

    The page I need help with: [log in to see the link]

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

    (@b4after)

    Hi Hodihu,
    It seems that there is CSS conflict, in your theme css files (themes/artificer/styles/brown.css and themes/artificer/style.css).
    In line 1141 there is:

    .post img, .type-page img, .post img.thumbnail, .type-page img.thumbnail {
        padding: .327em;
        border: 1px solid #d0c7c0;
        background: #fff;
    }

    You can try add custom CSS like:

    
    .ba_map_holder img {
        border:  0;
        background: transparent;
    }

    We will update plugin in next few days to eliminate this bug.

    Thread Starter hodihu

    (@hodihu)

    Thank you. I think, I will wait for the update ??

    Plugin Author b4after

    (@b4after)

    As Yo wish ??

    Thread Starter hodihu

    (@hodihu)

    Hi!
    Though we did the update of the plugin, the markers are still showing with a border. Then I added the CSS-section “.ba_map_holder…” too, but the borders are still alive. Any ideas? That’s the page:
    https://www.wehners-roesterei.bio/verkaufsstellen/

    Sincerely
    Holger

    Thread Starter hodihu

    (@hodihu)

    Will there be a update that fixes the borders of the markers?

    Sincerely
    Holger

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Markers are shown with border’ is closed to new replies.