Posted: 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. |
|
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 |
|
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? |
|
Hi there, Are you setting any additional parameters on the shortcode or is it simply set as 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. |
|
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 |
|
That’s fine, I just wanted to make sure there wasn’t something unexpected being added to the shortcode.
Is there somewhere I can download a copy of the theme to take a look at the code?
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. |
|
Hi, the CSS code worked perfectly thanks! Where could I upload the theme so it’s only available to you? Thanks |
|
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 |
|
Hi, I have sent you the themes to the support email. Hopefully you have received them ok. Thanks |
|
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. |
|
Hi yes, I resent the dropbox link. Sorry |
|
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? |
|
Hi Tony, ok here it is. Please delete when you have received it. Thanks **Removed**
|
|
Hi there, That’s the bug in the CherryFramework plugin. One way to fix is to install the plugin here: 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. |
|
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.