Viewing 15 replies - 16 through 30 (of 31 total)
  • I was having the exact same problem with the Academica theme.

    The offending breadcrumb code has now moved to /wp-content/themes/academica/functions/theme/functions.php

    Rather than explicitly test to see if the post type is ‘tribe-events’, I’ve wrapped the code in a test to see if there is a category at all – which should sort it for all plugins using custom post types and not just Events Calendar.

    So, lines 145-148 now read:

    if (has_category()) {
          $cat = get_the_category(); $cat = $cat[0];
          echo get_category_parents($cat, TRUE, ' ' . $delimiter . ' ');
    	  }

    Glad to hear everyone in this thread seems to be sorted, and thanks to everyone who came back and shared what worked (or didn’t work) for them. Let us know if you guys need anything else down the road. Thanks for using The Events Calendar!

    Hello!

    I am having the same issue and I checked everything like you suggested in the first thread response. I am using HotNews (a wordpress newspaper theme) from themeforest. Could you please help me to view the events in the calendar field?

    https://www.goodlooknout.com/events-3/month/

    [email protected]

    Hi goodlooknout,

    What is the problem you are having? Can you provide more detail?

    Thanks,
    – Jonah

    I cant see the events in calendar view.

    Hi goodlooknout,

    Do you have any events in Feb? I see events when I proceed to March…

    – Jonah

    ohh yeah and the widget wont display…..

    Which widget, where? I need more details otherwise I have no idea what you’re talking about.

    Wow, everything is working now?!?!? Sorry for the lack of information. Last night, nothing was working. However, I did delete some plugins and never went back to events calendar to see if it worked afterwards.

    Ok, my only other question would be how could I get the overlapping of space on the calendar view? When you look at March dates, its overlapping onto the right side module.

    Hi goodlooknout,

    Glad things are working now! To fix the overlapping, you’ll need to play with the CSS a bit and it’s not something we can help you with here. If you want support with customization stuff like that, you’ll need to buy a license: https://tri.be/shop/wordpress-events-calendar-pro/

    Cheers,
    Jonah

    If I purchase this will I have to know extensive coding to fix this issue or will there be documentation for an issue like this? Sorry, I’m still a beginner at this stuff!

    Hi goodlooknout,

    If you purchase a license we will be able to help out a bit more with this issue, providing you some more examples and code samples of things you can try. But, you’ll still need to do some of the legwork yourself and you may ultimately need to hire a developer to help you with more involved customizations you need. This particular issue shouldn’t involve too much coding, mainly just some CSS stuff, but may also require digging into the templates a bit which will involve some PHP/HTML modifications.

    Our documentation is free for anyone to look at now: https://tri.be/support/documentation/

    I hope that helps, let me know if you have any other questions.

    Thanks,
    Jonah

    Jonah,

    I understand. I just upgraded to the PRO and downloaded it. How do I request more examples and code samples now that I am licensed?

    Hi goodlooknout,

    Excellent, I’ll do my best to assist you or someone else on the forum will. Please re-post the issue to our PRO forum @ https://tri.be/support/forums/

    Thanks!

    – Jonah

    DONE!

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘[Plugin: The Events Calendar] Events not showing’ is closed to new replies.