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