Announcement

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

#406 2019-09-08 19:44:30

Jessy
Member
2018-03-07
44

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

No horizontal spacing between home icon and level separator at Community addon "Upload photos" page's breadcrumb (see screenshoots)

Is there an easy way ;-) to add missing HTML code and CSS classes?

Code:

<div class="nav-breadcrumb d-inline-flex"><a href="/piwigo/">Home</a> / Upload Photos</div>

It should be as at the following "Recent images" page, isn't ?

Code:

<div class="nav-breadcrumb d-inline-flex"><a class="nav-breadcrumb-item" href="/playground/">Home</a><a class="nav-breadcrumb-item" href="index.php?/categories">Albums</a><a class="nav-breadcrumb-item" href="index.php?/recent_pics">Recent photos</a></div>

Offline

 

#407 2019-09-08 20:02:30

Jessy
Member
2018-03-07
44

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

Here this "-" in "col-md-12" CSS class name! I don't know if it's important ;-) but... voilà

picture.tpl

Code:

<div class="text-center col-lg-10 -col-md-12 mx-auto">

Offline

 

#408 2019-09-09 10:38:12

homdax
Member
Sweden
2015-02-02
294

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

teekay wrote:

homdax wrote:

Okay, Youtube linked videos?

VideoJS?

What do I do?`Awe come on, what a showstopper...

VideoJS should work fine. Does it support Youtube links?

Not from what I can see...  I have Embedded Videos installed and active... could there be compatibility issues? The vids play, but not on their album page. They are linked to a new page, totally blank, and play from there.

This work very well with GreyDragon... :(

Offline

 

#409 2019-09-11 19:58:53

Jessy
Member
2018-03-07
44

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

It seems there is an issue on medium size (around 800 px) isn't?

Profile's preferences form fields (Number of photos per page and Recent period) 're too small, can't see these numbers

Offline

 

#410 2019-09-11 21:02:38

homdax
Member
Sweden
2015-02-02
294

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

Went back to GreyDragon.

For now.

Offline

 

#411 2019-09-22 12:34:18

teekay
Member
2013-06-12
427

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

Jessy wrote:

It seems there is an issue on medium size (around 800 px) isn't?

Profile's preferences form fields (Number of photos per page and Recent period) 're too small, can't see these numbers

Fixed, thanks!

Offline

 

#412 2019-09-22 12:46:18

teekay
Member
2013-06-12
427

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

homdax wrote:

teekay wrote:

homdax wrote:

Okay, Youtube linked videos?

VideoJS?

What do I do?`Awe come on, what a showstopper...

VideoJS should work fine. Does it support Youtube links?

Not from what I can see...  I have Embedded Videos installed and active... could there be compatibility issues? The vids play, but not on their album page. They are linked to a new page, totally blank, and play from there.

This work very well with GreyDragon... :(

Seems broken, indeed.

Not willing to fix this. updated the wiki accordingly.

Offline

 

#413 2019-09-22 15:15:15

homdax
Member
Sweden
2015-02-02
294

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

teekay wrote:

Not willing to fix this. updated the wiki accordingly.

Okay, that brings me to use an alternatives to Piwigo, even if paid. Most other themes are too dated to use out of the box and I was looking forward to use this.

Offline

 

#414 2019-10-10 01:19:52

DexDeadly
Member
2019-10-10
1

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

I really wanna use this theme.  I have a docker install of piwigo running.  However when I choose this as the theme I get no pictures.  none of the top links are working at all.  Not sure if there is something else I need to do other thing save the theme as the default theme.  I disabled that pocket one as well.

Offline

 

#415 2019-10-10 06:58:43

teekay
Member
2013-06-12
427

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

DexDeadly wrote:

I really wanna use this theme.  I have a docker install of piwigo running.  However when I choose this as the theme I get no pictures.  none of the top links are working at all.  Not sure if there is something else I need to do other thing save the theme as the default theme.  I disabled that pocket one as well.

PHP 7.3? There is a bug in Piwigo core that breaks Bootstrap Darkroom with PHP 7.3

Offline

 

#416 2019-10-11 07:59:28

woll-knaeuel
Member
2019-10-11
1

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

teekay wrote:

PHP 7.3? There is a bug in Piwigo core that breaks Bootstrap Darkroom with PHP 7.3

Hello teekay
Does the Piwigo core needs to be fixed or the Bootstrap Darkroom theme? Unfortunately I do have the same problem described above? Any news or dates, when this will work again? Otherwise the only solution is to downgrade PHP?
Best regards

Offline

 

#417 2019-10-11 08:20:07

homdax
Member
Sweden
2015-02-02
294

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

PHP 7.3... jeez, my webhost has a pretty serious recommendation about not using anything lower. So no bootstrap for now, anywhere...

Offline

 

#418 2019-10-11 08:58:56

teekay
Member
2013-06-12
427

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

woll-knaeuel wrote:

teekay wrote:

PHP 7.3? There is a bug in Piwigo core that breaks Bootstrap Darkroom with PHP 7.3

Hello teekay
Does the Piwigo core needs to be fixed or the Bootstrap Darkroom theme? Unfortunately I do have the same problem described above? Any news or dates, when this will work again? Otherwise the only solution is to downgrade PHP?
Best regards

Core. The outdated JShrink library used to combine and minify all javascript files burps a literal php notice into the resulting .js file, causing a syntax error that just kills off bootstrap.

[Github] Piwigo issue #988

As a quick fix, you can apply the changes from https://github.com/Piwigo/Piwigo/pull/952 and purge the compiled template cache

Last edited by teekay (2019-10-11 09:02:52)

Offline

 

#419 2019-10-11 12:33:24

Katryne
Member
2016-12-03
365

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

Hello !
I use Bootstrap Darkroom on Piwigo 2.10 with php 7.3.10 here : http://photos.katrynou.fr/ , but I haven't updated yet the theme to the very last version by teekay. For the present being, I haven't met any issue.


http://photos.katrynou.fr/ v.14.1.0 https://album.chauvigne.info/ v.13.8.0
Système d'exploitation: Linux - Hébergeur 1&1-Ionos PHP: 8.0.28 - MySQL: 5.7.38
Bibliothèque graphique: External ImageMagick 6.9.10-23

Offline

 

#420 2019-10-12 13:24:38

Katryne
Member
2016-12-03
365

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

Hello !
The Material serie does not display the AdminTools upper bar. Tested on Piwigo 2.10 with updated Bootstrap Darkroom. I thought it did in previous versions.
Is there any possible modification to display the bar, please ?
It is displayed in any other styles of Bootstrap darkroom.

https://patricia.legtux.org/

Edit : When the Admin Tools upper bar is invisible, the scroll down menu does not work either.
This happens on 4 out of 9 browsers on my Windows 10.

They are OK with Palemoon, Vivaldi, Brave, Opera and Firefox.
They are KO with SeaMonkey, Internet Explorer, Edge and Opera Neon.

All this with the Material series of Bootstrap Darkroom.

Last edited by Katryne (2019-10-12 18:33:49)


http://photos.katrynou.fr/ v.14.1.0 https://album.chauvigne.info/ v.13.8.0
Système d'exploitation: Linux - Hébergeur 1&1-Ionos PHP: 8.0.28 - MySQL: 5.7.38
Bibliothèque graphique: External ImageMagick 6.9.10-23

Offline

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

Board footer

Powered by FluxBB

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