Barry

Forum Replies Created

Viewing 15 posts - 4,411 through 4,425 (of 17,936 total)
  • Author
    Posts
  • in reply to: Change Search field with a select option #943772
    Barry
    Member

    Hi!

    The first thing I want to point out is that we would never advise you modify core plugin code – apart from the risk of introducing breakages, it makes for more a cumbersome upgrade process in the future πŸ™‚

    There is actually a filter you can use for this purpose: tribe-events-bar-filters. You can then simply override the html element of each filter with your custom select element. A very basic example being:

    add_filter( 'tribe-events-bar-filters', 'replace_filter_html' );
    
    function replace_filter_html( $filters ) {
        foreach ( $filters as &$individual_filter ) 
            $individual_filter['html'] = '<select ... >';
    }

    You could of course check the value of $individual_filter[‘name’] to make sure it’s one of the ones you are interested in changing – thus leaving the others untouched.

    I hope that helps πŸ™‚

    in reply to: My events don t show in the backend #943770
    Barry
    Member

    I’m sorry you’re experiencing difficulties, Nemanja.

    I do appreciate your thinking with regards to there being no change in your theme/plugin stack but our standard troubleshooting steps are still worth running through – could you give them a try?

    in reply to: End time ticket sale not working properly #943768
    Barry
    Member

    I’m sorry for the inconvenience, @musician4you – this is actually a known bug and is slated for a fix which should roll out in an upcoming release πŸ™‚

    in reply to: Next Upcoming event is hidden from list #943743
    Barry
    Member

    Glad it’s all working πŸ™‚

    in reply to: EDD Tickets – manually enter the price #943733
    Barry
    Member

    Our pleasure πŸ™‚

    in reply to: EDD Tickets – manually enter the price #943729
    Barry
    Member

    We typically do not take on custom development tasks like this one, but there are various freelance marketplaces where you might find a suitable developer and we’d also be happy to provide you with a list of independent devs who might be able to help if you email us at support (at) theeventscalendar (dot) com πŸ™‚

    in reply to: Impossible to import events from eventbrite.es #943727
    Barry
    Member

    Strange. Whether I use your API key or my own, I can successfully import that event (by pasting 8754255213 into the Eventbrite Event ID field and clicking on the β€œGo” button – just as described in my first reply).

    • Can you confirm you have followed all of the set up steps in the new user primer?
    • Can you also confirm the answer to my question regarding running through our standard troubleshooting steps? Did you manage to do this and what was the result?
    in reply to: Event filtering #943724
    Barry
    Member

    Hi mastres,

    I’m still not quite sure I understand your suggestion, however it may be best to post on UserVoice and add a few exmaples – one of the team can then review at a later date and other users can comment on the idea and potentially add their support πŸ™‚

    Another question why when i reset all filters don’t show all events?

    We try hard to stick to one issue per forum topic, so if you could create a new post for this and any other questions that would be appreciated. Thanks!

    in reply to: Duplicated recurring events #943708
    Barry
    Member

    OK. Is it something you can reliably reproduce via the CSV importer – and would it be possible to see one of the CSV files if so (unless you’re happy with things, I see you marked the issue as resolved)?

    in reply to: Impossible to import events from eventbrite.es #943707
    Barry
    Member

    Can you share the actual eventbrite ID you are using, and additionally share the URL of the event itself (as it is on eventbrite.es)?

    in reply to: Event filtering #943706
    Barry
    Member

    I see what you’re saying, but I’m not sure what sort of solution you envision.

    If a visitor is looking at February and wants to narrow the results down to see only events organized by “Organizer A”, and none are taking place that month, I don’t know that is always makes sense to transport them to the next month that does contain an event by that organizer.

    I guess a notice could be displayed to the user along the lines of “There are no events organized by Organizer A this month, but (click here) to see his next upcoming event.”

    If that or something like it would work for you it could certainly be explored as a customization and we’d also welcome it as a feature request if you’d like to post one – we can then see if other users feel the same way πŸ™‚

    What do you think?

    in reply to: Impossible to import events from eventbrite.es #943641
    Barry
    Member

    We’re doing out best to help Γ€lex, but sometimes we need to spend some time gathering information before we can form an idea as to what is happening.

    The screenshot of the error is appreciated – except I can’t view it, it doesn’t seem to complete loading. Can you upload it to a service like Dropbox, Droplr or similar and provide a link there?

    Barry
    Member

    Hi Jon: I’m sorry you’re facing similar problems but it would be appreciated if you could create a new topic of your own. It helps us to ensure fair service to all of our users and also avoids confusion that can arise when helping multiple users through different stages of the troubleshooting process πŸ™‚

    in reply to: Shopp SagePay Issue #943579
    Barry
    Member

    Hi Luke,

    I guess one option is modifying the tickets so they are of the “shipped” type and see if that works.

    Based on what you’ve described, though, it sounds as if SagePay simply doesn’t support any virtual products. Is that accurate/do you find the same problem occurs if you create a test product (again, of virtual type) independently of our ticketing addon?

    If so I could only suggest you approach the official Shopp support team for assistance – as it seems odd that a payment addon would not support a key product type in this way, unless this an advertised limitation or something of that order.

    Let me know what you find out!

    in reply to: Can’t find a string to translation #943575
    Barry
    Member

    Hi mastres,

    That string is already translatable and is generated within views/month/single-day.php – and in fact an entry already lives in the main translation file (lang/tribe-events-calendar.pot) πŸ™‚

    I’m not sure what further steps you need to take in relation to making this work with WPML, but hopefully that helps to get you on the right track.

Viewing 15 posts - 4,411 through 4,425 (of 17,936 total)