•  » Themes
  •  » [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

#526 2022-12-01 11:10:13

jungeljoe
Member
2022-05-28
10

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

Hi,

Using Bootstrap Darkroom Theme. When site is displayed on mobile or narrow browser on computer, the menu "shrinks" to the hamburger icon. This is fine for the main menu, but now I have two hamburger icons. Looks like a secondary navbar that lets you choose between grid view and list view. I think this is not good for UI to have two identical buttons that do different jobs. The secondary button is not even functional before login in to the site.

Is it possible to disable this grid view/list view menu?

Thanks

Last edited by jungeljoe (2022-12-01 11:11:46)

Offline

 

#527 2022-12-05 08:35:53

hannah
Piwigo Team
2019-04-24
60

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

mulanee wrote:

Thème Bootswatch cyborg

This green border in the main page.

I have tested this skin, but I don't have a green border appear. I can only assume you already have custom CSS in your localFilesEditor on the <div id="content">, this div seems to correspond to the block where you want the border. look for #content in your localFilesEditor, hopefully you find something.

Otherwise you need to look using your browser, at which div has the specific CSS for this green border.

Offline

 

#528 2022-12-05 08:42:20

hannah
Piwigo Team
2019-04-24
60

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

jungeljoe wrote:

I think this is not good for UI to have two identical buttons that do different jobs.

Thank you for your input, we will keep this in mind for futur edits

Offline

 

#529 2022-12-18 10:15:14

mulanee
Member
2006-11-25
38

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

hannah wrote:

mulanee wrote:

Thème Bootswatch cyborg

This green border in the main page.

I have tested this skin, but I don't have a green border appear. I can only assume you already have custom CSS in your localFilesEditor on the <div id="content">, this div seems to correspond to the block where you want the border. look for #content in your localFilesEditor, hopefully you find something.

Otherwise you need to look using your browser, at which div has the specific CSS for this green border.

Thank you, it was this issue.

Offline

 

#530 2023-09-05 19:09:00

reox
Member
2023-03-06
18

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

When the image has no description set, the alt text for the image will be "<Title> - <Filename>".
Is it somehow possible to configure the theme or piwigo to only show the title and not the original filename?

Offline

 

#531 2023-09-05 22:33:47

Katryne
Member
2016-12-03
417

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

I've done it with Modus, but haven't been able to reproduce it with Bootstrap.


https://album.chauvigne.info/ v.15.1.0  PHP: 8.2.25
https://balades.comoni.org/  v.15.1.0 PHP: 8.2.25
Système d'exploitation: Linux - Hébergeur 1&1-Ionos - MySQL: 5.7.42
Bibliothèque graphique: External ImageMagick 6.9.11-60

Offline

 

#532 2023-09-06 08:16:13

reox
Member
2023-03-06
18

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

I see, thanks. I guess the problem is, that it is hardcoded:

Code:

title="{if isset($COMMENT_IMG)}{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{else}{$current.TITLE_ESC} - {$ALT_IMG}{/if}"

in https://github.com/Piwigo/piwigo-bootst … nt.tpl#L24

I noticed there is also an open feature request: [Github] piwigo-bootstrap-darkroom issue #223

The ALT_IMG variable is set by piwigo: https://github.com/Piwigo/Piwigo/blob/6 … e.php#L198

Thus, there are two options: 1) Piwigo allows for setting the ALT_IMG variable in a sensible way or 2) The template allows for setting another alt text.
A workaround is to set the description for each image, for example to the title.

Offline

 

#533 2023-09-25 19:43:11

Ewgeniy
Member
2023-07-08
21

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

Hi. Can you please tell me how to make it in one line?

https://disk.yandex.ru/i/rdhRbAKINft_Xw

Offline

 

#534 2024-10-24 06:50:29

pantazva
Member
2024-10-23
5

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

Hello,

I have installed piwigo 15.
On the Modus theme I am able to view the PDF file in page, when I switch to Darkroom it just displays the photo thumbnail.

Is there any setting I need to change to the config of the template?

Thank you

Offline

 

#535 2024-10-24 08:04:37

Katryne
Member
2016-12-03
417

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

With Piwigo 15 and Bootstrap Darkroom, my pdf are displayed on my computer (several browsers, window11) and my phone Android (Firefox), even for a pdf including 3130 pages.
test site : https://blackland.legtux.org/picture.ph … egory/test

Charlie's plugin been installed, and in local settings (with Local files editor), pdf are only concerned with this line:
$conf['batch_download_additional_ext'] = array('pdf','doc','gpx','zip');


https://album.chauvigne.info/ v.15.1.0  PHP: 8.2.25
https://balades.comoni.org/  v.15.1.0 PHP: 8.2.25
Système d'exploitation: Linux - Hébergeur 1&1-Ionos - MySQL: 5.7.42
Bibliothèque graphique: External ImageMagick 6.9.11-60

Offline

 

#536 2024-10-24 12:37:52

pantazva
Member
2024-10-23
5

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

In mine I just see the thumnail
If I change to modus I see the pdf

https://www.pantazopoulos.net/piwigo/pi … category/4

Offline

 

#537 2024-10-24 14:20:48

hannah
Piwigo Team
2019-04-24
60

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

The pdf display should work correctly now with the latest version of the theme that has just been published.

Offline

 

#538 2024-10-24 16:05:14

pantazva
Member
2024-10-23
5

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

Than you for the reply and fix!

I can confirm that now is working properly on desktop and tablet (ipad mini).
It still displays the cover photo in mobile (iPhone).

I have also verified with chrome developer tools

Offline

 

#539 2024-10-25 15:34:02

SchuminWeb
Member
Maryland, USA
2024-02-20
9

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

I've found a bug in the Bootstrap Darkroom default color palette.  When using the search box on desktop, the text being searched shows up properly, with the proper theme colors.  However, when using mobile, the search box is white, and displays text in white, which leads to unreadable text because white-on-white.  I've used custom CSS to make the search bar dark as a workaround:

Code:

#navbar-menubar > #quicksearch input[type="text"] {
    color: #FFFFFF;
    background-color: #343A40;
}

That works in a pinch, but I would prefer black text on a white background on mobile for best legibility.  Is this a possibility to develop on a future release of the theme?

Offline

 

#540 2024-10-28 09:36:51

homdax
Member
Sweden
2015-02-02
312

Re: [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

Anything else with Bootstrap and v 15 issues? I don't care about pdf, other issues?

I am really really really depending on this to work after upgrade. Got 3 sites running Bootstrap and the layout is very important and still being worked on.

Offline

 
  •  » Themes
  •  » [Theme] Bootstrap Darkroom (w/ PhotoSwipe, HTML5 video & more)

Board footer

Powered by FluxBB

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