Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not 100% sure how yet – I’m still working through their structure. But take a look here:

    http://docs.tri.be/Events-Calendar/

    In particular the call: tribe_event_featured_image

    With some formatting and such you should be able to get it setup to display the image.

    Hi plotino,

    Do you use Avada as your site template?

    Had same issue – my fix was to remove the API call for Google maps in the Avada footer.php file. This will only work though if you do not need a map displayed on any other page using the built in map that comes with Avada. If you use the built in contact page with the map or display a map on any other page/widget then you cannot remove this.

    The problem is the conflicting API calls – only way I can think to get it to work with both, would be to duplicate the Avada footer.php and leave footer.php alone, rename your duplicate to maybe footer2.php – remove the Google API call from that. Then create a new template file to assign to the events pages that calls the new footer2.php instead of the Avada default footer.php.

    I’m sure you could modify the API call in the footer to an IF statement to not load if the events template is used, but I’m not savvy enough for that one!

Viewing 3 replies - 1 through 3 (of 3 total)