Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi Steve,
There certainly is – if you can find the following piece of code (and the same pattern basically applies to tribe_get_start_date(), too):
echo tribe_get_end_date()Then you just need to modify it slightly:
echo tribe_get_end_date(null, false)And that should remove the time.
Barry
MemberHi Jeffrey,
I’m not actually seeing the See All Categories link when I visit the add event form, which is in itself a bit off, but perhaps that’s just because of a difference in how our respective browsers are handling things.
In any case, it seems there is a syntax error stemming from the following file:
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/11/16/%7Bmain,panoramio%7D.js
I definitely appreciate you annotated that you tried deactivating other plugins and switching to a default theme – but just to be safe I’d like to repeat our full troubleshooting steps and ask you to confirm that you have tried running through these, as this problem is typical of a conflict:
- Please ensure that your Modern Tribe plugins are up-to-date and in-synch … for instance if you are using The Events Calendar 2.0.11 you must also use Events Calendar PRO 2.0.11
- Deactivate all other plugins (except for those by Modern Tribe) and change your theme to a default, unmodified one such as Twenty Eleven or Twenty Twelve
- Now test to see if the problem still exists
- If the problem has been solved by these steps, start reactivating everything one-at-a-time, testing at each point to see if the issue has returned
- If the issue does return, take note of whichever plugin (or theme) you reactivated immediately before it started again – it’s likely there is a conflict with this item
Barry
MemberNo problem at all 😀
Barry
MemberGreat!
Barry
MemberHi Neil,
You certainly can.
The Events Calendar respects your WordPress settings here so visit Settings > General and simply adjust the Week Starts On option.
Does that help here?
Barry
MemberOK, posted at the same time there. Thanks again 🙂
Barry
MemberGreat – do you have any objection to me sharing that gist publicly at all?
Barry
MemberOK, can you try heading over to Account Central > License Keys and confirm what the URL is? Could be worth hitting the Unregister button then trying again from your WP site (remove the key or keys, save, then re enter again).
Does that help at all?
Barry
MemberNo worries, we’ve got a plan in the works to remedy the problem with posting code in the forum but we haven’t rolled it out yet – until that day it’s best to use Pastebin, Gist or one of the other code sharing services.
… And thank you for posting back with the solution, even if some of it was (unfortunately) stripped out!
Barry
MemberSure, yep that definitely sounds like it would be faster and easier to implement.
Barry
Member(Just to elaborate a little on the above) it’s not only the spinner graphic that will cause problems here.
Following WordPress best practices some amount of communication also typically flows through a controller which lives in wp-admin – so this will also be impeded by the use of .htpasswd.
Barry
MemberThe plugin loads some resources from the wp-admin directory (such as the wpspin_light.gif graphic) and so you’d need to either add an exception or use a different means of protecting the wp-admin directory.
Barry
MemberHi Christina, it’s not a bug – it just echoes the normal behaviour of WordPress.
That’s to say with a list of posts the date is printed once then omitted for all subsequent posts that share the same date. Once we get to a post that belongs to a different date, it will be printed out once again.
Barry
MemberHi Yossi – beyond suggesting you take a look at the WordPress codex I’m afraid we can’t really help with this sort of customization, it definitely looks like a great idea and I can understand your wanting to use pretty permalinks in your implementation – but it’s not something we can help with on this occasion.
We can certainly leave this thread open though, in case others want to chip in with ideas or if you want to post some snippets of your own to help others in the future.
Thanks!
Barry
MemberGreat question; right now I don’t think there are any hooks that would facilitate adding items to that particular meta box – so in this case it might be easier to register a new meta box and put the new fields in there.
I’m afraid it’s a little beyond the scope of support here to work through that with you, but there are fairly decent docs over on the WordPress codex (about meta box registration etc).
-
AuthorPosts
