Events Calendar Community Pro Genesis Theme Error – Please Help

Home Forums Calendar Products Events Calendar PRO Events Calendar Community Pro Genesis Theme Error – Please Help

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1022408
    brianjking
    Participant

    Hello,

    I’m attempting to get the Community Pro theme setup and have run into an issue and can’t seem to get their development team to respond. This is a Genesis Framework Theme built to specifically support The Events Calendar.

    I have the most recent Events Calendar & Events Calendar Pro plugins installed and activated on my site. I can confirm that the errors displayed in the Debug Bar plugin cease to exist when I follow the suggestion to eliminate theme overrides by renaming the folder, however, the page rendering issues are still present.

    Demo Site Single Event Page from Theme Developer
    Community Pro Theme Demo – Single Event Example

    Debug Bar Output on my site
    https://gist.github.com/brianjking/fb4393fc45d73e69b66b

    wp-content/plugins/the-events-calendar/src/Tribe/Autoloader.php:140 - wp-content/plugins/the-events-calendar/src/Tribe/Autoloader.php is deprecated since version 3.10! Use Tribe__Events__Main instead.
    require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/plugins/the-events-calendar/src/views/default-template.php'), tribe_get_view, include('/themes/community-pro/tribe-events/single-event.php'), spl_autoload_call, Tribe__Events__Autoloader->autoload, include_once('/plugins/the-events-calendar/src/deprecated/TribeEvents.php')
    #1022541
    Brian
    Member

    Hi,

    Sorry for the issues here. I can try to help out, but we are limited in supporting 3rd party coding.

    I do use Genesis myself though so I maybe to help out a little more.

    I am not experiencing this errors though on my test site.

    So it appears the theme templates for the events calendar are outdated and that is causing the errors.

    And because the theme has those overrides it looks like it has custom css too that causes the issue after the overrides are removed.

    Can you get me a copy of the child theme in a private reply? I will take a quick look and might be able to resolve the issue that way.

    Let me know.

    Thanks

    #1022628
    brianjking
    Participant

    This reply is private.

    #1022630
    brianjking
    Participant

    https://gist.github.com/brianjking/51333bfd3faabf3eb1f5

    https://gist.github.com/brianjking/db4a90201f71056bf9ed

    Here are the theme overrides. I’ve sent a private reply as well.

    Please, anything you can do to help would be greatly appreciated as I’m kinda FUBAR at the moment and need to deliver on this project right away.

    Thank you!

    #1022631
    brianjking
    Participant

    This reply is private.

    #1023095
    Brian
    Member

    Hi,

    The only issue I could find in this template:

    \tribe-events\single-event.php

    Changing this:

    <?php if ( get_post_type() == TribeEvents::POSTTYPE && tribe_get_option( 'showComments', false ) ) comments_template() ?>

    To this:

    <?php if ( get_post_type() == Tribe__Events__Main::POSTTYPE && tribe_get_option( 'showComments', false ) ) comments_template() ?>

    That removes the deprecated notice.

    Thanks

    #1023231
    brianjking
    Participant

    Hello,

    Thank you for the fix for the deprecated message, I can confirm that is working. However, my main issues with the template still remain and I’m baffled for how to fix them.

    1. Back button shows as Blue box without the text included in it
    2. Google Map shows very small and distorted
    3. In the demo the “Venue” and “Details” portions are in a single container that comprises a single column. However, in my template it’s showing as two
    4. Were these also true of when you attempted to install the Child Theme?

      Do you know of anyone, perhaps yourself, that would be interested in helping me fix it? At this point I’m likely willing to pay someone else as I do not have time at the moment to troubleshoot.

      Thank you so very much for your support up to this point and appreciate any additional assistance you can provide.

      Here’s the demo I’m referring to: http://demo.communityprotheme.com/event/church-in-the-park/

    #1023493
    Brian
    Member

    Hi,

    Unfortunately, that is beyond the support we can provide.

    I fixed the one error, but we are unable to provide support on custom theme templates this per our terms and conditions.

    We are unable to make the changes ourselves or be hired to do it.

    We do have this list of customizers that you might be able to hire to help:

    https://theeventscalendar.com/knowledgebase/find-a-customizer/

    #1075502
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Events Calendar Community Pro Genesis Theme Error – Please Help’ is closed to new replies.