Announcement

  •  » Themes
  •  » [resolved] some css bootstrap-darkroom

#1 2023-01-04 13:22:01

jacolinedk
Member
2023-01-04
3

[resolved] some css bootstrap-darkroom

Since I can not run the piwigo at php8.1 - I need to frame it instead (so I want to keep the colors as my main page)

1) How to edit the color for the top of the menubar and the 2nd menubar. I can not see how to change the css color anywhere (F12 not helping me)

2) Further how to hide the small menu icons for listing of photos and hiding the calender menu?

HINT: link to image file showing which menues I am writing about: https://jaconelli.dk/temp-edit.png

Regards,
JJ

Offline

 

#2 2023-01-09 14:45:43

hannah
Piwigo Team
2019-04-24
57

Re: [resolved] some css bootstrap-darkroom

Hi jacolinedk

1)To generally change the color sof your bootstrap darkroom theme, you can edit the skin in the theme settings. You can do this in Configuration>themes. If you are after a more in depth customisation of the theme you can edit the CSS in the LocalFilesEditorPlugin. Using f12 will let you find the selector you need to then override the existing style in LocalFilesEditor.

2)In your piwigo administration if you go to configuration>Options>Display you can uncheck all the options you don't want displayed.

Hope this helps

Offline

 

#3 2023-01-10 14:52:10

jacolinedk
Member
2023-01-04
3

Re: [resolved] some css bootstrap-darkroom

Thank you but....

I can not remove "calendar" in that drop-down (only on the menu)
I can not remove the 2 listing menues (no options for this)
I can not remove photosize even it is deactivated in setup (I do not want this cause of the lack of watermark in original image)

I have LocalFileEditor activated and with F12 I wrote down from there. But it is not working (for either of them)!

The css edit: I want the two bars in two diff. colors or removing the uppertop and then only one color for the second

So no this is not simple to do!

Last edited by jacolinedk (2023-01-10 14:54:09)

Offline

 

#4 2023-02-21 08:37:41

hannah
Piwigo Team
2019-04-24
57

Re: [resolved] some css bootstrap-darkroom

Hi jacolinedk,

jacolinedk wrote:

I can not remove "calendar" in that drop-down (only on the menu)

You will find these option in Configuration> Options> display > Main page :
Activate icon "Display a calendar by posted date"
Activate icon "Display a calendar by creation date"

jacolinedk wrote:

I can not remove the 2 listing menues (no options for this)

As you say there isn't an option to hide these but the can be hidden using CSS with this code:

Code:

#btn-list,
#btn-grid{
display:none;
}

jacolinedk wrote:

I can not remove photosize even it is deactivated in setup (I do not want this cause of the lack of watermark in original image)

There is no reason for it to cause a lack of watermark on the original images

jacolinedk wrote:

I want the two bars in two diff. colors or removing the uppertop and then only one color for the second

You can select the top bar in css with this:
.navbar.navbar-expand-lg.navbar-main.navbar-dark.navbar-transparent.fixed-top

And the second menu bar can be selected using this:
.navbar.navbar-expand-lg.navbar-contextual.navbar-dark.navbar-transparent.navbar-sm.sticky-top

Offline

 

#5 2023-02-25 06:12:09

jacolinedk
Member
2023-01-04
3

Re: [resolved] some css bootstrap-darkroom

Thank you!

Offline

 
  •  » Themes
  •  » [resolved] some css bootstrap-darkroom

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact