Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi,

    Is your map inside a jquery tab? If so take a look in your theme’s css for a class called:
    .ui-tabs .ui-tabs-hide

    If you alter the css here to be:

    .ui-tabs .ui-tabs-hide{
    	display: block !important;
        position: absolute !important;
        left: -10000px !important;
        top: -10000px !important;
    }

    See if that helps? Worked for me.

    Many thanks,

    Dan

    Thread Starter pricklepantz

    (@pricklepantz)

    Hello, yes it was inside jquery tab. I didn’t know it was the culprit though, i dont understand about coding so, taking it outside was indeed better solution 🙂
    Thank you so much!

    Hello,

    I’ve got the same problem, could not find any .ui strings in the css sheets. So i can’t add the lines mentiones above.
    Maybe someone can take a look @ http://erik.busgeropvollenbroek.nl/tutukaka/

    There is a [learn_more caption=”Locatie”] string where the map is shown.

    Does anyone know how to change it?

    Thanks in advacene

    I tried adding the suggested css to my CSS Stylesheet Editor, but it did not work. Any ideas on how to get this to work in a js tab?

    Thread Starter pricklepantz

    (@pricklepantz)

    @dtmp
    I had to move the map outside js tab

    I’d like to keep it inside the tab, since I have a different map in each of my 5 tabs.

    Im having the same issue, but my maps are inside an accordian menu: http://create.tuscorlloyds.com/contact-us/global-offices/

    I have noticed that when I reduce the height of my browser the maps fully load so not sure whats happening, any ideas?

    p.s. Ive tried the css code above which doesnt work for me.

    I have the same problem, can that be cause by the menu inside which the map appears?
    http://www.two-notes.com/photos/Capture%20d’écran%202013-02-14%20à%2009.53.12.png

    Thanks for your help!

    Alex,
    I use a theme called Voyage (from themefuse.com) and they have custom posts for the holidays. Your plugin does not work on these custom posts, that means the map plugin is not below the editor. For the normal posts/pages it’s below the editor, but not for these custom posts.

    Further more, the custom posts have content tabs and I want to put the google map in the content tabs. I have created the maps with your shortcode builder and posted it in the tabs. However, the map is shown only partly, only a tiny frame on the upper left is shown, the rest is gray.
    Any idea?

    thanks marc

    Yes same problem here and theme designer is not much of a help.
    Above fix didn’t work and I am stuck…. grrrr….
    http://www.criens.nl/index.php/where-am-i/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Map partially shown’ is closed to new replies.