plotino
Forum Replies Created
-
same problem.
Has something to do with the version 4.5 of wordpress?
It may be some pluging updated?Forum: Plugins
In reply to: [The Events Calendar] Google mapSorry I can not do that.
Forum: Plugins
In reply to: [The Events Calendar] Google mapYes
Forum: Plugins
In reply to: [The Events Calendar] Google mapForum: Plugins
In reply to: [The Events Calendar] Google map not showingfor this: in the pluing
wp-content/plugins/the-events-calendar/views/widgets/list-widget.php
for this: <h4 class=”entry-title summary”>
” rel = “bookmark”> <php the_title ();> </ a>
</ h4>
above and add this link:
<? php echo tribe_event_featured_image (null, ‘thumbnail’)>will be solved
Forum: Plugins
In reply to: [The Events Calendar] Google map not showingThanks for reply, I have solved the conflict was two Mennecke google API. thus:
add_action (‘wp_enqueue_scripts’, ‘tribe_dequeue_google_maps’, 11);
tribe_dequeue_google_maps function () {
wp_dequeue_script (‘gmaps’);
}
Now I wanted to get the thumbnails of the pictures in the list of events in witdgts, know how he could do?Forum: Plugins
In reply to: [The Events Calendar] Google map not showingmy site is not the map of google and I do not understand this solution.
I can not do anything?