Announcement

  •  » Themes
  •  » [Theme] stripped (last version: 2.3.1)

#226 2012-03-28 08:02:59

Zaphod
Former Piwigo Team
2006-11-13
441

Re: [Theme] stripped (last version: 2.3.1)

Ok... it's in the configuration option of each profile.
So you'll have to activate it by default for all users, and then activate captions on thumbnail page via stripped admin, and add a css rule with Local Files Editor:

Code:

.thumbCaption {
    display: none;
}
.wrap1 .thumbLegend .thumbStats, .thumbStats .nb-comments {
    display: block;
}

(that needs a little tweaking to get something presentable.

css rules in Local Files Editor will not be erased on next theme update... and this is not an option I will add.

Offline

 

#227 2012-03-28 10:08:30

edison23
Member
2009-08-28
12

Re: [Theme] stripped (last version: 2.3.1)

oh thanks a lot! works like a charm ^^

Offline

 

#228 2012-05-02 22:26:18

Zaphod
Former Piwigo Team
2006-11-13
441

Re: [Theme] stripped (last version: 2.3.1)

There's a new beta version (2.2.0.bta2) for Piwigo 2.4rc.
You can choose on the theme configuration page which image size you want to display for each use: album thumbnail, thumbnail, image & hd image.

There may have bugs... thanks to report them here if you have a problem.

Last edited by Zaphod (2012-05-02 22:26:53)

Offline

 

#229 2012-07-19 00:07:33

QQleQ
Guest

Re: [Theme] stripped (last version: 2.3.1)

Hello Zwaphod,

Thanks for this theme, it looks great!
I am trying to put the whole thing inside a table.. simply to integrate it into an existing site. I already have added the header and the footer and custom CSS's for the site and everything seems fine.. everything BUT the picture page.

Whenever you go to the picture page it will ignore the table completely.. (examples below)

http://imaginur.com/images/2012/07/18/E0wOV.png
http://imaginur.com/images/2012/07/18/ncIUk.png

How can i get the picture page to fall neatly within the table just like the album page?

Thanks!

 

#230 2012-07-19 17:17:34

QQleQ
Guest

Re: [Theme] stripped (last version: 2.3.1)

NM! I figured it out! Took me a long time but i managed to get it working..

QQleQ wrote:

Hello Zwaphod,

Thanks for this theme, it looks great!
I am trying to put the whole thing inside a table.. simply to integrate it into an existing site. I already have added the header and the footer and custom CSS's for the site and everything seems fine.. everything BUT the picture page.

Whenever you go to the picture page it will ignore the table completely.. (examples below)

http://imaginur.com/images/2012/07/18/E0wOV.png
http://imaginur.com/images/2012/07/18/ncIUk.png

How can i get the picture page to fall neatly within the table just like the album page?

Thanks!

 

#231 2012-08-03 10:27:40

quicky
Member
2012-08-03
20

Re: [Theme] stripped (last version: 2.3.1)

Hey guys,

I hope you can help me. I'm using the "stripped" theme for quite a while now and it looks awesome. I disabled the frame around the images as I love the even cleaner look. However I'd like to get yellow colored border (1px) around the images. Like I had it in my old gallery: http://illumia.de/archiv/main.php

Is there any easy way to edit the css to do that?

Thanks in advance and best regards

Oliver

Offline

 

#232 2012-08-03 23:42:53

Zaphod
Former Piwigo Team
2006-11-13
441

Re: [Theme] stripped (last version: 2.3.1)

Yes: the initial css rules are:
- for albums:

Code:

.naf .thumbnailCategory .illustration img { border: solid 1px #777777;}
.naf .thumbnailCategory .illustration img:hover  { border: 1px solid #C0C0C0;

- for thumbnails :

Code:

.ntf .wrap1 .wrap2 .thumbnail { border: solid 1px #444;}
.ntf .wrap1 .wrap2 .thumbnail:hover { border: solid 1px #777;}

Offline

 

#233 2012-08-04 00:03:37

Tadjio
Member
UK
2012-05-02
432

Re: [Theme] stripped (last version: 2.3.1)

Zaphod, I have just tried your suggestions out of curiosity.
The first one works (.naf)
but the second one (.ntf) doesn't do anything...


Tadjio

Offline

 

#234 2012-08-04 14:35:58

Zaphod
Former Piwigo Team
2006-11-13
441

Re: [Theme] stripped (last version: 2.3.1)

The second one is for image thumbnails, not albums.
It works on my test site (if the option: no frame around image thumnail is chosen).

Do you have a link to a page where the line does not work?

Offline

 

#235 2012-08-04 20:05:02

Tadjio
Member
UK
2012-05-02
432

Re: [Theme] stripped (last version: 2.3.1)

Sorry to confuse you Zaphod.  It does work for image thumbnails but it is very subtle ;)

I increased from 1px to 5px and played with my Internet Explorer Zoom size and now I can see it.
My bad!


Tadjio

Offline

 

#236 2012-08-05 16:53:35

tobias
Guest

Re: [Theme] stripped (last version: 2.3.1)

Hi,

Stripped theme looks really nice! I am kind of new to piwigo (have been using gallery menalto for a long time). I failed to get other photosizes (for thumbnails for example) to work than the defaults.
I put for example the thumbnail size to "extra small" biut the thumbnail size did not change on the main page of the album.
example:
example
How could I change the (default) thumbnail size with this theme ?

my theme settings are:
themesettings

regards,

Tobias.

 

#237 2012-09-11 09:59:51

TheChief
Member
2012-07-21
16

Re: [Theme] stripped (last version: 2.3.1)

Have a strange problem with sripped theme, since i uploaded a new album to my gallery. I cannot see any picture in the new album and i dont know why. If i use another theme, everything works fine. What could be the problem? I've checked all access rights and the must be ok, because i can view the album with "elegant" theme and mobile theme.

EDIT: stripped-galeria also works.

Last edited by TheChief (2012-09-11 10:02:33)

Offline

 

#238 2012-09-11 11:12:28

TheChief
Member
2012-07-21
16

Re: [Theme] stripped (last version: 2.3.1)

OK, i realised, that i can see no image in all albums. What can that be?

I already tried to delete the theme and reinstalled it, but no change.

EDIT: After i removed the stripped entry in piwigo_config-table, everything works again. I think the config was corrupt.

Last edited by TheChief (2012-09-11 11:19:03)

Offline

 

#239 2013-04-11 20:12:08

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: [Theme] stripped (last version: 2.3.1)

Hi,

I have a strange beheaviour with the 'Quicksearch'.

If you have a look:
http://www.pixel-wonders.de/index/categories

and type for example 'Rheine' in the field 'Schnellsuche' you will get :
Albumresultate für Rheine : Zoo Rheine
Schlagwortergebnisse für Rheine : Array — Array

What makes me wonder is the part: Array -- Array.

Because it does not happen with the elegant theme, i guess it is a template thing.

Here is what the elegant theme shows:
Albumresultate für Rheine : Zoo Rheine
Schlagwortergebnisse für Rheine : Naturzoo Rheine — Rheine

Cheers
Ralf

Last edited by Ralf (2013-04-11 20:34:55)


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 
  •  » Themes
  •  » [Theme] stripped (last version: 2.3.1)

Board footer

Powered by FluxBB

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