Forum Replies Created
-
AuthorPosts
-
June 17, 2012 at 8:16 pm in reply to: Calendar view shows last month (may) instead of current month #20751
Jonah
ParticipantHi ariskat,
We’ve got a couple other threads with similar issues. Please take a look at these and see if anything helps you there:
Grid calendar showing last month instead of current month in the drop-down
Cheers,
JonahJonah
ParticipantHi franck,
Yes, you should be able to switch to the URL containing the category slug to limit the calendar to that category and that should work for you. Does it work?
Cheers,
JonahJonah
ParticipantHey Nathan,
Yes, you can easily do this by just using two function calls for tribe_get_start_date() like so:
echo tribe_get_end_date( $post->ID, false, 'D. M j, Y' ); //show date
echo tribe_get_end_date( $post->ID, false, 'g:ia' ); //show time
Is that what you're looking for?
- Jonah
Jonah
ParticipantAlso, I’m not seeing any June events in July: http://cl.ly/2l1H1R0N3V1O2m0o0i42
… is that not what you’re seeing?
Jonah
ParticipantHi Sam,
It looks like you’ve got some custom queries in place because this type of view is not a stock part of the plugin. Care to share your code so I can take a look and try and figure out why June events are showing in July? Please post to Pastebin.com / postie.org / gist.github.com
Thanks,
JonahJonah
ParticipantHi guys,
Unfortunately this feature is not currently available but we are looking at adding more flexibility for recurrence patterns in the future. You can cast your vote in this thread: https://theeventscalendar.com/support/forums/topic/events-calendar-pro-feature-requests/
Cheers,
JonahJonah
ParticipantHi Genesis,
Depending on what you are using for the Events Template in Settings > The Events Calendar > Template, you’re going to need to adjust some thing in that template. If using the “Default Events Template” the plugin will use /wp-content/plugins/the-events-calendar/views/ecp-page-template.php for the Events List, Calendar and Category pages and /wp-content/plugins/the-events-calendar/views/ecp-single-template.php for single events. To edit either of those files, make copies and place in an ‘events’ folder in your theme. If using anything else besides the “Default Events Template”, you’re going to want to edit one of your theme page templates.
What’ll you’ll need to do for the sidebars is use this conditional code (https://gist.github.com/2415009) to set what sidebars are being used in your event related pages. Same for the page titles.
On the defaulting to list issue, try setting your permalinks to Postname.
I hope that helps! Let me know if you have any other questions or need more help with this.
Cheers,
– JonahJonah
ParticipantAwesome to hear Jeremy! If you need anything else, just let us know 🙂
Cheers,
JonahJonah
ParticipantGlad to hear it! Let me know if there’s anything else you need with this.
Cheers,
JonahJonah
ParticipantHey Kenny,
Looks good! Thanks for working this out, I’m sure it will help others 🙂 Let me know if there’s anything else I can do here.
Cheers,
– JonahJonah
ParticipantHi Jim,
Some things you might want to try:
1. Are you running the latest version of WordPress.
2. Are you running the latest versions of our plugins (2.0.7)
3. Have you tried deactivating all other plugins to rule out a conflict?
4. Have you tried reverting to the Twenty Eleven theme to see if it’s something with your theme?
5. Try setting your permalinks to ‘postname’ in Settings > Permalinks
6. Try refreshing your permalinks by visiting Settings > Permalinks (it does it automatically)
7. Try increasing the PHP memory for your website: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/Let me know if any of those suggestions help.
Cheers,
JonahJonah
ParticipantHey Duncan,
I have no idea what the problem could be so I’ve passed this onto another dev and will post back when I hear something from him. Stay tuned.
Thanks,
JonahJune 15, 2012 at 1:49 pm in reply to: Widget Issue: Custom banner not displaying after update #20711Jonah
ParticipantHi Vanessa,
So are you using a widget plugin for this banner? Which one? How are you targeting event related pages? Is it through the widget or in PHP? Sorry about the code pasting lack here, we’re still working on that. You can post code to pastebin.com for now.
Thanks,
JonahJonah
ParticipantHey Geoff,
Glad to hear that fixed the featured image issue. On the font sizing it looks like you’ve got some html font tags wrapped around certain elements in the code that is probably messing up font sizes. In general, you shouldn’t be using font tags at all anymore. They’re a deprecated HTML tag. They might be in the code from pasting event content from Microsoft Word or other program into WordPress, and it looks like it might be an unclosed font tag somewhere, probably for one of the posts on the page… You’ll need to go through your event posts, view the content in HTML mode and clean this up or figure out how to clean it up in your theme files if it was added somehow there.
Hope that helps!
– Jonah
Jonah
ParticipantHi Rachel,
Rob has forwarded your email to me and I’ve taken a look at your website but I cannot see specifically what the issue is. Can you please elaborate?
Thanks,
Jonah -
AuthorPosts
