Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter pedorie25

    (@pedorie25)

    Plugin Author Ian Dunn

    (@iandunn)

    Your theme’s CSS is overriding the styles for the map. See the FAQ for details.

    Thread Starter pedorie25

    (@pedorie25)

    Dear Ian,

    Thanx for the quick answer, but please can you help me a little bit?

    Can you tell me where i can find the solution.

    greets Peter

    Thread Starter pedorie25

    (@pedorie25)

    I see the FAQ now and i will try it…

    Thread Starter pedorie25

    (@pedorie25)

    Dear Ian,

    I’m sorry, but i dont get it right.

    I can paste the text:

    function setBGMPStyle()
    {
        wp_deregister_style( 'bgmp_style' );
        wp_register_style(
            'bgmp_style',
            get_bloginfo('template_url') . '/bgmp-style.css'
        );
        wp_enqueue_style( 'bgmp_style' );
    }
    add_action('init', 'setBGMPStyle');

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    but i don’t know where in the functions.php

    I made a empty .css and i put it in my theme directory (there is already a style.css),
    please help me one more time?

    greets peter

    Hi,

    I had this problem & now resolved thanks to post over at Drupal.org. It only occurs in IE (as with most problems, seemingly).

    Forget what you’re doing above. Get My Custom CSS Plugin and add the following:

    .gmnoprint {
      width: auto !important;
    }

    Job done.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Stroke over map?’ is closed to new replies.