calendar looks strange when I upgraded to pro version

Home Forums Calendar Products Events Calendar PRO calendar looks strange when I upgraded to pro version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42035
    Jacci
    Participant

    Hello,

    I upgraded to the pro version and now my calendar page looks quite strange. How can I fix this? Also I’d like to display the calendar on my homepage below the slider. How might I be able to do that?

    #42065
    Jonah
    Participant

    Hi Jacci,

    It looks like you’ve got some CSS issues that are messing with things. I see some custom CSS you’ve added (or someone else has) that is putting a 150px margin on either side of the calendar (the #tribe-events-content div to be specific). This needs to be removed so the calendar is full width. There may be some other things but that’s one of the most obvious. This is nothing the update would have done, it must be something else that changed that prevented these issues from showing before.

    As for getting the calendar on the home page, the only way to do this is with a PHP include that you place somewhere in your theme’s templates (probably page.php) like so:

    include('wp-content/plugins/the-events-calendar/views/gridview.php');

    I hope that helps but let me know if you need anything else!

    – Jonah

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘calendar looks strange when I upgraded to pro version’ is closed to new replies.