Calendar not displaying
-
I have installed the plugin and added the shortcode to a page. I can’t see the calendar. All I see is a link for “Add Events”
Here is the link: http://projectservicela.org/classes/
The sidebar widget seems to be working fine.
-
If you load your site and view the javascript console in your browser you’ll see all the errors triggered by your theme javascript.
These errors are occurring before the calendar javascript is able to load, effectively stopping the calendar from getting initialized.
You can either have your theme developer modify the code so that it addresses the errors and follows WordPress no-conflict best practices, or you select a different theme for your blog.
To my knowledge, there is nothing I can modify in the calendar code that would make this work for your implementation. Although I am certain open to suggestions if anyone knows different.
Eran
Thanks, I will look into it. Is that also why the sidebar doesn’t display event details?
Yes, the sidebar uses the same javascript.
Eran
i am having the same issue with the per installed theme twenty 11 https://collinssolutions.com/dardchamber/?page_id=14
is my theme not compatible?
Sorry, I can’t check your site – I make it a policy not to check sites with certificate warnings.
You have asked Firefox to connect
securely to collinssolutions.com, but we can’t confirm that your connection is secure.collinssolutions.com uses an invalid security certificate.
The certificate is not trusted because no issuer chain was provided.
(Error code: sec_error_unknown_issuer)Eran
well that shouldn’t be that way. i bought my certificate from rapidssl.
To answer your question. Twenty eleven is compatible, that’s what I use for local development. It’s probably a plugin conflict – many posts have been answered in the forum about this topic over the past two weeks.
Eran
i had tried disabling the plugins. the only ones i have installed are fast secure contact forms and Exclude Pages from Navigation
Check your javascript console for errors.
i get no errors and several warnings
Warning: Error in parsing value for ‘filter’. Declaration dropped.
Source File: https://collinssolutions.com/dardchamber/wp-content/plugins/ajax-event-calendar/css/custom.css?ver=0.9.8.6
Line: 62
Warning: Error in parsing value for ‘filter’. Declaration dropped.
Source File: https://collinssolutions.com/dardchamber/wp-content/plugins/ajax-event-calendar/css/custom.css?ver=0.9.8.6
Line: 71
Warning: Error in parsing value for ‘filter’. Declaration dropped.
Source File: https://collinssolutions.com/dardchamber/wp-content/plugins/ajax-event-calendar/css/custom.css?ver=0.9.8.6
Line: 107
Warning: Error in parsing value for ‘filter’. Declaration dropped.
Source File: https://collinssolutions.com/dardchamber/wp-content/plugins/ajax-event-calendar/css/custom.css?ver=0.9.8.6
Line: 131
Warning: Error in parsing value for ‘filter’. Declaration dropped.
Source File: https://collinssolutions.com/dardchamber/wp-content/plugins/ajax-event-calendar/css/custom.css?ver=0.9.8.6
Line: 242
Warning: Unknown property ‘zoom’. Declaration dropped.
Source File: https://collinssolutions.com/dardchamber/wp-content/plugins/ajax-event-calendar/css/custom.css?ver=0.9.8.6
Line: 242i fixed my ssl if you want to take a look at the page
I just checked the page, the calendar script isn’t event being loaded on the events page. Make sure it’s active and the [calendar] shortcode is present on the page.
Eran
p.s. the css warnings are not relevant to the issue you’re having.
the shot code is there and i reset the cal settings and all i see is add event
It’s not a javascript conflict, because the scripts (that run the calendar) aren’t even being loaded. So it must be a plugin conflict of a different nature, check your php error log.
Eran
no errors that i can see. if works in the backend.
The topic ‘Calendar not displaying’ is closed to new replies.