Posted: April 12, 2016 at 8:42 pm
|
After updating to WordPress 4.5 and updating my theme, along with other plugins, the [ESPRESSO_CALENDAR] shortcode is no longer producing a calendar. There are JavaScript errors in Firebug’s console, but of course none of them make any sense to me. |
|
WordPress Version: |
Hello, I checked the events calendar add-on on a couple of our test sites and it appears to load without any issues. I browsed to your events calendar page but I’m not seeing the JS error. This is what I see: Have you made any other changes since yesterday evening? — |
|
|
I’m fairly certain that this issue I’m having isn’t limited to EE since my Revolution Slider has gone missing from the homepage as well, with the same error you’ll see here: http://grab.by/PrTg The theme creators just released an update, but it didn’t fix the problem. I’m hoping you might have something for me. |
Hi Jason, When you update to the new version of WordPress, it includes an updated version of the jQuery library. It appears that your theme’s scripts need to be updated a bit so they’re compatible with the new library. In their current state, they’ll throw the errors in the console that you’re seeing, and JavaScript further down the page (like the calendar) will not be rendered. Here are a few examples: in /wp-content/themes/agritourismo-theme/js/scripts.js on line 321 it has this:
that can be changed to be:
as well as on line 337:
can be changed to be:
You’ll note that in the changed code, the change to single quotes and the added double quotes around #gal-next and #gal-prev. After those are fixed you may see new errors in the console, and if you do, you can apply further fixes. |
|
|
My developers were able to get the calendar back, thank you. The Revolution Slider that had gone missing is also back. We also noticed (and have since fixed) that the “Toggle Menu” button on mobile wasn’t working. One last issue though that I’m hoping you can advise on: I’m also not seeing anywhere in the EE admin area where I can view their tickets myself. I feel like I used to be able to do that, and print to PDF if I had to send them that way. |
Can you check to see if the ticketing add on plugin is activated, and the ticket message type is enabled? |
|
|
Activated, yes. Ticket message type enabled? Where do I do that? |
Hi Laura, Go to Event Espresso -> Messages -> Settings Select the HTML settings and check Ticket is in the Active Message list – http://take.ms/3npS9 |
|
|
It was not. Is now. Do I have do anything else? Seems to be working. |
No that should be it. You can check for other inactive messengers within that section and make sure that only messengers you expected to be disabled are just to be sure. |
|
|
It doesn’t seem like the ticket emails are sending… we’ve gotten a bunch of people writing to us asking if their registration confirmations are enough. Is there a way to force resend the ticket email? |
Hello, you can use the batch email option to send out a message. Go to Event Espresso –> Events. Then hover over the name of an event and then click on Registrations. On the next page, select your registrants that you want to notify and then scroll down and click on the batch email button. Then you can add a brief message like this and then send:
— |
|
The support post ‘Calendar Disappeared 9’ 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.