Viewing 6 replies - 1 through 6 (of 6 total)
  • Same problem here. In one project it works just perfect, in the other one (own theme) the map won’t render.
    Do we need to add some theme support stuff to get it working?

    Allright I figured out the problem here. To me the jquery was not defined which means that this plugin needs an included jquery. In my case the jquery was included in the footer so because the plugin was complied before jquery itself there was no chance to display the map.

    Hope this solves your problem as well…

    Thread Starter hey_arshi

    (@hey_arshi)

    I am feeling lost here can you please tell what exact jquery code did you add?

    Try to include jquery (https://code.jquery.com/jquery-1.8.3.min.js) in your header file. Like <script type=”text/javascript” src=”jquery.js”></script>

    See the official documentation of jquery here: https://docs.jquery.com/Tutorials:Getting_Started_with_jQuery

    Tell me if it worked!

    Thread Starter hey_arshi

    (@hey_arshi)

    The code did’nt work but I know it was conflicting with the theme. So i use this code…
    #container img, #footer img, #slide img, #slider img, #aside img {
    visibility: visible;
    }
    Worked beautifully!

    Thread Starter hey_arshi

    (@hey_arshi)

    I am facing a huge problem. I love this plugin. But it is conflicting with the my hompage slideshow and breadcrumbs. So I had to deactivate it is there a way you can help bring this back without conflicting with the site as it wont work on IE7 AND IE8 everything else it looks great.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme Blvd Responsive Google Maps’ is closed to new replies.