Home › Forums › Calendar Products › Events Calendar PRO › 404 error on category URLs in other language
- This topic has 8 replies, 3 voices, and was last updated 9 years, 10 months ago by
Wilco.
-
AuthorPosts
-
June 16, 2016 at 12:06 am #1127746
Wilco
ParticipantHi,
English version works fine, translated versions don’t. Example:
Event English: https://piek.international/event/ipc-certified-interconnect-designer-basic-cid-english-2/
Event Category English: https://piek.international/events/category/ipc-design/
Same Event in German: https://piek.international/de/event/ipc-certified-interconnect-designer-basic-cid-englisch-2/
Same event category in German (404): https://piek.international/de/events/kategorie/ipc-design-de/
I tried resaving the perma-links, this didn’t solve the problem.
Any ideas where to look?
Thanks,
Wilco
June 16, 2016 at 8:48 am #1127919George
ParticipantHey @wilco,
Thanks for reaching out.
This is a known bug that we are working on, but at this time our plugins do not support translated category URLs. 🙁
I don’t have a specific ETA for when the fix will arrive, but it is a bug that we are actively working on.
Sorry to disappoint!
GeorgeJune 16, 2016 at 11:02 pm #1128272Wilco
ParticipantIs there a way to disable category links until the issue is resolved?
June 20, 2016 at 10:48 am #1129391George
ParticipantHey @Wilco,
When you say “disable” the category links, do you mean just hiding them so that they are not visible to site visitors? This is indeed possible, but only with some custom CSS.
If you can share links to specific places on your site where category links show up, then I will take a look and recommend CSS to hide the links for the time being. You can then remove the CSS after a future update fixes the problem.
Let me know what you think!
George
June 21, 2016 at 2:23 am #1129697Wilco
ParticipantThat would be great George!
Example link: https://piek.international/de/event/ipc-77117721-englisch-3/
June 21, 2016 at 7:48 pm #1130212George
ParticipantHey @Wilco,
Thanks for sharing this link!
Until we publish a proper fix for this issue, you can hide those category links by adding the following CSS to the bottom of your theme’s style.css file:
.tribe-events-meta-group.tribe-events-meta-group-details dt:nth-of-type(3),
.tribe-events-meta-group.tribe-events-meta-group-details .tribe-events-event-categories {
display: none !important;}
.tribe-events-meta-group.tribe-events-meta-group-details dd:nth-of-type(2) {
border-bottom: 0 none;
}
Try that out—I hope it helps!
Cheers,
GeorgeJune 21, 2016 at 11:40 pm #1130249Wilco
ParticipantThanks!!! You made me very happy today! 🙂
June 23, 2016 at 8:54 am #1130937George
ParticipantGlad to hear it! 😀
Cheers,
George -
AuthorPosts
- The topic ‘404 error on category URLs in other language’ is closed to new replies.
