Barry

Forum Replies Created

Viewing 15 posts - 7,291 through 7,305 (of 17,936 total)
  • Author
    Posts
  • in reply to: Nothing Opens #255883
    Barry
    Member

    I can appreciate it may not be ideal to test that out on a live site – and nor am I suggesting you migrate away from that theme, necessarily – but it’s important to discover if the problem stems from a conflict and of course to figure out which component is actually conflicting, otherwise we can only offer up guesses πŸ™‚

    Would it be possible to install a fresh copy of WordPress – in a subdirectory, if you don’t have a separate test environment – and test this theory out there? Perhaps by starting with just our plugins and nothing else and then build things up to duplicate your live site (adding your current theme might be the next logical step)?

    in reply to: Category View for Past Events returns Error #255877
    Barry
    Member

    Probably setting eventDisplay to custom plus start_date and end_date parameters that are suitably far apart – 1000-01-01 and 3000-12-31 for example – would achieve that πŸ™‚

     

    in reply to: Issues with colours and some mobile responsive issues #255855
    Barry
    Member

    Hi!

    Something like this:

    #tribe-events table th { font-size: 10px; }

    You can of course reduce that value further (from 10px to 6px or whatever) if you need to. Does that help with the month view headers?

    in reply to: Issues with Updating Events Calendar Pro #255850
    Barry
    Member

    Do you currently have WP_DEBUG set to true (in your wp-config.php file) or can you find a way to temporarily turn off the display of errors? While it’s not great that warnings are being generated, I wonder if this is simply stopping the update because of the unexpected output that is creating?

    Were there any other errors you didn’t quote above?

    in reply to: Removing /category/ from URLs #255839
    Barry
    Member

    That’s interesting to hear (that it does have a negative impact) – and we’d certainly be open to any feature requests you might post for this πŸ™‚

    Right at this time though we’d need to leave it to you to figure out any workarounds if you need something in the short term – and since we can’t really offer much else I’ll go ahead and close this thread, but please don’t hesitate to create new ones if we can help with anything else.

    Thanks again!

    in reply to: create a recurring event in PHP #255834
    Barry
    Member

    OK, well I think at least two things need to happen:

    1. It looks like you may have got started by looking at the form data for recurrence in the event editor. In this case, though, you’re communicating directly with the API – the data isn’t being transmitted by HTTP – so rather than pass in values with keys like recurrence[type] and so on, you should probably pass in an actual array
    2. Don’t do anything too early! save_post should be fine, but in essence you need to make this fire after the TribeEventsRecurrenceMeta object sets up its own action and filter callbacks

    From here on I’m afraid we’ll need to leave you to investigate – but I do wish you luck – it’s great to see interesting stuff like this being built πŸ™‚

    in reply to: Location search giving non-chrono results #253969
    Barry
    Member

    Hi!

    Sorry for the confusion.

    When you search by location the result set is actually ordered by distance – to take an example from your site (in the first nav menu) you can see all venues 4.68miles away display first, then venues 4.93miles away, etc.

    You happen to have multiple events at each venue and – regrettably – they are not additionally ordered by start date, leading to the peculiar effect you’re seeing. I’ve logged a bug report about this and we’ll do our best to fix this as quickly as we can (and will drop an update in here at that point).

    Thanks for your patience πŸ™‚

    in reply to: WooTickets Reporting capabilities #253524
    Barry
    Member

    Hi – great questions!

    When that family arrives, can the check-in person easily & quickly find and check in the whole family in the reporting tool? What does that look like (e.g. can they search by last name?).

    The check-in person can whittle the number of entries on the attendee screen down by using a search box, which filters against order number, ticket number or security code.

    Also, can WooTickets capture the name and other info (example would be: age, t-shirt size, special dietary concerns) for each ticket sold? In the example of the family, we would need to add this info for each β€˜kid’ ticket sold.

    Not by itself – but I believe there are a number of WooCommerce extensions that can capture additional information at checkout that you could investigate here, or if not it would certainly be possible with some customization work – it’s a very flexible toolkit indeed πŸ™‚

    I hope that answers your questions, but just let me know if I can help with anything else.

    Thanks!

    Barry
    Member

    Hi Vernon – great question!

    That’s definitely possible, yes, though it’s not facilitated “out of the box” and a little custom dev work would be required to do this.

    Does that answer your question?

    in reply to: create a recurring event in PHP #253509
    Barry
    Member

    Hi!

    We can’t always go into depth with custom dev questions like this, but we’d be happy to point you in the right direction if we can. Can I see the complete snippet (and can you share it via Pastebin or Gist, rather than posting in the forum)? What action are you calling it on, or else whereΒ  is your code located?

    Thanks!

    in reply to: Featured images now full width #253500
    Barry
    Member

    Hi!

    As your CSS is being cached and minified its not immediately apparent to me which rules might be (cached copies of) old rules and which might be custom rules, but in any case you should be able to resolve this by adding a CSS snippet like this one:

    .tribe-events-list .tribe-events-event-image img {
        float: left;
        margin-right: 20px;
        width: 200px;
    }

    This might go in a tribe-events/tribe-events.css file within your theme directory, for instance (but see our Themer’s Guide for complete details) – and remember to flush the cache once you’ve added it!

    in reply to: Map not responsive (Gantry user) #253472
    Barry
    Member

    Hi Simone,

    I realize you have had a few open threads recently so you may already have run through our usual troubleshooting steps – but basically I’m wondering if this issue is directly tied to your theme (Gantry) or if you’ve isolated the problem to some other component?

    If you know that the problem only occurs with Gantry, can you confirm if you have additionally tested it out with just Gantry, The Events Calendar, Events Calendar PRO and no other plugins and does the same issue occur then?

    Thanks for confirming πŸ™‚

    in reply to: Is WooCommerce Tickets Open Source? #253459
    Barry
    Member

    Hi Bart – great question!

    WooCommerce Tickets and in fact all of our events plugins are released under version 2 of the GNU General Public License:

    http://www.gnu.org/licenses/gpl-2.0.html

    So yes, they are on a commercial footing insofar as automated downloads and support require users to purchase a license, which of course gives us what we need to maintain them and build out new functionality, but they are completely free and open source nonetheless πŸ™‚

    Does that answer your question?

    in reply to: Set some specific events as featured #253450
    Barry
    Member

    Hi – great questions!

    Please note though we normally like to stick to one issue per thread – but I’ll run through each question you raised in turn and try my best to answer them. If you need more detail or information on anything, though, it might be better to post fresh individual threads.

    1- Is it possible to set some specific events as featured which we can show them up on homepage or any page I want? If not, can you please kindly add this feature in your future update?

    Currently it is not, but you could certainly build a customization that retrieves all upcoming events from a specific category (“featured”) or tag … beyond that, we would certainly consider this as a feature request if you’d like to post one – or upvote any suitable existing requests πŸ™‚

    2- Is it possible to show the recent (submitting) events (not upcoming) on the page?

    Interesting! Definitely possible – again, it’s something you’d need to implement as a customization at this time – but please do consider submitting this as a feature request also.

    3- Is it possible to show the events for a specific date period?

    Again this is totally achievable as a customization. Also, though not officially supported here on the forums, this plugin provides an [event_embed] shortcode that lets you do pretty much just that:

    [event_embed from="2014-06-01" to="2014-06-30"]

    4- Is it possible to charge users for submitting their event on frontend by using COMMUNITY EVENTS Addon or others?

    I don’t see why not, but you’d need to figure out the best way of implementing this for your specific use case, depending on whether it is subscription based, a flat fee per submission or some other criteria.

    I hope that answers your questions πŸ™‚

    in reply to: Saved Event Descriptions #253427
    Barry
    Member

    Interesting, I wonder if a post duplicator-type plugin might serve your needs – maybe even this one which was written to work with The Events Calendar specifically?

    I can’t vouch for any of them, but it would be great to hear if they meet your needs πŸ™‚

Viewing 15 posts - 7,291 through 7,305 (of 17,936 total)