Forum Replies Created
-
AuthorPosts
-
Barry
MemberIf I change to the โDefault Page Templateโ I get the single events well formatted, but the calendar will only show as a list, and not in month view which is what I need.
I took a quick look and it seems it is the Default Events Template that’s currently in use. Can you switch to Default Page Template so I can get a better sense of the issue with month view and see if there are any indications of the problem?
Thanks!
Barry
MemberSure thing, it would be awesome if you were able to figure things out and share. Of course if you have any further questions on that count that are specific to The Events Calendar definitely let us know ๐
Barry
MemberHi perthmorrismen, I’m not massively familiar with the Artisteer application and you will have a better idea than I as to how valid an idea this may be, but… if you have had the theme since August 2009 perhaps some of the generated code consists either of deprecated functions (there have been many changes in WordPress since then) or otherwise contains coding patterns that at this stage might actually fall foul of today’s best practices.
Can you regenerate your theme using the latest incarnation of Artisteer, if they still have one that is visually very close to your 2009 one?
Barry
Member@corymc: I’d really appreciate it if you could create a new thread of your own – though you’re more than welcome to monitor this one and see if any of the suggestions help in your case – simply because it’s entirely possible the underlying cause is actually quite different (than it is for howardpw).
@howardpw: I do note that when you opened this thread you marked that you had tried both disabling all other plugins and reverting to a default, unmodified theme.After reading your initial post though I just want to double check that you did indeed follow both of those steps (ie, you also switched to a theme such as Twenty Twelve) and if so what was the outcome of this in relation to the problem?
Thanks!
Barry
Member@Nitin: it’s been a while without hearing from you so I’m going to assume you got everything working and will close this thread – of course if you need any further support please don’t hesitate to create new threads as needed.
@osflake: please don’t hijack other people’s threads! As above, I’m going to close this thread now – but definitely do feel free to create a new thread that specifically relates to your problem and one of the team will help if they can ๐Barry
MemberTo be clear, I’m not referring to the Pastebin URL but the site URL you provided when you opened the thread.
September 26, 2013 at 5:50 am in reply to: SOLVED: Date Formatting Typographically correct for German #67803Barry
MemberHow about this?
Barry
MemberThanks! Can you:
A) Uncomment the setup_postdata() call
B) Within the loop, instead of explicitly passing the post ID set it to null instead. Example:echo tribe_get_start_date($post->ID, true, 'l F jS, Y');Try changing the above/any other similar entries to:
echo tribe_get_start_date(null, true, 'l F jS, Y');Does that help?
Barry
MemberHappy to help ๐
I’ll go ahead and close this one, of course if there’s anything else please don’t hesitate to create new threads as needed.
Barry
MemberHi Mark,
Can you share your code? If so, please use a service like Pastebin or Gist rather than posting code directly in the forum.
Thanks!
Barry
MemberHi peterpancoop,
If you take a look at our tutorials section we’ve got some guidance already prepared on hiding events from users who haven’t logged in.
It’s not unlikely that you will need to tweak this to fit your specific needs (or it may not be a suitable approach in your case at all) but hopefully if nothing else it gives you a few ideas ๐
Barry
MemberHi Steven,
Since it sounds like this directly relates to Facebook Events I shall move this across to that forum so our guru over there can help you ๐
Stay tuned!
Barry
MemberWe definitely appreciate your feedback and are genuinely sorry for any disruption. Since my impression is we’ve covered most of your questions here as best we can I’ll go ahead and close this thread, however if there is anything else we can help with please don’t hesitate to create new threads as required ๐
Thanks!
September 25, 2013 at 4:08 pm in reply to: Day view displaying random posts rather than calendar posts #67746Barry
MemberSuperb!
Barry
MemberOK, so to do this by category you could use rules like this one – as before you would need to read through the Themer’s Guide for the background on implementing this.
Hope that helps!
-
AuthorPosts
