Support » Plugin: ImageMapper » Large Grey Area Over the Popup

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Spike

    (@spikefinned)

    Hi,

    It seems that there are some style definitions that conflicts with the jQuery UI Dialog widget ImageMapper is using. It might be that some plugin or theme is causing this. Can you try to disable other plugins and check if it helps?

    Spike

    Thread Starter bc42

    (@bc42)

    Thanks for getting back to me. I disabled all plugins. Both one at a time and all at once. No joy. The template that is being used is Widescreen by Graph Paper Press. When I activated one of the default templates the issue went away. Any idea how to work around this?

    Plugin Author Spike

    (@spikefinned)

    I investigated it a bit, but couldn’t figure out where’s the problem. There’s one element that causes all that and no matter what I try it never starts to work. And I cannot find any logic behind its behavior, it’s like a browser’s rendering bug.

    However this issue can be fixed with completely hiding the element. If you can access the stylesheet of your style, please add this there:

    .imgmap-dialog .ui-dialog-titlebar {
    display: none;
    }

    This removes the gray header bar completely. I hope you get it working.

    Thread Starter bc42

    (@bc42)

    Getting there. The grey field is gone but now the image renders quite small.

    Screenshot

    Thanks agin for all your help.

    Thread Starter bc42

    (@bc42)

    Is there any way to simply make the tooltip clickable? I realize that it would no longer be a tooltip but it renders properly and I have about 120 plots of land to outline.

    here is the link to the page to see exactly what it’s doing and the scale of what I need to map.

    Site

    Plugin Author Spike

    (@spikefinned)

    Hello,

    I released a small update now that introduces an alternative layout for the popup window. After updating you can switch to the new layout in Image map settings page.

    To be honest I’ve got no idea why the old layout didn’t work, but this update should fix it.

    Spike

    Thread Starter bc42

    (@bc42)

    Yep that fixed it. Thanks a lot.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Large Grey Area Over the Popup’ is closed to new replies.