Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi!
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 π
Barry
MemberI’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?
Barry
MemberI’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 π
Barry
MemberGlad it’s all working π
Barry
MemberOur pleasure π
Barry
MemberWe 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 π
Barry
MemberStrange. 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?
Barry
MemberHi 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!
Barry
MemberOK. 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)?
Barry
MemberCan you share the actual eventbrite ID you are using, and additionally share the URL of the event itself (as it is on eventbrite.es)?
Barry
MemberI 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?
Barry
MemberWe’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?
February 19, 2015 at 8:02 am in reply to: Mobile View Issue: Days of week not shortening and dots not opening events pages #943628Barry
MemberHi 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 π
Barry
MemberHi 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!
Barry
MemberHi 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.
-
AuthorPosts
