Announcement

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

#346 2018-07-22 17:30:43

Pho3nyx
Member
2018-03-29
38

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

Hello, i did what you suggested but i see no changes, i have to do something else to tell piwigo to get the footer.tpl from the inherited theme?

Offline

 

#347 2018-07-22 17:35:35

nicolas
Former Piwigo Team
2004-12-30
1232

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

Pho3nyx wrote:

Hello, i did what you suggested but i see no changes, i have to do something else to tell piwigo to get the footer.tpl from the inherited theme?

You must use the new theme (default theme or personal theme) and both themes (original one and sub-theme) must be activated.

Offline

 

#348 2018-07-22 17:38:57

Pho3nyx
Member
2018-03-29
38

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

Hello, how i select the inherited theme? I did what you suggested but i can't see it in the "Themes" section of administration area

Offline

 

#349 2018-07-22 17:54:10

nicolas
Former Piwigo Team
2004-12-30
1232

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

In case I forgot something in my response I create the sub-theme (without change in footer.tpl) :
https://files.fm/u/sngj2jd4

If you can upload it tell me and I will put it in another place.


1) unzip the archive in your themes directory
2) activate the theme. You should see "Bootstrap Darkroom (inherited)
3) Use it
4) Adapt footer template. Don't forget to remove cache (from disk) or by clicking Tools > Maintenance > Purge compile templates.

Offline

 

#350 2018-07-22 18:05:03

Pho3nyx
Member
2018-03-29
38

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

Done, it works thanks

Offline

 

#351 2018-07-22 18:06:10

nicolas
Former Piwigo Team
2004-12-30
1232

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

Pho3nyx wrote:

Done, it works thanks

Great. :-)

Offline

 

#352 2018-07-23 20:22:49

adastra
Member
2018-07-22
8

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

Apologies if this has been asked before - when I use this theme, the rating at the bottom of the image page shows 6 stars, but when I click on it, it only calculates for 5 stars. But when I click on it, it always ends up with really odd ratings like 4.75 or 4.9 or something. Any way to fix this to the proper 5 star system?

Offline

 

#353 2018-07-23 22:04:50

teekay
Member
2013-06-12
427

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

adastra wrote:

Apologies if this has been asked before - when I use this theme, the rating at the bottom of the image page shows 6 stars, but when I click on it, it only calculates for 5 stars. But when I click on it, it always ends up with really odd ratings like 4.75 or 4.9 or something. Any way to fix this to the proper 5 star system?

Piwigo uses 6 levels (0-5) by default (see the demo https://piwigo.org/demo/picture.php?/1838/category/975)
And it‘s a score, not an average. So, there is no proper 5 star system and the odd numbers are meant to be that way :-)

Has nothing to do with the theme, really.

Last edited by teekay (2018-07-23 22:13:26)

Offline

 

#354 2018-08-16 22:02:53

hamjo
Member
2018-08-16
5

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

Why is the design in the video player broken? http://nflixx.tryfcomet.com/picture.php?/1/category/1

https://image.Direkt24.net/images.php?img=i2302bsuh5f,thumb.png

Last edited by hamjo (2018-08-16 22:07:54)

Offline

 

#355 2018-08-16 22:53:43

teekay
Member
2013-06-12
427

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

That whole page is broken... seems to be an issue with piwigo-videojs plugin.

Last edited by teekay (2018-08-16 22:56:00)

Offline

 

#356 2018-08-17 10:37:28

hamjo
Member
2018-08-16
5

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

teekay wrote:

That whole page is broken... seems to be an issue with piwigo-videojs plugin.

Hey, thank you for the reply. Yes, I thought so too. But in another theme, the video plugin worked.

Offline

 

#357 2018-09-05 00:41:54

vuk
Member
2018-09-05
8

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

Wrong image opened in PhotoSwipe slideshow when thumbnail is clicked not on first album page.

Here is a gif animation recorded from screen:
https://drive.google.com/file/d/1C8XikT … jpgJg34ka7

Offline

 

#358 2018-09-05 08:42:45

eliz82
Member
Romania
2016-04-27
281

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

adastra wrote:

Apologies if this has been asked before - when I use this theme, the rating at the bottom of the image page shows 6 stars, but when I click on it, it only calculates for 5 stars. But when I click on it, it always ends up with really odd ratings like 4.75 or 4.9 or something. Any way to fix this to the proper 5 star system?

try to configure this parameter in your LocalFiles Editor

Code:

// rate_items: available rates for a picture
$conf['rate_items'] = array(0,1,2,3,4,5);

Offline

 

#359 2018-09-06 10:00:15

teekay
Member
2013-06-12
427

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

vuk wrote:

Wrong image opened in PhotoSwipe slideshow when thumbnail is clicked not on first album page.

Here is a gif animation recorded from screen:
https://drive.google.com/file/d/1C8XikT … jpgJg34ka7

Thanks. A fix is underway.

EDIT: fixed in master with [Github] piwigo-bootstrap-darkroom commit 663c6bf0

Last edited by teekay (2018-09-06 10:20:39)

Offline

 

#360 2018-09-06 13:08:39

vuk
Member
2018-09-05
8

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

teekay wrote:

Thanks. A fix is underway.

Thanks, now it's working ok.

But yesterday i found another issue when RV Thumb Scroller plugin is enabled.

If "Picture details" button is clicked in PhotoSwipe and then at the image page the "Thumbnails" (^) button is clicked, we get the strange looking page with two links above image thumbnails. First of these links is invalid and goes to 404 page. Second link is generating another strange page with some wrong thumbnails and links.

Screen record is here:
https://drive.google.com/open?id=1nwo7N … NMrEGDRlrt

Last edited by vuk (2018-09-06 16:10:27)

Offline

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

Board footer

Powered by FluxBB

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