Support

Home Forums Events Calendar Add-on EE4 Event calendar events don't show up

EE4 Event calendar events don't show up

Posted: June 10, 2017 at 1:25 pm


angelhealing2

June 10, 2017 at 1:25 pm

Hi,

When we switched themes, the calendar still shows up with the current day highlighted, but the events don’t show up at all.

The only way to get the events to show up is to enable filtering. However, you have to select “all” from categories and even then it still doesn’t show in mobile version.

Switching to an older theme DOES reenable the events.

Thanks for your help.


angelhealing2

June 10, 2017 at 1:28 pm

Further: There is a slight delay when the calendar shows before the events populate. This is also seen when filtering is enabled and category set to “Show all”. Since the “show all” command DOES enable the events in this new theme, is it possible that whatever action/script that displays events is not executing? If so , how to fix that?

Thanks


angelhealing2

June 10, 2017 at 1:30 pm

Finally, even when selecting “show all”, the mobile version just shows a grey outline box – it has the event in it, but the text is invisible. How do we make sure it’s visible in Mobile?


Tony

  • Support Staff

June 12, 2017 at 3:36 am

Hi there,

Are you setting any additional parameters on the shortcode or is it simply set as [ESPRESSO_CALENDAR]?

The delay you mentioned is the ajax request used to pull all of the information in, it is correctly being fired, however on page load 2 of the parameters are set to NULL which is not expected.

No events – http://take.ms/WWxUi

Events (selecting ‘show all’) – http://take.ms/2P3pn

So it looks like the theme may be doing something to the request and breaking the initial page load.


angelhealing2

June 12, 2017 at 10:05 am

Hi, right now it has the show expired = true parameter but I have also tried regular short code and the show expired = true short code.

Thanks for that!

Would you be able to point me in the right direction to fix this problem?

Also, what about the mobile not showing up at all? Thanks


Tony

  • Support Staff

June 12, 2017 at 2:24 pm

right now it has the show expired = true parameter but I have also tried regular short code and the show expired = true short code.

That’s fine, I just wanted to make sure there wasn’t something unexpected being added to the shortcode.

Would you be able to point me in the right direction to fix this problem?

Is there somewhere I can download a copy of the theme to take a look at the code?

Also, what about the mobile not showing up at all?

It’s expected that the calendar hides the event title on small screens as its becomes hard to read, you can prevent that using some CSS:

@media only screen and (max-width: 480px){
#espresso_calendar .fc-event-title,
#espresso_calendar .time-display-block, 
#espresso_calendar .thumb-wrap, 
.ui-tooltip-content p {
display: block !important;
}

You can add that through Appearance -> Customize -> Additional CSS or if you prefer to use a plugin we recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.


angelhealing2

June 12, 2017 at 9:26 pm

Hi, the CSS code worked perfectly thanks!

Where could I upload the theme so it’s only available to you? Thanks


Tony

  • Support Staff

June 13, 2017 at 4:01 am

You can use something like Dropbox, WeTransfer or even upload the zip file to your sites media manager and link directly to that.

If you want to send the link privately you can use support[at]eventespresso.com


angelhealing2

June 13, 2017 at 9:55 am

Hi, I have sent you the themes to the support email. Hopefully you have received them ok.

Thanks


Tony

  • Support Staff

June 13, 2017 at 9:58 am

Hi there,

I just checked and we’ve not received anything.

Did you send them directly to the email? If so they’ll likely be rejected due to file size.

You’ll need to use one of the options above and then send the link we can use to download the theme to the email.


angelhealing2

June 13, 2017 at 10:01 am

Hi yes, I resent the dropbox link. Sorry


Tony

  • Support Staff

June 13, 2017 at 11:27 am

Hmm strange, sometimes it can take a little depending on the mailserver so I waited a little and have just rechecked, no email received.

If you post the link to download the file here I’ll remove it from public view shortly afterwards, would that work?


angelhealing2

June 13, 2017 at 11:44 am

Hi Tony, ok here it is. Please delete when you have received it. Thanks

**Removed**

  • This reply was modified 6 years, 10 months ago by  Tony. Reason: Removed link


Josh

  • Support Staff

June 13, 2017 at 2:28 pm

Hi there,

That’s the bug in the CherryFramework plugin. One way to fix is to install the plugin here:

https://gist.github.com/lorenzocaum/c7bd26b229fa4db033fc#file-site-specific-plugin-adjust-cherry-jquery-php

If you have a minute can you contact Cherry Framework support and ask them if they will please fix this within the Cherry Framework? This is a simple fix and every user of the Cherry Framework shouldn’t need to be applying the same fix, but until they do that’s what will need to happen. Someone else even has fixed this for them in August 2016, but they haven’t accepted the fix.


angelhealing2

June 13, 2017 at 7:19 pm

That worked thank you so much! What an odd problem. Given the age of the issue, they should have fixed it by now, but the workaround will do for now. I will notify them , thanks

Appreciate your help.

The support post ‘EE4 Event calendar events don't show up’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso