Skip to content Skip to sidebar

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Tagged: 

This topic contains 33 replies, has 0 voices.

Last updated by Shekhar Bhandari 1 month, 3 weeks ago.

Assisted by: Shekhar Bhandari.

Author Posts
July 15, 2026 at 11:17 am #18159345

sonishA

Thank you so much
Does the translation removes on its own?

couple of days back I edited its slider in amharic and saved, it worked fine for few hours then started displaying English slider

I translated it all again

July 15, 2026 at 11:21 am #18159395

Shekhar Bhandari
WPML Supporter since 03/2015

Languages: English (English )

Timezone: Asia/Kathmandu (GMT+05:45)

Hello there,

No, translations should not be removed automatically.

If you encounter this issue again, please open a new support ticket with the steps to reproduce it. If possible, include a short video demonstrating the issue, as it will help us investigate it further.

Thanks

July 17, 2026 at 12:00 am #18162811

sonishA

I have removed your additional css but why the bottom nav bar is appearing on these 3 pages

I don't want this on these pages please

WhatsApp Image 2026-07-17 at 03.58.27.jpeg
WhatsApp Image 2026-07-17 at 03.58.27 (1).jpeg
WhatsApp Image 2026-07-17 at 03.58.28.jpeg
July 17, 2026 at 4:56 am #18162988

Shekhar Bhandari
Supporter

Hello there,

I see the following css is being used by the theme

.mobile-bottom-nav {
    display: none;
}


@media (max-width: 768px) {
    .tutor-dashboard-nav-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .archive.post-type-archive.post-type-archive-courses .mobile-bottom-nav,
    .logged-in.tutor-screen-frontend-dashboard .mobile-bottom-nav,
    .single-courses .mobile-bottom-nav,
    .page-id-20622 .mobile-bottom-nav,
    .page-reading-rewards .mobile-bottom-nav,
    body[class*="reading-rewards"] .mobile-bottom-nav,
    html[lang="am-et"] .mobile-bottom-nav,
    .page-id-9301 .mobile-bottom-nav,
    .tax-course-category .mobile-bottom-nav {display: flex !important;visibility: visible !important;opacity: 1 !important;z-index: 9999999999 !important;}
}

They have enabled the mobile bottom nav on all am-at language pages so it's showing, please contact the theme developer and ask them to only enable this on selected pages.

Thanks