Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Mike,
One problem I see is your theme is loading a much older version of jQuery (1.5.1) through Google. This can often cause problems, not only with our plugin. I suggest modifying this so that the theme loads jQuery from WordPress instead, using version 1.8.3. You might need to contact your theme author to help with this.
I hope that helps,
JonahJonah
ParticipantHi Sean,
Do you have a specific example I can take a look at?
Jonah
ParticipantHi lloydsilver,
You just need to add the PHP date timezone identifier (http://php.net/manual/en/function.date.php) to wherever time is displayed in the plugin. Then, I suggest taking a look at our themer’s guide to get some ideas as to how to modify template files: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/ We’ve also got other examples scattered throughout our documentation and tutorials.
I hope that helps!
– Jonah
Jonah
ParticipantHi Joshua,
Currently there is only one template option available within our plugin in the Events > Settings > Template screen. Based upon that option you will need to do some additional work to get the layout the way you want on any given page with a mixture of PHP, HTML and CSS.
If you have selected the Default Events Template, the plugin will use either the /wp-content/plugins/the-events-calendar/views/ecp-page-template.php or /wp-content/plugins/the-events-calendar/views/ecp-single.php template files for the display. You can override and edit either of these files by making a copy and placing in an ‘events’ folder in your theme. The plugin uses ecp-page-template.php for the Events List, Calendar and Day views, and ecp-single-template.php for everything else including Venue pages.
All of the other Events Template options will use one of your available theme page templates (page.php, etc.).
Based upon what Events Template option you’ve chosen, you will need to use these conditional wrappers to help you conditionally display or not display certain markup on each corresponding events page: https://gist.github.com/jo-snips/2415009 – like I mentioned you might also need to modify the HTML and/or add some CSS to get things looking and working the way you want.
I hope this helps and let me know if you have any questions.
Regards,
JonahJonah
ParticipantHi Greg,
I can’t see the event settings in the screenshots you shared. Can you please take screenshots again?
Thanks,
JonahJonah
ParticipantHi Adrian,
I’m not sure why the code is not working in that file. It likely has something to do with your theme. I would suggest trying the Default Events Template option instead and then you can use the /wp-content/plugins/the-events-calendar/views/ecp-page-template.php to customize your layout in the way I’ve suggested. To make changes to this file, first make a copy and place in an ‘events’ folder in your theme. You’ll likely need to make some other adjustments to include theme specific div’s or other markup to wrap the content the way you want.
April 26, 2013 at 9:59 am in reply to: Calendar and Event listing showing yesterday's date and events #46943Jonah
ParticipantAha! Sounds good Nini! I’ve had issues with WP Super Cache like that before too… Let us know if you need help with anything else.
Cheers,
JonahJonah
ParticipantHi Ryan,
Sure thing. I just created a ticket and we’ll try to get this resolved for you ASAP. Stay tuned.
– Jonah
Jonah
ParticipantHi Christina,
Very sorry, that last code I shared didn’t seem to work either. I did a bit more checking and this seems to do the trick. Try this: http://snippi.com/s/rd9pqcd
Let me know whether or not that works!
– Jonah
Jonah
ParticipantHi Greg,
I’m still not understanding. Can you provide a more specific example of the events you are creating so I can replicate this on my end?
Thanks,
JonahJonah
ParticipantThanks for reporting back on that mitchell360. I’ll go ahead and close this out, but do let us know if you need help with anything else.
Cheers,
JonahApril 26, 2013 at 9:34 am in reply to: Calendar and Event listing showing yesterday's date and events #46936Jonah
ParticipantHi Nini,
Sorry that didn’t work. Yes, unfortunately the only other thing to do is setup a dev site because we need to know if it’s a theme or plugin issue. Let me know what you find.
Thanks,
JonahApril 26, 2013 at 9:33 am in reply to: Displaying Past Events In Separate Section On Category Page #46935Jonah
ParticipantSounds good Jason, let us know if you need anything else.
April 25, 2013 at 9:54 am in reply to: Calendar and Event listing showing yesterday's date and events #46840Jonah
ParticipantHi Nini,
Very strange. You might also try clearing your permalinks by visiting Settings > Permalinks – you don’t have to do anything else but visit that page and permalinks will be cleared. Another thing to try would be to change the time zone in Settings > General to either a UTC time or select a city.
Aside from that you’ll need to try deactivating all other plugins and/or switching to the default WordPress theme. Understandably you won’t want to do this on a live site so I would suggest setting up a development copy of the website to be able to test things out.
I hope that helps!
Jonah
ParticipantHi Kris,
Unfortunately not. At this time you will need to figure out your own way to bulk import events.
Sorry I don’t have more to offer here.
– Jonah
-
AuthorPosts
