Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Troy, I see that. I was able to successfully complete the migration script and the site is now running the latest version of the plugin as well. The calendar and other plugin related things are still not working though but this is because you are using old template files in the ‘events’ folder in your theme. You’ll need to either rename or delete that folder with the old templates or migrate the new template code located in the templates in the /wp-content/plugins/the-events-calendar/views folder.
The easiest thing would be to just rename the folder which will cause the plugin to use it’s core templates instead of your just to see how it looks. If everything looks ok, you can then just delete your ‘events’ folder in your theme. But if there are customizations you need, you will need to go through file by file and figure out what they are and merge them in. Like I said, just use the core template files as your guide in /wp-content/plugins/the-events-calendar/views
I hope that helps but let me know if you have any other questions.
Jonah
ParticipantOk, I’ll try the migration script myself but one thing I’d like to try is to run it using v2.0 of our plugin. Also, I’d like to increase the PHP memory size because it’s only at 32mb now which is kind of low. Give me the go ahead when it’s ok to try this out and I’ll do it and please let me know the best method to increase the memory size on your server.
April 12, 2012 at 2:41 pm in reply to: Fatal Error after upgrading to Events Calendar Pro 2.0.3 from 1.3.2 #17863Jonah
ParticipantMy guess is there’s still some conflict, either theme or plugin that’s causing problems. I could take a quick look if you want to send me WP admin access to jonah [at] tri [dot] be
Is this a live site? I.e. is it ok for me to change anything? I’ll put it all back to normal when I’m done.
April 12, 2012 at 2:38 pm in reply to: sidebars persist on calendar page after changing to "no sidebars" #17862Jonah
ParticipantHey Bill, glad to hear that worked out for you!
April 12, 2012 at 9:03 am in reply to: Getting custom fields for The Events Calender Class, not just one post. #17853Jonah
ParticipantHey Kindra, if you take a look at the tribe_get_custom_fields() function in /wp-content/plugins/events-calendar-pro/template-tags.php you will see that it is just ultimately using get_post_meta() – I’m not sure how in WordPress you can get all custom fields but I’m sure you can figure it out if you dig around a bit more. Good luck!
Jonah
ParticipantYeah let us know what you come up with!
April 11, 2012 at 4:32 pm in reply to: Issues with incorrect dates in Drop Down Menu on Multisite #17836Jonah
ParticipantHi Matt, that does sound strange but without having any parameters to try and duplicate the problem with, the only other things to check are version of WP, version of plugins, conflicts with others plugins or conflict with the theme. Everything is exactly the same in each website? Maybe you could provide me access to one of the sites with the problem and one without so I can try and find anything strange… Email credentials to jonah [at] tri [dot] be if you want me to take a look.
April 11, 2012 at 4:29 pm in reply to: sidebars persist on calendar page after changing to "no sidebars" #17835Jonah
ParticipantHi Bill, thanks for your note. Our approach to the events or calendar page does present some problems with custom themes. But we chose to do it this way to make it as plug and play as possible without requiring customers to create a page, insert a shortcode, etc. But the downside to this is that the page we create is not your typical page and is not recognized as other pages are in themes or plugins. There is a very similar thread that I spent a fair amount of time working on to help other Thesis user with right here: https://theeventscalendar.com/support/forums/topic/strange-double-rendering-with-thesis/page/3/#post-17691
I suggest you read through the thread and try out some of the solutions provided there. That or you may need to hire a developer to help you with this issue. Sorry I can’t offer up more of a solution. Good luck!
April 11, 2012 at 4:22 pm in reply to: Getting custom fields for The Events Calender Class, not just one post. #17834Jonah
ParticipantHi Kindra, I think you are probably looking for something like this then: https://gist.github.com/2344826
Just take out the unset function unless you want to exclude certain fields from the array.
April 11, 2012 at 4:19 pm in reply to: Prevent shorcodes showing up in Google Calendar description #17833Jonah
ParticipantHey Jacqui, unfortunately there is currently no way to do this without hacking the core plugin code. I would suggest you add it as a feature request in our feature request thread: https://theeventscalendar.com/support/forums/topic/events-calendar-pro-feature-requests/
April 11, 2012 at 4:14 pm in reply to: Help with Additional Fields – links, and display on Event List page #17832Jonah
ParticipantJacqui’s code should work for what you’re trying to accomplish Kym. Just check if the custom field has a value and if it doesn’t, display something else. You can achieve this with a standard if/else conditional statement.
April 11, 2012 at 4:09 pm in reply to: Multi-day cut-off time not working on future calendars #17831Jonah
ParticipantHey Alastair, I’ve tried to duplicate this issue on my end and I’m not seeing any issues. I’ve tried it with re-occurrence and without and moving back and forth between months. Have you tried deactivating all other plugins to see if there is some conflict happening? That, or troubleshooting any custom code in your theme? I’m thinking it’s something with one of those two things.
April 11, 2012 at 4:02 pm in reply to: Fatal Error after upgrading to Events Calendar Pro 2.0.3 from 1.3.2 #17830Jonah
ParticipantIf you look at the same files in the /wp-content/plugins/the-events-calendar/views – you’ll see what should be there. Those are the core template files that the plugin will use if you don’t have the same file in the ‘events’ folder.
As for the links not working, what do you have setup as your Events URL Slug in Settings > The Events Calendar? If it’s not ‘events’ then that would be why those links aren’t working. The slug should match up with the permalinks.
Jonah
ParticipantI meant code tags…
Jonah
ParticipantHey Cliff, if you use
tags, it should work, otherwise you can post on some external service like Postie, Gist or Pastebin.Thanks,
Jonah -
AuthorPosts
