Forum Replies Created
-
AuthorPosts
-
February 6, 2013 at 10:01 am in reply to: Uploaded Calendar Pro and now Get error message – HELP #32221
Jonah
ParticipantHi Lindalisa,
WP_DEBUG may help you troubleshoot this or it may help to turn WP_DEBUG off so it’s not spitting out that message. It’s still an error thats related to something in your theme so there’s not much we can do to help you. You could try changing the Events Template in Events > Settings > Template to something else. That may help solve it. Other than that you’re going to need to go through your theme developer or whoever coded the theme and figure out what’s up with that error.
I hope that helps,
JonahJonah
ParticipantHi Trevor,
Ok I see now. It looks like it could be some sort of server or permalink issue because it appears to be affecting only the events with numbers in the permalinks. For example, http://libertycrier.com/event/the-liberty-county-forum-a-century-of-decline-2/ redirects to the home page but http://libertycrier.com/event/ft-hood-liberty-concert-and-oath-keeper-outreach/ works. It could also be something your theme is doing that’s conflicting with our plugin too.
Here are a couple things to try:
1. Try refreshing your permalinks by visiting Settings > Permalinks.
2. Try changing the Events Template in Events > Settings > Template to something other than what you have set now.
3. Try reverting to the Twenty Eleven/Twelve theme to see if the events work there. If they work in the base WordPress theme, then you know it’s an issue with your theme.Try those things and let me know how it goes.
Thanks,
JonahJonah
ParticipantHi John,
It looks like something in your theme is preventing it from working, it may be something with the category loop. Unfortunately this is not a supported feature of our plugin, just something I thought might work. I’m sorry but I cannot help you further with this. You’ll need to troubleshoot it on your own or hire someone to help you.
Good luck!
– Jonah
Jonah
ParticipantHi Imre,
Strange, it’s importing with the image fine for me. Are you getting any error? Have you tried deactivating all other plugins to see if that helps? Please also try creating a Facebook App ID as instructed here: https://theeventscalendar.com/how-to-create-a-facebook-app-id/
Thanks,
Jonah– Jonah
Jonah
ParticipantHi Trevor,
Sorry to hear about that. Do you have some examples of which links go to the home page?
Have you tried deactivating all other plugins to rule out a conflict?
– Jonah
Jonah
ParticipantHi Son,
The only thing I can think of would be to implement a conditional PHP redirect so that if there are no events in the list, redirect to wherever you want. Here is some documentation on doing a PHP redirect: http://www.tripwiremagazine.com/2011/04/php-redirect-to-another-page.html – you would want to put that somewhere in /wp-content/plugins/the-events-calendar/views/list.php after line 113 which is the else condition in the statement for whether or not there are events. Make sure to make a copy of list.php and put in an ‘events’ folder in your theme before making any changes. This will preserve them if you update the plugin.
Does that help?
– Jonah
Jonah
ParticipantHi Josh,
Our plugin will not always pay attention to page layouts you have set in your theme. You may need to modify the behavior in your theme to get sidebars showing up properly for events. If you’re using the Default Events Template the plugin uses /wp-content/plugins/the-events-calendar/views/ecp-single-template.php as the template for single events. In there you’ll see get_sidebar() called but all this does is loads sidebar.php from your theme. So here’s where you might need to override things. Try making a copy of /wp-content/plugins/the-events-calendar/views/ecp-single-template.php and place in an ‘events’ folder in your theme. Then you can make changes and retain them the next time you update. Instead of get_sidebar(), replace that with this to call your sidebar directly: http://snippi.com/s/fchv366
You’ll of course need to verify that that is indeed the slug for your right sidebar. This will be somewhere in your theme…
If you want to move things around for single events, make a copy of /wp-content/plugins/the-events-calendar/views/single.php and place in that same ‘events’ folder and move things around however you want.
Does that help?
– Jonah
Jonah
ParticipantHi Rowan,
Can you tell me what you have set for the Events Template in Events > Settings > Template?
Thanks,
JonahFebruary 5, 2013 at 9:25 pm in reply to: Uploaded Calendar Pro and now Get error message – HELP #32182Jonah
ParticipantHi Lindalisa,
So you are running 2.0.11 for both the core plugin and PRO? I would suggest trying to manually re-copy all the files for both plugins to your server to reinstall and see if that helps. Also, do you have WP_DEBUG set to true in your wp-config.php file?
– Jonah
Jonah
ParticipantSweet, glad to hear. So are you all set here?
– Jonah
Jonah
ParticipantAhhh, I know how that goes. Glad that did it for you though. Let me know if there’s anything else you need help with.
– Jonah
February 5, 2013 at 2:59 pm in reply to: Uploaded Calendar Pro and now Get error message – HELP #32170Jonah
ParticipantHi Lindalisa,
Yeah this looks like something related to your theme. Did you recently update it or any other plugins? I’m not sure why the error is occurring but it does not appear to be related to our plugin. You’ll need to figure it out on your own or hire someone to help with this.
Sorry I can offer up more here.
– Jonah
Jonah
ParticipantHi Alek,
Yeah that’s strange. The plugin is either not installed properly/fully or there is some conflict happening. I’m glad you figured it out though, let us know if you need anything else.
– Jonah
Jonah
ParticipantHi Isaac,
You can include any widget anywhere by using the_widget() http://codex.wordpress.org/Function_Reference/the_widget – in this case you would call:
the_widget('TribeEventsAdvancedListWidget');
Does that help?– Jonah
Jonah
ParticipantHi Imre,
Do you know what type of server you are running on? Do you have an example event with an image I can test out?
Thanks,
Jonah -
AuthorPosts
