Translation from English to German incorrect since Events Calendar update
-
Hello,
Since the big update to the Events Calendar, my events are no longer fully translated. No matter what I do or test: the date and price are displayed in English, but I have a German-language site.
New updates for translations are not available in my WordPress account.
Who can help here? Is it due to WordPress, Elementor or The Events Calendar?
Thanks ??
The page I need help with: [log in to see the link]
-
Hi @d0153,
I’d recommend doing a Custom CSS. Go to Appearances → Customize → Additional CSS and insert this Custom CSS here:
.tribe-events-meta-group a { color: #9fbb35; }
Thank you. I tried it – but doesn`t work ??
https://www.zeitzuwandern.de/veranstaltung/werra-burgen-steig-hessische-schweiz/
Hi @zeitzuwandern,
We have a known issue related to the customizer. Could you try adding the following CSS, and see if it works on your end?
.tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle), .tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle):active, .tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle):focus, .tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle):hover, .tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle):visited, .tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle), .tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle):active, .tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle):focus, .tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle):hover, .tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle):visited, .tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle), .tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle):active, .tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle):focus, .tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle):hover, .tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle):visited { color: var(--tec-color-text-events-title); }
Let me know how it goes.
Regarding the German translation, I’ve created an internal ticket [TECTRIA-59] to address this issue and I’ve included your specific use case in it to communicate it to our team.
We prioritize bugs by taking into consideration the number of users impacted as well as how the bug impacts one’s ability to run an event/sell tickets. I don’t have a specific timeline as to when this issue will be resolved, but trust that our team is aware. Our team communicates updates and bug fixes in our newsletter and via our changelog.
I’m happy to help if any other questions are coming up around this topic, otherwise I’ll go ahead and close this ticket.
Thanks again for reporting this issue and for using The Events Calendar! Have a great day.
—
Internal Bug Ticket Reference: TECTRIA-59
@max-dayala Thank you very much for creating an internal ticket.
I added the additional CSS. but it doesn’t work. The links are blue…
I have removed the additional CSS again.
My links in the day view are blue, even though I have checked the settings in the customizer and the links are set to green there. What could be the reason for this?
Could you provide a screenshot of the customizer settings you’re referring to, please? I want to check it further on my end.
Also, as for the day view, I only see List and Month views from your calendar page.
Hi @max-dayala ,
for the day view, please click on one oft the events, for instance:
https://www.zeitzuwandern.de/veranstaltung/germerode-mohnbluete-und-barfusspfad/
Unfortunately, I don’t know how to attach a picture here. It’s already a challenge for me to look for solutions here because I’m not an expert in WordPress or web design ??
What I can say: The preview shows the correct color in my calendar #9fbb35
When I then save the setting, the color is not applied.I’m also desperate today. I can’t get into my customizer anymore. It’s the Astra theme. I’ve already changed the theme for a test and then the customizer works again. I’m hoping for a quick solution from Astra. ?? I’m frustrated because I’ve only had problems with my website for days.
I understand. The page you’re referring to is the single events page. Could you try adding the following CSS and see if that works for you?
.single-tribe_events .tribe-events-content a, .single-tribe_events .tribe-events-meta-group a{ color: #9fbb35 !important; }
@max-dayala Yeaaah :))) That works!! Thank you very much. :))
I adjusted the color to the gray that I also use in the monthly overview. I noticed that only the hover color is #9fbb35.
Do you also have a CSS setting for me so that the links change color when the mouse pointer comes into contact with them?And the links are still underlined in blue. Can you change the color to another color using CSS?https://www.zeitzuwandern.de/veranstaltung/germerode-mohnbluete-und-barfusspfad/
I’m sorry. I’m such a perfectionist :))You can use the following snippet to change the color when you hover to a link.
.single-tribe_events .tribe-events-content a:hover, .single-tribe_events .tribe-events-meta-group a:hover {
color: #9fbb35 !important;
}Also, I’m not sure why you’re tagging max-dayala. ??
I have no idea why I always tag the wrong person. I’m really sorry… ??
It wasn’t intentional. I probably shouldn’t sit tired at my laptop in the evenings, working on my website and answering these messages. ?? I hope you can forgive me ??Thank you very much for your help with my CSS.
I really like the calendar now and I think we can close the chapter here.No worries ??
Thank you for confirming that everything is now working.
If you have a moment to review, it would be greatly appreciated.
https://www.ads-software.com/support/plugin/the-events-calendar/reviews/
I will be closing this thread, but please don’t hesitate to start a new one if you have any further questions. This helps us keep track of topics and issues effectively and ensures that we follow the guidelines of the WordPress Forum.
- You must be logged in to reply to this topic.