Manage sub categories

Phoca Gallery - image gallery extension
serged
Phoca Enthusiast
Phoca Enthusiast
Posts: 58
Joined: 25 Apr 2022, 20:50

Manage sub categories

Post by serged »

Hello

I have a problem on Android phone
When a user have his phone in portrait he cannot select le master category
In Landscape it is OK

See screencopy for protrait : Image
and in Lanscape Image
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47865
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Manage sub categories

Post by Jan »

Hi, thank you for the info, for now the only way is to change CSS for this (for small displays) :idea:

Jan
If you find Phoca extensions useful, please support the project
serged
Phoca Enthusiast
Phoca Enthusiast
Posts: 58
Joined: 25 Apr 2022, 20:50

Re: Manage sub categories

Post by serged »

Is it possible to have the CSS ?

And It is now in the roadmap of photo gallery

Thank you
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47865
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Manage sub categories

Post by Jan »

Hi, which CSS do you mean? I didn't do such change yet, so I don't have any such CSS yet :idea:

Jan
If you find Phoca extensions useful, please support the project
serged
Phoca Enthusiast
Phoca Enthusiast
Posts: 58
Joined: 25 Apr 2022, 20:50

Re: Manage sub categories

Post by serged »

Jan wrote: 03 Oct 2022, 23:23 Hi, thank you for the info, for now the only way is to change CSS for this (for small displays) :idea:

Jan
I'm talking about the css you mentioned
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47865
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Manage sub categories

Post by Jan »

Hi, I didn't speak about some concrete CSS code, I spoke about that the best way to do is per CSS modifications.

Jan
If you find Phoca extensions useful, please support the project
serged
Phoca Enthusiast
Phoca Enthusiast
Posts: 58
Joined: 25 Apr 2022, 20:50

Re: Manage sub categories

Post by serged »

Ok, So I leave.
I do not speak CSS
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: Manage sub categories

Post by christine »

Hi,

just only an idea. You could try to make fonts smaller. It depends which max-width you want.

Code: Select all

@media only screen and (max-width:500px) {
#phocagallery-ucp.pg-ucp-view {
font-size: 9px; 
}}
Kind regards
Christine
trekking52hz
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 17 Oct 2022, 05:39

Re: Manage sub categories

Post by trekking52hz »

Thanks
Post Reply