Announcement

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

#376 2018-12-21 21:29:52

teekay
Member
2013-06-12
427

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

Maxometr wrote:

teekay wrote:

Maxometr wrote:

How can I change the font size in the Info tab (I want to make it smaller)? This tab is where the data about the picture: date of publication, exif, rating...

You can use CSS overrides via LoacalFile editor or the custom CSS form in the theme's settings

But you can me some example to write. To the font on here smaller size to do. And then I can adjust, but initially can not write. Thank you.

e.g.

Code:

#theImageInfos {
  font-size: 0.8rem;
}

Use your browser's "inspect element" feature...

Offline

 

#377 2018-12-22 17:00:34

psh
Member
2018-11-13
15

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

Hello/Hi/Greetings,

first of all: I like the Bootstrap Darkroom theme very much and have a few questions:

Is it possible to customize Bootstrap Darkroom in a way that I can see the picture in full size in the thumbnails? E.g. pics in portrait format or panorama pics are displayed only partly in the thumbnails.

If I click a thumbnail the picture then displayed is not as sharp as the same pic in the diashow or in full view, even the thumbnails are sharper. How can I get the same level of sharpness?

I use the current version of Piwigo and of the Bootstrap Darkroom theme (2.3.5.)

Thanks,
Peter

Offline

 

#378 2018-12-22 20:50:45

teekay
Member
2013-06-12
427

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

psh wrote:

Hello/Hi/Greetings,

first of all: I like the Bootstrap Darkroom theme very much and have a few questions:

Is it possible to customize Bootstrap Darkroom in a way that I can see the picture in full size in the thumbnails? E.g. pics in portrait format or panorama pics are displayed only partly in the thumbnails.

If I click a thumbnail the picture then displayed is not as sharp as the same pic in the diashow or in full view, even the thumbnails are sharper. How can I get the same level of sharpness?

I use the current version of Piwigo and of the Bootstrap Darkroom theme (2.3.5.)

Thanks,
Peter

The default grid layout relies on Piwigo core's derivative functions and the "center of interest" feature and crops everything to fit.

If you want to keep cropping as low as possible and aspect ratio near original, you could use one of the masonry style plugins (gdThumb, GThumb+).

Offline

 

#379 2018-12-22 22:03:15

psh
Member
2018-11-13
15

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

Hi teekay,

thank you very much, that works fine. Do you have a tip for my sharpness issue as well?

Thanks,
Peter

Offline

 

#380 2018-12-23 06:58:15

mulanee
Member
2006-11-25
38

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

Hi,

Latest release of bootstrap killed my screen, I get know an almost white page except the very top of the page.
I use php 7.1, but same result with php 5.6

Offline

 

#381 2018-12-23 13:12:58

teekay
Member
2013-06-12
427

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

mulanee wrote:

Hi,

Latest release of bootstrap killed my screen, I get know an almost white page except the very top of the page.
I use php 7.1, but same result with php 5.6

Try to purge compiled templates in admin -> maintenance.

Offline

 

#382 2018-12-23 13:15:37

teekay
Member
2013-06-12
427

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

psh wrote:

Hi teekay,

thank you very much, that works fine. Do you have a tip for my sharpness issue as well?

Thanks,
Peter

Which graphics engine? Generally ImageMagick produces better quality than GD.

Offline

 

#383 2018-12-23 20:26:42

mulanee
Member
2006-11-25
38

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

teekay wrote:

mulanee wrote:

Hi,

Latest release of bootstrap killed my screen, I get know an almost white page except the very top of the page.
I use php 7.1, but same result with php 5.6

Try to purge compiled templates in admin -> maintenance.

You made my day, thanks

Offline

 

#384 2018-12-24 10:44:41

Maxometr
Member
2018-12-21
3

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

teekay wrote:

Maxometr wrote:

teekay wrote:


You can use CSS overrides via LoacalFile editor or the custom CSS form in the theme's settings

But you can me some example to write. To the font on here smaller size to do. And then I can adjust, but initially can not write. Thank you.

e.g.

Code:

#theImageInfos {
  font-size: 0.8rem;
}

Use your browser's "inspect element" feature...

Thank you. It worked. Only I have earned this:

Code:

.imageInfoTable {
  font-size: 0.8rem;
}

Offline

 

#385 2018-12-25 08:22:32

psh
Member
2018-11-13
15

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

teekay wrote:

psh wrote:

Hi teekay,

thank you very much, that works fine. Do you have a tip for my sharpness issue as well?

Thanks,
Peter

Which graphics engine? Generally ImageMagick produces better quality than GD.

My piwigo config is set to "$conf['graphics_library'] = 'auto'; so it should use php's ImageMagick first. Any other possibilities to get the pics sharper?

Thanks,
Peter

Offline

 

#386 2018-12-25 10:57:23

executive
Member
2017-08-16
1214

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

should, but what is it actually using?

View your status in tools/maintenance

Offline

 

#387 2018-12-25 15:16:30

psh
Member
2018-11-13
15

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

executive wrote:

should, but what is it actually using?

View your status in tools/maintenance

That’s what I found there (I use Piwigo in german language):

Piwigo 2.9.4
Betriebssystem: Linux
PHP: 7.2.12 (Info anzeigen) [2018-12-25 15:13:29]
MySQL: 5.5.62 [2018-12-25 15:13:29]
Grafikbibliothek: External ImageMagick 6.7.2-7

Thanks,
Peter

Offline

 

#388 2018-12-26 08:49:06

teekay
Member
2013-06-12
427

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

Looks good (as for the graphics engine). Could have various other issues then.

But please move this issue to another thread.

Offline

 

#389 2019-01-16 07:12:00

mulanee
Member
2006-11-25
38

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

Hi,

I have an issue on the icon comments, the link to the icon is wrong:

https://clemelis.net/galerie/picture.ph … tegory/163

I described the issue there:

https://fr.piwigo.org/forum/viewtopic.p … 73#p225473

and there:

[Github] piwigo-bootstrap-darkroom issue #190

Just tuning manually the link makes the icon appear.
The generation of the link looks wrong.

Last edited by mulanee (2019-01-17 09:19:05)

Offline

 

#390 2019-01-18 05:32:54

mulanee
Member
2006-11-25
38

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

up

Offline

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

Board footer

Powered by FluxBB

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