Using Default Page Template with Events Calendar Pro

Home Forums Calendar Products Events Calendar PRO Using Default Page Template with Events Calendar Pro

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #769304
    Robert Pregulman
    Participant

    We are using your Pro plugin (V 3.7) on a site we are building using Genesis w/ a Child Theme on the latest version 4.0 of WordPress. Under your options for Events Template we have chosen “Default Page Template” because we want the sidebar to show and YOUR default event page is full width only. It is working beautifully, except that it is putting breadcrumbs at the top left. In our Genesis Theme Settings we have disabled breadcrumbs (except on posts) so breadcrumbs should not be showing — but your plugin seems to be ignoring this. Even if we turn it off for posts as well it doesn’t fix the issue. Ìf there were a page id associated with the events page that your plugin auto generates we could use CSS to identify just that page and remove breadcrumbs that way but there doesn’t seem to be a page id.

    Any thoughts on how to fix this?

    #769915
    Josh
    Participant

    Hello seattledog,

    Thanks for reaching out to us!

    That is definitely strange that the Genesis settings are being ignored. There are a couple of ways to correct this:

    1. <span style=”line-height: 13px;”>If you would like to go the CSS route, the body class has “tribe-theme-parent-genesis” added to it that can be used to target content on all Tribe Events generated pages. </span>
    2. You could manually remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' ); based on whether or not the page is a Tribe page using the tribe_is_event_query conditional. This can be added to your child theme’s functions.php file.

    I’m sorry I wasn’t able to give you a direct response however I hope this was able to point you in the right direction.

    Thanks!

    #958992
    Josh
    Participant

    Hey seattledog,

    It’s been a while since we’ve heard from you on this thread.

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Using Default Page Template with Events Calendar Pro’ is closed to new replies.