Announcement

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

#391 2019-01-24 05:13:00

mulanee
Member
2006-11-25
38

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

Solved:

In $conf['gallery_url'] set in local/config/config.inc.php, I changed the absolute link to the relative one and it works now.

Offline

 

#392 2019-03-18 03:27:41

judecooks
Member
2014-08-16
10

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

Hey there, new Piwigo user who loves this theme.  I want to make a minor, possibly a CSS or Template edit, and I'm trying to figure out a snippet that will work.  I want to move div theImageComment above div theImage on the Picture page, while preserving the great sidebar and carousel-container.  Any suggestions for what code to use to move that up and where to put it.

Last edited by judecooks (2019-03-18 03:59:38)

Offline

 

#393 2019-03-18 11:42:43

Undergrid
Member
2019-03-13
25

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

Hi judecooks,

1) Copy the file /themes/bootstrap_darkroom/template/picture.tpl to template-extensions/

2) Edit template-extensions to move the div (you can search by name to find them).

3) In the Admin area of your piwigo install, go to "Configuration" -> "Templates"

4) Find the entry in the list that says just "picture.tpl" in the "Substitutes" column and set the following:
    "Original templates" to "picture.tpl"
    Leave "Optional URL keyword" as is
    Set "Bound Theme" to "bootstrap_darkroom"

5) Hit Submit and you should be done

A word of warning however, you'll have to check every time bootstrap_darkroom is updated to see if picture.tpl has been updated and have to repeat the process to get the picture.tpl updates on your modified site.

Offline

 

#394 2019-03-19 00:57:41

judecooks
Member
2014-08-16
10

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

Undergrid wrote:

Hi judecooks,

1) Copy the file /themes/bootstrap_darkroom/template/picture.tpl to template-extensions/

2) Edit template-extensions to move the div (you can search by name to find them).

3) In the Admin area of your piwigo install, go to "Configuration" -> "Templates"

4) Find the entry in the list that says just "picture.tpl" in the "Substitutes" column and set the following:
    "Original templates" to "picture.tpl"
    Leave "Optional URL keyword" as is
    Set "Bound Theme" to "bootstrap_darkroom"

5) Hit Submit and you should be done

A word of warning however, you'll have to check every time bootstrap_darkroom is updated to see if picture.tpl has been updated and have to repeat the process to get the picture.tpl updates on your modified site.

Outstanding, thank you for the help - I tried to do this on the elegant theme and messed up the sidebar and header, but your careful instructions and my new appreciation of the bootstrap darkroom theme worked it out.  I appreciate the help!

Offline

 

#395 2019-04-18 16:21:52

guimplenchik
Member
2018-05-17
9

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

Can anyone look into this issue with a Bootstrap Darkroom escalated here: https://piwigo.org/forum/viewtopic.php?id=29140

There is a problem after update and clean install of this template.

Thank you!

Offline

 

#396 2019-05-18 20:02:32

R.S
Member
2018-05-22
14

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

Hello :-)
I'm wondering how to show 3 or 4 colums with the last comments on homepage. See here: https://www.arkivfoto.net on bottom of the page. In the Elegant theme it shows correctly.
Many Thanks
Robert

Offline

 

#397 2019-08-18 14:20:35

Jessy
Member
2018-03-07
44

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

Hi, I can't find where change level separator at contact page?

Default separator seems displayed even if...
in my local config file I 've updated the following value (to right arrow)

Code:

$conf['level_separator'] = ' → ';

PS: Applied your request ;) Let themes override contact_form.tpl

Piwigo 2.9.5 and Darkroom 2.4.1

Offline

 

#398 2019-08-26 20:31:06

Jessy
Member
2018-03-07
44

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

In fact my custom level separator isn't displayed at my favs, most viewed, recent photos, etc (albums) pages (and contact page for exemple)

Offline

 

#399 2019-09-04 07:43:41

homdax
Member
Sweden
2015-02-02
294

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

FYI Teekay, going for Bootstrap Darkroom for www.homeworldshots.net

Awesome work!

Fiddling, not live yet

Offline

 

#400 2019-09-04 22:43:12

diba
Member
2019-09-04
1

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

Hi all together,

i tried tu use the photo sphere plugin to view my insta360 photos with the Bootstrap Dark Theme.

The photo is tagged with the photo sphere tag

But it doesn't work when i try to open the photo (see picture).

With other themes like elegant or Bootstrap default the photo sphere plugin works fine.

Can anybody help me. Have i configure something wrong ?

Best regards

diba

Last edited by diba (2019-09-04 22:43:53)

Offline

 

#401 2019-09-05 15:19:26

homdax
Member
Sweden
2015-02-02
294

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

www.homeworldshots.net

Live. Darkroom.

Going to create a copy and adapt a bit, specially replace the green for a warm yellow.


How would you add an additional navigation bar above current footer?

Last edited by homdax (2019-09-05 15:27:11)

Offline

 

#402 2019-09-05 21:00:24

homdax
Member
Sweden
2015-02-02
294

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

Okay, Youtube linked videos?

VideoJS?

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

Offline

 

#403 2019-09-08 18:37:58

Jessy
Member
2018-03-07
44

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

Missing " here at this div's role attribute (calendar view page)

month_calendar.tpl

Code:

<div id="calendar-nav-buttons" class="btn-group" role=group">

Offline

 

#404 2019-09-08 18:45:24

Jessy
Member
2018-03-07
44

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

Reset to default button at profile preferences section doesn't reset checkboxes to "no" ?

* Expand all albums
* Show comment counter
* Show hit counter

Default settings 're visitor (guest status) settings, isn't ? No in my case!

Offline

 

#405 2019-09-08 19:11:35

teekay
Member
2013-06-12
427

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

R.S wrote:

Hello :-)
I'm wondering how to show 3 or 4 colums with the last comments on homepage. See here: https://www.arkivfoto.net on bottom of the page. In the Elegant theme it shows correctly.
Many Thanks
Robert

PWGStuffs, maybe?


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?

Jessy wrote:

Missing " here at this div's role attribute (calendar view page)

month_calendar.tpl

Code:

<div id="calendar-nav-buttons" class="btn-group" role=group">

Fixed in master, thanks!

Jessy wrote:

Reset to default button at profile preferences section doesn't reset checkboxes to "no" ?

* Expand all albums
* Show comment counter
* Show hit counter

Default settings 're visitor (guest status) settings, isn't ? No in my case!

Not a theme issue, the magic happens in profile.php (or, well, doesn't)

Offline

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

Board footer

Powered by FluxBB

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