Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHey there, Ewan! Just checking in to see if there’s been any further update or if you still need assistance on this one–let me know. 🙂
Geoff
MemberHey there, João! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to open a new thread. We’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHey there, Matthew! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to open a new thread. We’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHey there, Amanda! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to open a new thread. We’d be happy to help. 🙂
Cheers!
GeoffNovember 18, 2014 at 8:52 am in reply to: Event Details being 301 Redirected for Some Reason #889251Geoff
MemberHey there, Adam! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to open a new thread. We’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHey there, David! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to open a new thread. We’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHey there, Erin! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to open a new thread. We’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHi there, Brian!
I checked into the status of the ticket for you and see it is expected in our next release, which is just around the corner. I don’t have a specific date to offer, but it looks like it is coming within the next couple of weeks.
I’ve noted this thread in our system and will do our best to follow up with you here when the update has been released. In the meantime, keep your eyes open for the update, which will include this fix.
Cheers!
GeoffGeoff
MemberHi there, Brian! Thanks for reaching out.
It looks like the issue before was that “You’ll receive your tickets in another email.” was not a translatable string. That has since been fixed, as noted in the previous thread. So, the good news is that there is no bug–the string just needs to be translated.
The string is now in the translation catalogue for the plugin–it just appears that no one has actually translated the string for your particular language. We really depend on the community for translations, so I would suggest opening a thread in our Translations forum if you would like assistance with a translation for this particular string.
An alternative is to update the language file (.po/.mo) for your site directly. Strings for the plugin rely on the localized language files for your site, which are independent of the plugin.
Or, another option is to use the same snippet suggested in your previous thread. It’s less ideal since–as you noted–it could be overwritten, but it does still work.
I hope this helps answer your question and points you in the right direction. 🙂
Cheers!
GeoffGeoff
MemberHi there hmendez, thanks for following up!
I did a little searching and perhaps the answer on this site will help you out? There is also a similar question with answers in the WooCommerce support forum that may help as well
I’ll go ahead and leave this thread open a while longer to see if any other thoughts or ideas come up. In the meantime, please share your solution if you find one–it could come in handy for others looking for something similar.
Cheers!
GeoffGeoff
MemberHi there, Jay! Thanks for getting in touch. 🙂
Great question. Unfortunately, a start and end date is required when publishing event posts.
The idea to “Hide the Date” for specific events posts is interesting and something you might want to suggest on our UserVoice page as a feature to include in a future release.
We often append the event category as class names where events are displayed, so it might be possible for you to categorize these placeholder events in a category called “TBD” (or something like that) and target those specific post in CSS. For example, you could hide the date and times in the Month View tooltip for events in the “TBD” category, like this:
.cat_tbd .tribe-events-tooltip .duration { display: none; }This would need to be done similarly for each instance where the date and time display. Yes, it’s a little hacky, but it’s probably the simplest way of getting it done for the time being.
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffNovember 17, 2014 at 1:47 pm in reply to: Displaying All Events for a Certain Category in Map View + Other #888267Geoff
MemberHi there, Christopher! Thanks for getting in touch. 🙂
Good questions. Let’s see if we can tackle them one at a time.
Trying to display the events from the Christmas Category on the map view. Want a full map of the christmas events if that’s possible.
Yes, you can certainly display all events in the Christmas category in the Map view. The URL would follow this pattern: [your-site]/events/map/category/[category-name]. So, for example, your URL might look something like this: luxxcapecod.com/events/map/category/christmas.
As an alternative, you can use the Filter Bar in Map view and use the URL it generates. Here’s what I got when trying it on your site.
If this is possible, I’d also like to know how to embed an iframe of the map on other parts of the site.
Unfortunately, embedding the map on other pages is not supported. It may be possible to accomplish with some custom development, but i’m afraid that would get pretty tricky, since it relies on querying events posts as well.
Finally, my community events plugin styling is wonky (as is the styling in the filters section). See links below for clarification – the radio buttons don’t function properly.
I see what you mean. It looks like your theme’s CSS is overriding the calendar’s styles. You could try adding the following to your theme’s style.css file to fix the sizing:
/* Removes the bullet point styling for checkboxes on the Community Events form */ #tribe-community-events #event-categories ul li { list-style-type: none; } /* Increases the height of checkboxes in the Events Filter Bar */ #tribe_events_filters_wrapper label input[type=checkbox], #tribe_events_filters_wrapper label input[type=radio] { height: 15px; }I do notice, however, that there are Javascript errors on your site, which seem to be preventing multiple checkboxes from being selected. That seems to be a conflict with the theme or another. Try running through these steps to test for conflicts, if that’s something you’re trying to fix as well.
Does this help answer your questions? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberMy pleasure, Ran! So glad that helps out and thanks for marking the answer.
I’m going to go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHi there, Ran!
They’re actually custom taxonomies registered to Events posts, which are the custom post type. 🙂
You should be able to extend the tribe_venues taxonomy taxonomy to your other custom post types as well. The easiest way might be to use a plugin to build that relationship for you, like this one (not tested).
Cheers!
GeoffNovember 17, 2014 at 10:54 am in reply to: Confirmation / Thank you message on Submission of an event #888060Geoff
MemberHi there, wiredimpact!
You’re welcome to follow along with this thread and see if any of the recommendations work for you. If you prefer support for your specific question, then it’d be great if you could start a new thread so we can help you out. 🙂
Cheers!
Geoff -
AuthorPosts
