Support

Home Forums Events Calendar Add-on Calender not showing

Calender not showing

Posted: December 16, 2012 at 11:16 am


Thomas Ayer

December 16, 2012 at 11:16 am

Hello,

Despite having tried everything I could find in the forums regarding the calendar not working I couldn’t resolve this issue on the website Im working on.

I already replied to another thread but that one was closed because its a resolved issue.
The calendar isn’t loading on these pages, I hope you guys can help me.

http://www.licenselogic.com/?page_id=702 or http://www.licenselogic.com/?page_id=27.


Logan De Groff

December 16, 2012 at 10:26 pm

I am actually having the same issue, does anyone know why this would be happening?

My calendar is located here:
http://givesugar.com/calendar-2/

I have inserted in the [ESPRESSO_CALENDAR] once I upgraded to 3.5 wordpress it went away.


Logan De Groff

December 16, 2012 at 10:32 pm

I got it to work by inserting [raw][ESPRESSO_CALENDAR][/raw] did you try that on yours?


Thomas Ayer

December 17, 2012 at 2:24 am

Adding the raw tags to the page didn’t work for me. Also I didn’t update to the latest WP version yet, so that shouldn’t be the issue either.


Dean

December 17, 2012 at 3:21 am

@thomas, hi, the first thing I would look at is resolving the javascript error coming from the smack-vtlc plugin. When that is fixed, if the issue persists, test the plugin with the twentyeleven theme and let me/us know

@both yeah the raw tags work, but only in certain situations and if the theme designer has added the functionality for it.


Thomas Ayer

December 17, 2012 at 7:06 am

Resolved the JS error, still doesn’t show up in either the theme we use nor the Twenty Eleven theme.


Thomas Ayer

December 17, 2012 at 7:41 am

I’m following up by PM.


Josh

  • Support Staff

December 17, 2012 at 9:05 am

Hi Thomas,

I wasn’t able to see your PM to Dean, but I can try to help. Are there a lot of expired events in the system?

If so, can you alter the calendar page shortcode to include the show_expire=”false” parameter?

[ESPRESSO_CALENDAR show_expired=”false”]

If there are a lot of expired events in the system and the host limits the number of queries, the calendar will not display.

Also, you can fix the JavaScript error that’s being thrown on each page of the site by changing the $ to say jQuery. The code on the page looks like it originates from footer.php:

  <script type="text/javascript">
    $.scrollUp({
      'image_src': 'https://licenselogic.com/wp-content/themes/powerful/img/arrow_up.png',
    })
  </script>

It should be:

  <script type="text/javascript">
    jQuery.scrollUp({
      'image_src': 'https://licenselogic.com/wp-content/themes/powerful/img/arrow_up.png',
    })
  </script>


Thomas Ayer

December 17, 2012 at 9:12 am

Josh,

Thank you so much, this did the trick. Should we clean up the expired events just in case or can we just leave ‘ em be?
It would be nice if the expired events could still show up somehow.

Adam.


Josh

  • Support Staff

December 17, 2012 at 10:10 am

Hi Thomas,

It’s entirely up to you whether you want to leave the expired events in the system.

You might check with your host to see what the query limit is set to, and whether or not it’s possible to raise that limit. If the limit can be raised, then the expired events could be displayed. If it is not a query limit, it may be a memory limit, in which case the amount of memory that’s allocated to WordPress could be increased.

The support post ‘Calender not showing’ 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