Barry

Forum Replies Created

Viewing 15 posts - 9,196 through 9,210 (of 17,936 total)
  • Author
    Posts
  • in reply to: Strange permalinks problem (I think it's that) #128331
    Barry
    Member

    That’s right and (being able to revert a recurring sequence to an individual instance) is not something we have implemented – but if you’d like to request it as a new feature we’re certainly open to ideas 🙂

    I can see the issue now with default permalinks and will log that – that is definitely a bug. I am surprised you are entering an infinite loop, though, when using pretty permalinks. I realize you may already have tried this or something very similar, but I’d like to be absolutely sure:

    • Can you deactivate all other plugins
    • Then switch to a default, unmodified theme
    • Then visit the Permalinks Settings screen – set to %postname% and save
    • Then try to access a recurring event
    • Does it work now?
    in reply to: Map Size Issue #128319
    Barry
    Member

    Please stick to one issue per thread! If you need help with something else we’ll be only too happy to help – but I would ask you create a new thread 🙂

    Thanks!

    Barry
    Member

    Not if you run with the current workflow, no. However you don’t necessarily need to do that – especially if you are building a customization – as you could work around this programmatically and target only the individual child post in question.

    Really that’s just to posit an alternative approach to the problem – you could certainly go with what you proposed previously in your reply-before-last.

    As this is custom development territory, though, there isn’t a great deal more assistance we can provide – so I’ll go ahead and close this – but we do wish you luck 🙂

    in reply to: Week View scroll to any given event #128304
    Barry
    Member

    I understand what you’re saying and I’ve updated our issue tracker accordingly. Beyond customizing things to suit your needs there’s not much else we can offer at this point as any changes will need to be considered, scoped out and then implemented – and that may take one or more release cycles.

    Last but not least, what you posted above is near identical to what you posted here. Please note that this means you’re effectively tying up two team members with the same or near-identical issue – it would be appreciated if you could try to minimize that as it doesn’t mean your suggestions will be prioritized and takes away from time we could spend helping other members of the community.

    With that in mind I’ll go ahead and close this thread.

    Barry
    Member

    OK – I was just clarifying as you posted this in the Eventbrite forum (and if you wish to acquire Eventbrite Tickets, please simply make a purchase).

    Let’s put the issue I reported on the back burner until I understand how the plugin works, its features, etc.

    Alright – what I’ll do then is close this thread and if you want to explore the issue further please simply open a new thread (if it relates to search functionality but is nothing to do with Eventbrite, please post it in the Events Calendar PRO forum) and one of the team will be only too happy to help.

    Thanks!

    in reply to: Add time zone to event listings #128293
    Barry
    Member

    Well, what I’d recommend if you feel strongly enough is removing your support for a less vital feature and applying it to this one instead, or even registering with a different email address to workaround the limitation in the number of votes: while what you have suggested is a good idea I’m not sure I agree it is a ‘no brainer’ and for something like this we’d really like to get a sense of just how much demand there might be prior to implementing it.

    That said it’s not just a matter of the-most-popular-request-wins and so long as someone has posted this (if it really is a no brainer that should be the case) we’ll certainly consider it on its merits.

    I hope that’s understandable – as we get so many requests we do need some kind of filtering – and as there’s not too much more we can do here in the short term I’ll go ahead and close this thread.

    in reply to: Some Custom Fields not showing up #128285
    Barry
    Member

    Well, I do see those fields. Have you since resolved this/might this have been a caching issue (whether at browser or server level)?

    additional-fields-displaying

    Can you confirm if that’s all in order or if you need further help?

    in reply to: 404 error on all recurring events #128282
    Barry
    Member

    i actually solved the issue by changing my Permalinks settings to “Post Name” instead of “Default”…hopefully that’s going to be a permanent fix

    Fantastic 🙂

    i realize that that part is probably in the realm of the way my theme uses featured images, but any thoughts?

    Hmm, well I’m not quite sure I’ve heard of a theme that does this before, but I guess there are two approaches here. One is to figure out what hook your theme is using to inject these images (my guess is it uses a content or excerpt filter to accomplish this) – you could therefore remove it … but please seek the advice of the theme author there.

    Alternatively, it’s possible to stop our plugin from pulling in featured images and you could do that by setting up one or more template overrides (please see the Themer’s Guide for details).

    I’m not too clear as to which of those would be the best path for you, certainly if it’s the latter we could give you a few more pointers to help you on the way here 🙂

    Barry
    Member

    Thanks Sean: we’ll get this logged and will do our best to update this thread as soon as we know when a solution might be available.

    in reply to: Yet another date formatting question #128275
    Barry
    Member

    Sure. Well with regards to the datepicker in the Tribe Bar first of all, the format is defined using the following piece of code which lives in resources/tribe-events-bar.js around lines 77-80, or thereabouts (of course normally the minified version of that code is used):

    td.datepicker_opts = {
        format: 'yyyy-mm-dd',
        autoclose: true
    };

    We don’t recommend editing core code and so, ideally, you’d need to override this by some other means. In the admin UI you would need to look for something similar in events-admin.js. Besides the Javascript, you’d probably want to make some changes at PHP level – for example to format the date correctly when the page initially loads and for the front end you’ll probably be interested in setting up a filter using the tribe-events-bar-date-search-default-value hook.

    Good luck!

    in reply to: /events page redirects to home page #128268
    Barry
    Member

    Hi Zac,

    That is indeed what I’m looking at: I can visit the URL, click on “calendar” (which takes me to yourdomain.com/events) and I am not redirected back to the homepage – a colleague on a completely different connection and with a different browser confirms the same. Both of us, just to clarify for your peace of mind, visited the URL you provided containing staging.wpengine.

    So, I can’t help but wonder if this problem is local to you/your browser?

    As you’ll appreciate it’s pretty tricky for us to help further given the circumstances – unless there is any more detail you can provide to help us replicate?

     

    in reply to: WP Admin Crash with tubepress #128264
    Barry
    Member

    Unfortunately I don’t think we’re really going to be able to assist much further on this one – with the latest builds of The Events Calendar, Events Calendar PRO and Tubepress I don’t see a problem – I can access the dashboard and every admin screen I had time to try – so perhaps this is specific to your environment or compounded by some other factor?

    With that in mind I’m inclined to close this thread unless you’ve got any further questions?

    Barry
    Member

    It certainly is possible to link directly to them. Just grab the relevant link, which might take the form of the following example, and use it wherever you please:

    http://wpshindig.com/events/category/wordcamps/

    You could use this in other posts, as a custom nav link or wherever you feel is suitable 🙂

    in reply to: mini calendar widget not showing that events are on #128255
    Barry
    Member

    OK, do you have caching enabled and can you see if the following standard troubleshooting steps help:

    • Please ensure you are using the latest versions of all our plugins – looks like you have already done so
    • Deactivate all other plugins
    • Switch to a default, unmodified theme such as Twenty Thirteen
    • Does everything now work as expected?

    Let us know – this can be a great way to pin down any conflicts or unexpected effects resulting from the operation of other plugins.

    Barry
    Member

    I’m sorry for the inconvenience this is causing you but, again, I’d recommend you update to the latest builds – best I can tell you are still running an out-of-date copy of Community Events (3.4 by the looks of things). For each of our plugins that you are currently using, please ensure they are all at the latest versions.

    If for any reason you can’t take advantage of automated updates you can obtain copies here that you can then use to upgrade manually.

    Does that help?

Viewing 15 posts - 9,196 through 9,210 (of 17,936 total)