404 error on category URLs in other language

Home Forums Calendar Products Events Calendar PRO 404 error on category URLs in other language

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1127746
    Wilco
    Participant

    Hi,

    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

    #1127919
    George
    Participant

    Hey @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!
    George

    #1128272
    Wilco
    Participant

    Is there a way to disable category links until the issue is resolved?

    #1129391
    George
    Participant

    Hey @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

    #1129697
    Wilco
    Participant

    That would be great George!

    Example link: https://piek.international/de/event/ipc-77117721-englisch-3/

    #1130212
    George
    Participant

    Hey @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,
    George

    #1130249
    Wilco
    Participant

    Thanks!!! You made me very happy today! 🙂

    #1130937
    George
    Participant

    Glad to hear it! 😀

    Cheers,
    George

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘404 error on category URLs in other language’ is closed to new replies.