Google Map not Showing
-
Hi,
First of all, congrats on the nice plugin and really nice features.
I have a problem regarding the view of the map on the single event page.
The map doesn’t show up at all if the Template is set as “Default Event Template”. If I change the template to the “Default Page Template”, the map appears, but if I click to go back to the Events Pages, the template with the calendar isn’t loading up (I know that’s because I have to use the Events template).Here is a little snippet of the working code inside my templates default page:
<section id="main"> <?php woo_loop_before(); if (have_posts()) { $count = 0; while (have_posts()) { the_post(); $count++; woo_get_template_part( 'content', 'page' ); // Get the page content template file, contextually. } } ?> </section>
If I insert the code above in the default template, the map will load up as it should, but the template for the calendar won’t load up (just the single event is working). Any suggestions on what I can do to load up the map in the plugin?
The WordPress Template I’m using is called: La bomba, wordpress is up-to-date
Thank you!
- The topic ‘Google Map not Showing’ is closed to new replies.