MONTH and WEEK view title bug

Home Forums Calendar Products Events Calendar PRO MONTH and WEEK view title bug

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #95695
    Steve Shoffner
    Participant

    hey there, i am finding that the title of the first event on the MONTH or WEEK view (only) shows up under the logo of the site? i also have the evenbright plugin from your products so i dont know if this is generated from there or from the calendar plugin

    #95696
    Steve Shoffner
    Participant

    http://trelosangeles.com/events/month/ is the link that i forgot to paste

    #96024
    Barry
    Member

    So there are a few options you could explore here.

    One would be modifying your theme so that the post title isn’t displayed (in that position) if certain sorts of event view have been requested, which you could test for using conditionals like tribe_is_month().

    This also looks like something you might also be able to resolve by adding the following line within your wp-config.php file:

    define( 'TRIBE_MODIFY_GLOBAL_TITLE', true );

    The reason you have to add this – ie, why it isn’t enabled by default – is because it can cause problems on some themes, but you can certainly give it a try: do either of those approaches work for you here?

    #101457
    Barry
    Member

    Hi! It’s been a while with no follow up so I’ll go ahead and close this thread. If you still need help with this or anything else please do create a new thread. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘MONTH and WEEK view title bug’ is closed to new replies.