Viewing 15 replies - 1 through 15 (of 31 total)
  • Hi there mccuedan! Thanks for the note, and for your words…glad to hear you’re using the plugin. Though it’s a shame to hear you’re having problems. We have had a few reports of this in the past and usually, one of the suggestions I’d offer right off the bat can help:

    * It could be a permalinks-related issue. Resave your permalinks page to reset them.
    * Make sure you’re running the latest version of the plugin (2.0.6).
    * Try to identify whether this is a conflict with another plugin. You can do so easily by deactivating any other plugins you’ve got active and checking whether the issue persists.
    * If it isn’t a plugin conflict, it may be a theme one. If after deactivating all other plugins the issue persists, please revert to the default 2011 theme and test whether it’s an issue there.

    Let me know how that goes, particularly after the final two steps. If you’re still having issues from there I can try to keep troubleshooting.

    Thread Starter mccuedan

    (@mccuedan)

    @roblagatta,

    Thanks for the reply. Resetted permalinks, running 2.0.6, deactivated and reactivated plugins, and switched themes.

    It’s a theme issue. (I suspected this.) We use WPZOOM Academica. (Documentation: https://www.wpzoom.com/documentation/academica) Any ideas on how to troubleshoot and reconcile the theme issue?

    Hey mccuedan,

    We can’t really do anything without being able to test with WPZOOM. Can you email me a copy to evaluate things? Please email to jonah [at] tri [dot] be

    Thanks,
    Jonah

    Hi mccuedan,

    Thanks for sending the theme. It looks like there’s an error in the theme when trying to view single events. Here’s a screenshot: https://cl.ly/3w453l2N2U2Z2g2T1v0G

    I found if you modify /wp-content/themes/academica/functions/wpzoom-functions.php line 328 to:

    if('tribe_events' != get_post_type()) {
            echo get_category_parents($cat, TRUE, ' ' . $delimiter . ' ');
          }

    That seems to fix it. If you pass this on to WPZOOM maybe they can patch their theme.

    Does that work?

    – Jonah

    Hi! I have the same issue with Wpzoom’s Morning theme.
    Would you know hot to fix it?

    Thanks!

    Thread Starter mccuedan

    (@mccuedan)

    @nixnix,

    Try this first:
    Open wpzoom-functions.php and find this line:

    if (!is_attachment()) {

    change to:

    if (!is_attachment() || get_post_type() == ‘post’)

    If that doesn’t work, email Dumitru ([email protected]). Very helpful and got it fixed.

    Thanks for the tip, mccuedan! We appreciate you helping out a fellow user-in-need.

    nixnix, that get you where you need to be? If you still have any questions here, it sounds like Dumitru’s email might be a good starting point…but we’re always happy to help in whatever capacity we can on the Modern Tribe side as well. Let us know.

    I’m having this same issue with the theme i’m using now.

    Hi there ansonaswat. Thanks for the heads up. Which issue are you faced with, specifically? And what’s the theme you’re using? A link to the site-in-question would be helpful in attempting to diagnose this for you.

    I have a similar problem, yesterday I installed the newest free version of The Events Calender. When I attempt to create a new event and publish it, the event does not display on the calender or the list of upcoming events. On the admin side, it says “no events found” even though it shows that (N) events have been published.

    I searched the forum and I think perhaps the problem is with my theme: https://themeforest.net/item/nimble-multipurpose-retina-ready-wordpress-theme/3009347

    Somneone can help me?

    Thanks for the note on this, anyel. While we cannot guarantee that the plugin will work nicely with every theme out there, we’re happy to take a look at what might be wrong with this theme (or wrong with how our code is interacting with the theme) to see if there’s something we can improve on our end. Mind sending a copy of it over to pro /a/ tri.be for testing purposes?

    You may also want to reach out to the theme dev, to see if they have any ideas. Should they note something is broken or missing in our plugin, or if we’re going against WordPress best practices, we will definitely correct the plugin as needed. Thanks!

    I am having the same issue as @mccuedan was having. I am also running WPZOOM Academica.

    I have spend the good part of my day searching online and trying to figure this out. I think the structure has changed somewhat from 8 months ago suggestion.

    Can someone please assist.

    https://lawilsonalumni.com/events/
    (click on an event, and nothing is showing).

    We are interested in getting the PRO, and using the Community componant, but before we can spend $100, we need to know that it will work on this or anyother WPZoom Template.

    Thanks.

    Thread Starter mccuedan

    (@mccuedan)

    @robertovaldivia, reach out to the designer of WPZoom. He was able to fix the coding.

    I am having the same problem. I am using theme Custom Community By Themekraft. I think that the problem is not the theme though. I need to set the calendar to be visible to all. This is so because as long as you are logged in at any level, and set to read from the event creator, you can read the calendar. As soon as you log off nothing is visible.

    In my case I found plugin conflict. As I deactivated Role Scoper everything became as normal

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