• Hi there,

    thank you for your cool plugin! I have a problem though:
    When clicking on “load maps” in the frontend, there’s only a white area with a hand-cursor. It only works as intended after re-loading the site two or three times. Can you help me please?

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Plugin Author AWEOS GmbH

    (@aweos)

    Hi @bduehrssen, we might found a solution to your problem.

    Your theme “salient” styles all <iframes> with an opacity of 0.
    located: wp-content/salient/style.css [LINE 3287]

    If you have knowledge of CSS, just overwrite it in your own .css file.
    You can also use the WordPress customiser to change the style.

    The problem should resolve if you use the following line in your CSS.
    This code should just target ‘aweos google maps’.

    
    .main-content .awmp-map {
      opacity: 1;
    }
    

    Thanks for reaching out!
    Sorry for the late reply.

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn’t load at first time’ is closed to new replies.