Phil Bayfield

Results 54 comments of Phil Bayfield

Hi, Could you provide a URL that demonstrates this behaviour?

Did you intentionally close the issue?

Ok well for some reason the custom thumbnail generation is failing. I'm afraid I'm not sure what could cause that but @plegall might have some insight.

Hopefully he'll see that I tagged him and reply here!

Thanks for the report, I'll have a look at this over the weekend.

As you are using Bootstrap Darkroom, I would suggest you post issues there first: https://github.com/tkuther/piwigo-bootstrap-darkroom Although the second thing you mentioned looks fine for me in Chrome.

I thought my test site had all these scenarios covered, perhaps it didn't. I recently rebuilt my vm, so haven't setup Piwigo on it again yet but I'll sort that...

I'll look into this, it always used to work fine both ways but this using the "old" style makefile.

You just need to apply a font style to `h3.banner`. You can do this using any custom CSS plugin, the custom CSS section of the theme administration page, or even...

Here is an example using a Google font that you can just add to the page banner text: ``` h3.banner { font: 400 3.5em/125% 'Sofia'; } My page banner ```