Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi David,
On #1:
The only work around for this is kind of involved and you may need to hire a developer to help you if you can’t figure it out. Basically, you have to first go into the plugin settings Events > Settings > Template and change the Events Template to the Default Events Template which will force the template to use it’s own built in templates for rendering event pages. Now, this is likely going to not look as good as your current template setting so what you need to do is modify the plugins template, bringing in some of the code from your themes to get things looking better. The plugins templates you’ll want to modify are:
/wp-content/plugins/the-events-calendar/views/ecp-page-template.php and /wp-content/plugins/the-events-calendar/views/ecp-single-template.php. Make copies of those files and place in an ‘events’ folder in your theme. Next, open up your theme’s page.php template file and find all HTML wrapper code (usually divs) and migrate this over to the plugin template files, wrapping the template code with your themes wrapper code. Where you’ll want to replace stuff is right where tribe_events_before_html() and tribe_events_after_html() are called in the plugins template files. You’ll want to put in the beginning part of the wrapper code where tribe_events_before_html() is and the closing tags where tribe_events_after_html() is. And that’s about it! Once you do that and if it’s done right and you may need to play around with it a bit, it should work.
That’s the only workaround there is for this issue right now so if that doesn’t work you’ll either need to try it again, hire someone to help you or wait for the fix to be officially released. One of our devs stated that it’s not a problem with our plugin but a problem with the way some themes use wpautop to auto insert p and br tags into the page in certain cases. So, you could try reporting the issue to your theme developer as well.
Will follow up on #2 in another comment.
– Jonah
July 18, 2012 at 7:51 am in reply to: Today’s events code shows today’s and tomorrow’s events #22279Jonah
ParticipantHi Richard,
You might want to look at the documentation for strtotime here: http://php.net/manual/en/function.strtotime.php but changing the parameter to ‘+3 hours’ should work…
– Jonah
Jonah
ParticipantHi David,
Do you have a link you can provide to your site and examples for each issue? It always helps to be able to see the problem in action…
– Jonah
Jonah
ParticipantHi Kelli,
We can take a quick look for you but there’s no guarantees we’ll be able to find a solution. Unfortunately yes in these scenarios you can sometimes be out of luck. You can try contacting the theme author too to see if they’ll help you. Please email us the theme to pro [at] tri [dot] be and reference this thread and we’ll take a look ASAP.
Thanks for your patience,
JonahJonah
ParticipantHi Krysia,
That is strange. Well, it sounds like there might still be problems with the auto update. Yes, as an alternative you can to a manual update just by replacing the plugin files on the server. Let me know if you have any issues with that. Make sure to take normal care in updating 🙂
Thanks,
JonahJonah
ParticipantHi everybody,
With the release of 1.0.2 late yesterday, this issue should be resolved. Please update the plugin and report back here if you are still having issues.
Thanks,
JonahJonah
ParticipantHi everybody,
With the release of 1.0.2 late yesterday, this issue should be resolved. Please update the plugin and report back here if you are still having issues.
Thanks,
JonahJonah
ParticipantSounds good Kyle. I’ve followed up in the other thread so I’m going to close this one out.
– Jonah
Jonah
ParticipantHi Mike,
You’re welcome. I was not aware of this other issue or at least I cannot find it. Do you have an example to share and have you tried deactivating all other plugins to rule out a conflict?
Thanks,
JonahJonah
ParticipantHi Jason,
Sorry for the troubles. We’re definitely looking into why the updates for the release didn’t show for everyone right away… Let us know if you need help with anything else.
Cheers,
JonahJonah
ParticipantHi Kyle,
The My Events page is not a public page and can only be accessed by a logged in user. When I visit the above page, I just see a login form. Have you tried updating to the most recent version of Community Events (1.0.2)? That may help. Otherwise, you can send us wp admin credentials to pro [at] tri [dot] be referencing this thread and we will take a look.
Thanks,
JonahJonah
ParticipantSounds good guys. Let me know if you need anything else here.
– Jonah
Jonah
ParticipantHi Krysia,
Can you try clicking through Dashboard > Updates and then clicking the Check Again button at the top?
Thanks,
JonahJonah
ParticipantHi Mike,
The ‘dig-in’ can be found in /wp-content/plugins/the-events-calendar/lib/widget-list.class.php. Since this is a core file you should not edit it directly but you can create your own copy of this widget by following the instructions here: https://theeventscalendar.com/how-to-completely-customize-widgets/
I hope that helps!
– Jonah
Jonah
ParticipantHi Benjamin,
Please email a copy of the theme to pro [at] tri [dot] be and I’ll see what I can do. Make sure to reference this thread so we know what its about.
Thanks,
Jonah -
AuthorPosts
