Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #328582

    I have had to disable most of these – they conflicted badly with my setup and the layout was not good at all

    But since the update the maps feature on each of my single events has died as well – I just get a grey box now

    Example: http://natureslens.co.uk/event/birds-of-prey-seasonal-workshop-oct-2014/

    #329165

    Hey DavidMiles!

    You can remove the integration by commenting out this line in your functions.php:

    
    require_once( 'config-events-calendar/config.php' );			//compatibility with the Events Calendar plugin
    

    Cheers!
    Devin

    #329279

    Cheers Devin – is there some new styling that is hiding my google map on events – it was there before but is gone now

    #329843

    With the theme’s events calendar changes commented out there should be nothing different from before.

    Check your plugin settings however in case they were altered.

    #330191

    Is there anywhere I can grab v 2.9.2 from – to step back a version and see if it is the new theme although I am not convinced it is

    #330756

    Hey!
    Devin is correct, once commented out there should be nothing in the theme that affects your event calendar. However I noticed that the google maps element simply lacks a height value. Not sure why this is, probably a plugin issue but you can fix it if you add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->General Styling:

    .single-tribe_events .tribe-events-venue-map > div {
    min-height: 300px;
    }
    

    Best regards,
    Kriesi

    #330909

    Hey Kriesi – there appear to be other people on the Tribe forums with these issues – my mistake was doing the theme upgrade and the Events Calendar upgrade simultaneously

    #330910

    Yay – your fix worked – it doesn’t fill the box – but at least it shows now – http://natureslens.co.uk/event/scottish-grouse-photography-holiday-2/ – hopefully Tribe will look into it and locate what broke in 3.8

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Events Calendar Additions’ is closed to new replies.