Display Map // Image not fully loading not centering
-
Hello,
Some people have faced to the same problem with the map…
The images aren’t fully loading:
Map in the post event
http://goo.gl/dIol0
Map in the widget
http://goo.gl/aWTzpMoreover, the map is not well center on the events:
Map on my calendar page works well except for the image loading
http://goo.gl/QxmlvMaybe it is related with the code i use to add the event into the loop (in function.php):
function add_event_type_to_query($query){ if( $query->is_main_query() && is_front_page() && in_array( 'event-organiser/event-organiser.php' , get_option('active_plugins') ) ){ $query->set('post_type', array('post','event')); } } add_action('pre_get_posts','add_event_type_to_query',5,1);Thank you for any advice,
jb
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Display Map // Image not fully loading not centering’ is closed to new replies.