Forum Replies Created
-
AuthorPosts
-
Victor
MemberHi Dan!
Thanks for reaching out to us! 🙂
It seems you are using a theme which is doing a template override to the single event page. We do not support custom coding, so I would recommend reaching out to the theme authors for support on this.
That said, I usually try to help users out, so here’s a css snippet that may work as a fix in your issue:
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue-location {
margin: 0;
}I hope that works for you!
Best!
Victor
Victor
MemberThis reply is private.
Victor
MemberHi Grant!
Thanks for coming back to us!
I am really sorry you are experiencing this issue. Unfortunately, it is known bug and the team will fix it in one of our upcoming releases.
A workaround would be to use the Facebook event URL, like this one > https://www.facebook.com/events/256867058078552/
I’ve just tried importing it myself and it fetches the event information with no error. See here > https://cloudup.com/cmhsC6pm8RA
I know it’s not ideal but it allows you to get those events imported manually.
I will set this thread as “Pending fix” so as soon as the bug fix is released the team will let you know about it.
Please let me know if you have any other questions.
Best!
Victor
Victor
MemberHi Derek!
Thanks for reaching out to us! 🙂
I am really sorry you are experiencing this issue. Could you please share your system information with us by following this guide > https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Also, could you tell us who your hosting provider is?
This had not been a problem before around noon on Friday.
Did you make any changes to your site at that time? or did you notice any other change at all? This is a strange issue so please give us as much detail as possible, so we can cover as many possibilities as we can.
Also, let me know if you have any other questions.
Thanks!
Victor
Victor
MemberHi Jasdeep!
Thanks for reaching out to us! 🙂
I’m really sorry you are having this issue. Let me try and help you out on this one.
I see you are using an older version of WordPress as well as an older version of The Events Calendar PRO. Could you please update them to the latest versions and see if that changes anything?
If the filter bar is still not showing, then I would suggest you follow the steps provided in the Testing for Conflicts guide and let me know if there are any changes between each step in the process.
Let me know how this works and if you have any other questions.
Best!
Victor
Victor
MemberHi Robert!
I’m so glad you could turn the week view like you wanted!
Lets move into the questions:
The widget now outputs a nice graphic box showing the date, then the title + date and time (March 6 @ 21:15 – 22:30) How can I remove the “March 6 @” from under the title?
You can configure the output of that date/time format by going to Events > Settings > Display under Date Format Settings. If that doesn’t fit your needs, there are two filters that can be used to modify the output: tribe_events_event_schedule_details_formatting and tribe_events_event_schedule_details. This last one to completely customize the output.
Is there a way to duplicate the widget, so I have 2 Event List widgets? (For instance: ‘Event List’ and ‘Todays Event List’)
There is no simple way to duplicate a widget. You will need to use the WordPress Widget API (WP_Widget class). The WordPress Codex has the most comprehensive and thorough documentation for registering a new widget, so that is likely the best place to start.
You can register a new widget in the theme’s functions.php file as described in the Codex. From there, you could create duplicates of the calendar plugin widgets and place them as individual plugins in your plugins directory. This is where the majority of custom work will be done, but it will also prevent your customizations from being updated when there are updates to The Events Calendar.
I hope that helps. Let me know how that works for you.
Best!
Victor
Victor
MemberHi Nicolas!
Thanks for reaching out to us! 🙂
I am sorry you are having this issues. Let me try and go through each one of them.
1.- The title of Events of the monthly calendar does not appear.
This seems to be a theme or plugin conflict. Have you tried switching the a default theme (like twentysixteen) and see if the title still doesn’t show?
If the above doesn’t work, I suggest you go through the Testing for Conflicts guide and let me know what you find in each step of the process.
2.- The text of the days of the week appear very dark, it can be changed.
If you want to change the color of the days of the week text, then you can try adding the following css snippet:
.tribe-events-calendar thead th {
color: #ff5b5b;
}I can now see the they are different from the attached screenshot. Did you manage to change it?
3.- In the page of events monthly and some more the texts appear in English and in other pages in Spanish.
Unfortunately, this is a known bug and the team is already working on a fix. Could you please open a new thread for this issue alone and reference this thread to it? This way we can relate your thread to the bug report and let you know as soon as a fix is released.
Let me know how all this works for you and don’t hesitate to ask further questions.
Best!
Victor
March 6, 2017 at 8:43 pm in reply to: There may be an issue with the Event Aggregator server. #1250245Victor
MemberThis reply is private.
Victor
MemberHi Tasha!
Thanks for reaching out to us! 🙂
I am sorry you are having this issue. From what I see in the attached screenshot the settings seem to be ok for what you are trying to accomplish. Where are you trying to show this widget? Could you send me a link to see the output of the widget?
Also, have you tried switching to a default theme (like twentysixteen) and see if you still experience the issue?
Thanks!
Victor
March 6, 2017 at 1:21 pm in reply to: Additional Fields Tab empty or not displaying in admin area #1250082Victor
MemberHi Lee!
I’m glad it’s working for you. Thanks for letting me know about it.
I have already created the bug report and assigned this thread to it. I will change this thread to “Pending Fix” so the team will let you know as soon as a fix is released in a future version.
If you have any other questions, please feel free to open a new thread and we’ll be happy to help.
Best!
Victor
Victor
MemberHi Scott!
I’m glad you could achieve what you were looking for! As for the feature request, there seems to be other users who also want it. Here > https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/17040562-event-aggregator-categories-tags you can vote it so it helps to make it through the list of next features.
For imports with an auto-assign category, can the system add the category instead of replace the existing category?
Unfortunately, there is no easy way to achieve this at the moment that doesn’t involve a customization. I’ve been trying to achieve this with a code snippet but couldn’t get one that really works. Although we don’t really support customizations, I will reach to the team and see if I we can come up with a snippet that at least could point you in the right direction. But it may take us until tomorrow or more to reply back.
It seems like something that could also be implemented as a new feature, so in the meantime, I encourage you to post it as a new idea here so other users can vote for it.
Thanks!
Victor
Victor
MemberHi Miah!
Thanks for reaching out to and letting us know about this error.
Unfortunately, it is a known issue and the team is working on it and will let you know when a bug fix is released in a future version.
In the meantime, we will try to find a workaround for it and in case we find one we will let you know as well.
Thanks!
Victor
March 6, 2017 at 8:28 am in reply to: Advanced Custom Fields Time Picker Field Format Modified #1249903Victor
MemberHi There!
Thanks for reaching out and letting us know about this error.
I’ve been able to reproduce the issue so I logged it as a bug report so the team can address it. We will let you know as soon as a bug fix is made in a future release.
In the meantime, we will try to find a workaround for it and in case we find one we will let you know as well.
Thanks!
Victor
Victor
MemberHi Lisa!
I’m glad you could work it out. Thanks for letting us know.
As for the overlap problem, that is a known issue of the photo view that happens with some themes. The team is already aware of it and will fix it in a future release.
In the meantime, Could you please open a new thread about this issue? so we can assist you further with it and also let you know when the fix is released.
Thanks!
Victor
Victor
MemberHi Patti!
Thanks for coming back and giving us your feedback on this.
I wanted to let you know that we couldn’t come up with a CSS fix and we are now looking for a solution using another approach that may involve a template customisation.
Rest assured we are taking this into account and I will try to come back with a solution as soon as possible.
Best
-
AuthorPosts
