Forum Replies Created
-
AuthorPosts
-
Barry
MemberCan you confirm that you completed the steps I outlined above (including deactivating other plugins and switching to a default theme, and only then flushing permalinks)?
Barry
MemberIt definitely is possible – and the plugin already ships with translations for many different languages. Here for instance is a screenshot of some meta walker output with WordPress configured to use German (de_DE):

The above links were really just to give you some insight into using the meta walker since you expressed an interest in knowing which files it was comprised of – but it’s important to note it doesn’t really have any templates of its own that you can safely override and customize as you might do, for instance, with the single events template.
Ordinarily, the best way to translate things is by working with tools like POEdit: though geared more to WordPress as a whole, there is a good explanation of the basics over here.
Does that help?
May 2, 2014 at 6:40 am in reply to: data-day=β1β³ Error when no future events are scheduled for the current month #148093Barry
MemberThat explains it then – glad you figured things out π
May 1, 2014 at 9:02 am in reply to: Facebook Events is not importing the Addresses of the Event Location #147525Barry
MemberHi! Just a note first of all that I moved this across from the WooCommerce Tickets forum to the Facebook Events forum – however the thread URL should remain the same and you should stay subscribed to updates (if you chose to subscribe).
You’re absolutely right and there is a bug here (actually due to something in the inner workings of The Events Calendar itself rather than Facebook Events). However, this has been addressed in our working code and so relief is in sight! We’re getting close to the end of the current maintenance cycle and so if you can hold on a little longer until the next release arrives this problem should be quashed π
Barry
MemberThis can happen at times if the page name relates to a page, organization or person that for instance has some association with adult or restricted content, or where its privacy settings stop the importer from accessing it.
Can you share a note of the page you are trying to import from (as a private reply if you prefer)?
May 1, 2014 at 8:28 am in reply to: I'm not sure if my Facebook Importer is working correctly #147489Barry
MemberHi!
The hallmarks of the Facebook Events plugin (you must also have installed and activated The Events Calendar) are a new Facebook settings tab (EventsΒ β SettingsΒ β Facebook) and a new menu option labelled Import: Facebook which appears under the main Events menu in the admin environment.
Are you seeing those? You might also get a good sense of what to look for by reviewing the new user primer:
https://theeventscalendar.com/support/documentation/facebook-importer-new-user-primer/
Let me know how you get on/if you have further concerns π
Barry
MemberHi!
No, there has been no change in this regard. I do see there is a current request for this on our UserVoice page (perhaps you even created it) but it doesn’t seem to be widely requested right at this point.
Would adding a link to the event description suffice as a workaround in the meantime?
May 1, 2014 at 8:05 am in reply to: data-day=β1β³ Error when no future events are scheduled for the current month #147446Barry
MemberIf I navigate back to April and refresh – or take that same URL and navigate there directly – I’m afraid I do not see the issue.
May 1, 2014 at 8:04 am in reply to: Events Calender Widget: Can I replace the date icon w the events featured image? #147441Barry
MemberHi efromdc,
The Themer’s Guide walks you through the process for setting up a custom CSS stylesheet targeting events. From there you can add a rule something like this:
.tribe-mini-calendar-event .list-date { background: transparent }That ought to do the trick, but you may need to add some additional selectors to get the desired effect, though, and would probably want to change the text colour, too.
Good luck!
Barry
MemberYes, that does make sense!
However, that menu is actually something that Easy Digital Downloads, rather than our own plugin, creates and manages – so it would be best to seek further help from that direction if you need more guidance on this one π
Barry
MemberI’ll let Reid know!
I’m glad the initial issue is resolved – or appears not to have reared its head again, at least – but definitely let us know if you need further help on that one at some future point.
I do see your point about formatting – that was a great example – but I’d still maintain there may often be cases where someone has applied deliberate styling and may not want it to be stripped. That said – we’re totally open to feature requests and would welcome one like this (I’m sure at the least we could ensure there is an appropriate filter to let people do this even if it isn’t something that happens by default) π
Thanks again for all the feedback. I’ll go ahead and close the thread at this point, but if we can help with anything else please don’t hesitate to create new threads as needed.
Cheers!
Barry
MemberI do apologize – I thought I linked to our UserVoice page in my reply. In any case … this is the place to go:
Thanks!
Barry
MemberWell, it really depends on how you want to approach the problem. If you were trying to automate this from the point where you make a change in the WooCommerce order editor you might use their woocommerce_reduce_order_stock action (or some similar hook) to initiate your adjustment to the attendee data.
In terms of working with WooCommerce tickets you can access the relevant object using:
$wootickets = TribeWooTickets::get_instance();From there you will probably be interested in
$wootickets->get_tickets_ids(); $wootickets->delete_ticket();Hopefully that gives you a starting point (and we will be introducing a new delete bulk action for the attendee table shortly, if you prefer to wait for that). Good luck π
Barry
MemberI’m afraid not – I’m not familiar with that them π
If you can put up a test site where we can see this we’ll be happy to take another look, otherwise unless we’ve got a common point of reference (such as if you find the problem also occurs with a default theme like Twenty Thirteen) I don’t think we’re going to be able to offer much here.
May 1, 2014 at 6:59 am in reply to: "View all events in category" links not working properly #147384Barry
MemberThanks for sharing π and hopefully our own fix will be available in the next release but if not please do be mindful of the fact that any customizations to core code will be overwritten during an update.
There’s not too much more we can do here in the short term so I’ll go ahead and close the thread – but if we can help with any other issues please don’t hesitate to create new threads as needed.
Thanks!
-
AuthorPosts
