Jump to content

Remove Links and Favorite


goobee01
Go to solution Solved by goobee01,

Recommended Posts

goobee01

By cobbling together ccs from this forum, I've gotten my configuration just about where I want it.  I still need a couple tweaks I'm hoping someone can help me with.  I want to remove Favorites from the  top of the Home page

image.jpeg.43e3d12c32dbc10aecca833a99bb26fa.jpeg

 

and Links from the bottom of each movie and TV show.

image.jpeg.cb2b3957268394c74737c78eb1cc68cd.jpeg

 

Any help will be greatly appreciated. 

Edited by goobee01
Typo
Link to comment
Share on other sites

GrimReaper
1 hour ago, goobee01 said:

I want to remove Favorites from the  top of the Home page

AFAIK header tabs can only be removed via their script files as they differ only by their index number, removing it from one page would remove different tab from other page(s).

1 hour ago, goobee01 said:

and Links from the bottom of each movie and TV show.

Something like:

.linksSection {
     display: none;
}

 

Edited by GrimReaper
  • Like 1
Link to comment
Share on other sites

goobee01
On 11/13/2023 at 10:24 PM, GrimReaper said:

AFAIK header tabs can only be removed via their script files as they differ only by their index number, removing it from one page would remove different tab from other page(s).

 

If I can't remove the "Favorites" header, is there a way to reword it to say something like "Don't click this" or make it the same color as the background so that it is not seen?  The problem is now, if someone clicks on it, it goes to a blank screen and won't recover.  I'm trying to make the interface as stupid proof as possible.  

Link to comment
Share on other sites

GrimReaper

As said above, whatever you do on that header tab will (very likely negatively/undesirably) affect another tab with same index on some other page, so no. But maybe some fellow user might have some other idea. 

Edit: Or maybe UI changes will come sooner than that. 

 

Edited by GrimReaper
Link
  • Thanks 1
Link to comment
Share on other sites

goobee01

I wonder if I can do something backwards instead.  How about if I change the desktop/background color to the same font color for "Favorites?" That should not affect anything else I don't think.  The hamburger (3 lines) in the top left corner is white, not gray.

Link to comment
Share on other sites

  • 5 months later...
  • Solution

I can bring closure to this topic, I found a way to remove "Favorites"

image.thumb.jpeg.74bdb40629be5380e9cfa76ebf8ce9b5.jpeg

with this bit of CSS:

button.emby-button.emby-tab-button {display: none;}

I don't know if this is the proper way to do this but it's working for me.  

Link to comment
Share on other sites

Happy2Play
11 hours ago, goobee01 said:

I can bring closure to this topic, I found a way to remove "Favorites"

image.thumb.jpeg.74bdb40629be5380e9cfa76ebf8ce9b5.jpeg

with this bit of CSS:

button.emby-button.emby-tab-button {display: none;}

I don't know if this is the proper way to do this but it's working for me.  

Assuming you want tabs remove from everywhere.  Now all those libraries no longer have tabs.

So take your Home Videos library you are now stuck with what ever the landing page is as you removed the navigation tabs.

 

Tabs are trick and most often not removeable as their indexes could result in different options per library.

 

Edited by Happy2Play
Link to comment
Share on other sites

1 hour ago, Happy2Play said:

So take your Home Videos library you are now stuck with what ever the landing page is as you removed the navigation tabs.

Yep, that is exactly what I want, to have the cleanest and least options for my users.  Basically, select and play is all that is needed.

Whether it's movies...

Capture.thumb.JPG.74c3d806f4b170e14dee403913800a87.JPG

Or TV programs...

Captures.thumb.JPG.c7bebe243fe0ffa8eaaa1969114adf76.JPG

It's exactly the same. 

Link to comment
Share on other sites

Happy2Play

As long as that is all you need.  Think the only library you would have issues would be Home Video and need to have a landing page of Folders, but I guess it truly depends on content as tab for Video/Photo won't be available.

 

Link to comment
Share on other sites

58 minutes ago, Happy2Play said:

As long as that is all you need.  Think the only library you would have issues would be Home Video and need to have a landing page of Folders, but I guess it truly depends on content as tab for Video/Photo won't be available.

No worries, it's full of unique folders, each containing vacations or events.  You select a folder and choose a single clip or use the Play All button.   

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...