Barry

Forum Replies Created

Viewing 15 posts - 15,286 through 15,300 (of 17,936 total)
  • Author
    Posts
  • in reply to: How do I remove the start and end times? #46208
    Barry
    Member

    Hi 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.

    in reply to: Community Add-On :: More Categories not working #46178
    Barry
    Member

    Hi 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
    in reply to: Starting Day of week #46170
    Barry
    Member

    No problem at all 😀

    in reply to: Release: The Events Calendar/PRO 2.0.11 #46169
    Barry
    Member

    Great!

    in reply to: Starting Day of week #46159
    Barry
    Member

    Hi 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?

    in reply to: Calendar prompts for authentication #46143
    Barry
    Member

    OK, posted at the same time there. Thanks again 🙂

    in reply to: Calendar prompts for authentication #46142
    Barry
    Member

    Great – do you have any objection to me sharing that gist publicly at all?

    in reply to: Key Not Taking #46140
    Barry
    Member

    OK, 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?

    in reply to: Calendar prompts for authentication #46136
    Barry
    Member

    No 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!

    in reply to: Add Custom Event Options #46108
    Barry
    Member

    Sure, yep that definitely sounds like it would be faster and easier to implement.

    in reply to: Calendar prompts for authentication #46107
    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.

    in reply to: Calendar prompts for authentication #46102
    Barry
    Member

    The 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.

    in reply to: Some Dates Not Showing Up on List View #46095
    Barry
    Member

    Hi 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.

    in reply to: Events filter by term and permanent links #46094
    Barry
    Member

    Hi 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!

    in reply to: Add Custom Event Options #46093
    Barry
    Member

    Great 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).

Viewing 15 posts - 15,286 through 15,300 (of 17,936 total)