Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Brian

    (@brianjessee)

    Hi,

    Sorry for the issues. I visited your site and see what you mean.

    Does Avada have any kind of archive settings that could hide the calendar?

    Thread Starter ivansa

    (@ivansa)

    I don’t find any setting related. I’ve tried:
    – reset all Avada’s settings
    – install previous versions of The Event Calendar
    Nothing seems to solve the issue.

    Any idea?

    Thanks for your help.

    Hi @ivansa,

    Not sure at all about what’s happening here ?? But there are a couple of things you might want to try:

    – Re-save permalinks -WP-Admin > Settings > Permalinks > Save Changes.
    – Check if you have a page or post with the ‘agenda slug’, if that’s the case unpublish it, re-save permalinks and try again.
    – I’m sort of able to see the calendar here: https://www.escolaelturo.cat/agenda/llista/, seems that the query is being altered in some way by the theme ??

    Hope this tips help you out bit… Have you tried to contact Avada theme developers on this?

    Best,
    Nico

    Thread Starter ivansa

    (@ivansa)

    Hi Nico,

    I’ve tried all your ideas, and also changing calendar slug and re-save permalinks. The issue is still there.
    But I’ve found out I can see the calendar in this link https://www.escolaelturo.cat/?post_type=tribe_events with some strange events above. You’ll see the calendar on the bottom. Any idea?

    If not, let me know and I will contact Avada theme support.

    Thanks.

    Hello!

    It appears you are on Avada 3.7.4, we just added full design integration for The Events Calendar in 3.8.7, if you update to that version this issue should be resolved.

    We’ve replied in your ticket as well. Please follow up there if you have further questions, we can check it quickly.

    Thanks!

    It appears your slug is agenda and page name is agenda so there is a conflict there.

    Thread Starter ivansa

    (@ivansa)

    Which page name is agenda? I don’t see any page “agenda”.
    I see you changed slug to “agendas” and the issue is still happening. So that’s not the problem.
    I’ve updated to Avada 3.8.7 and the issue is still happening.

    I look forward for your help.
    Thanks

    Plugin Author Brian

    (@brianjessee)

    Hi ivansa,

    Please try this snippet to remove that message:

    // remove slug conflict admin notice
    if (class_exists('Tribe__Events__Admin__Notice__Archive_Slug_Conflict')) {
      remove_action( 'admin_init', array( Tribe__Events__Admin__Notice__Archive_Slug_Conflict::instance(), 'maybe_add_admin_notice' ) );
    }

    Add it to your theme’s functions.php.

    Be sure to backup your site before making any changes just in case an issue comes up.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Last version of The Events Calendar is not showing with Avada Theme’ is closed to new replies.