Guest Posted August 7, 2021 Posted August 7, 2021 /* #02 - Remove o texto Minha Midia da homepage - rechigo-v4420-240420 */ .verticalSection.section0 > .sectionTitleContainer.sectionTitleContainer-cards { display: none; } I've been using this code since april/2020 and realized that it doesn't work when using this menu layout. Thanks for editing the code to make it work in this situation. My intention is to remove the text. Thanks in advance.
Happy2Play 9441 Posted August 7, 2021 Posted August 7, 2021 Had no issue with that code removing My Media in both views. Should give the same results as the elements haven't changed. div.section0 div.sectionTitleContainer { display: none; }
Guest Posted August 7, 2021 Posted August 7, 2021 Thank you for the answer. Curious, using my previous code and your new one don't work, the text is still displayed. I cleared the browsing and even Cloudflare's cache. This is not so important, I can live with the text in its original location. LOL Thank you again.
Happy2Play 9441 Posted August 7, 2021 Posted August 7, 2021 (edited) 8 minutes ago, CarlosLima said: Thank you for the answer. Curious, using my previous code and your new one don't work, the text is still displayed. I cleared the browsing and even Cloudflare's cache. This is not so important, I can live with the text in its original location. LOL Thank you again. Minus existing code interfering or a error in the code somewhere it is hard to say. Have you tested with this code alone? Edited August 7, 2021 by Happy2Play
Happy2Play 9441 Posted August 7, 2021 Posted August 7, 2021 (edited) Last resort would be something like this. But if you have issue somewhere in your code nothing may work. div.section0 div.sectionTitleContainer h2 {text-indent: -9999px; line-height: 0; } or div.section0 div.sectionTitleContainer {text-indent: -9999px; line-height: 0; } You can pm your code if you would like me to take look. Edited August 7, 2021 by Happy2Play
Guest Posted August 7, 2021 Posted August 7, 2021 Hey, Yes, I have now tested my old code plus your three new codes, including alone, one at a time. Tested in stable 4.6.4.0 and also in beta 4.7.0.5
Guest Posted August 7, 2021 Posted August 7, 2021 15 minutes ago, Happy2Play said: Last resort would be something like this. But if you have issue somewhere in your code nothing may work. div.section0 div.sectionTitleContainer h2 {text-indent: -9999px; line-height: 0; } or div.section0 div.sectionTitleContainer {text-indent: -9999px; line-height: 0; } You can pm your code if you would like me to take look. Done.
Guest Posted August 8, 2021 Posted August 8, 2021 (edited) Hi, Sorry to get back on track. I thought I could live with the text but in fact it bothers me, so I'm insisting on solving it, because it's always worked for me and for you it's working in the new stable version. Since I can't remove the text using any of the four CSS created, I tried to edit the text but I couldn't find it in the three existing pt-BR.json files. Therefore, I tried again the 3 isolated CSS (only them as CSS) and in fact they didn't work, even cleaning the browser navigation and also the cloudflare. Do I have any idea what might be going on, since my complete CSS code seems to be fine and doesn't conflict with other code? Thanks again. Edited August 8, 2021 by CarlosLima
Happy2Play 9441 Posted August 8, 2021 Posted August 8, 2021 Not sure why it isn't working for you. Guess last resort would be in your C:\Users\username\AppData\Roaming\Emby-Server\system\dashboard-ui\modules\homesections\homesections.js you can remove "HeaderMyMedia" from the homesections.js globalize.translate("HeaderMyMedia") to globalize.translate("")
Guest Posted August 15, 2021 Posted August 15, 2021 (edited) Solved. I simply forgot to inform you that I started using the Continue Watching menu as the first item on the homepage, passing the My Media menu down, that is, I changed the positions of both and therefore, I just changed the code from section0 to section1 and It worked. Thank you so much for all your patience. Edited August 15, 2021 by CarlosLima
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now