icons display all the time , no hide ?

Phoca Gallery - image gallery extension
sofian
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Sep 2022, 09:47

icons display all the time , no hide ?

Post by sofian »

hi
when image review , there is icons that display then hide and display again if mouse move .
i want them display all the time , no hide .
how can i do this ?
thanks

Image

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: icons display all the time , no hide ?

Post by Jan »

Hi, which popup method do you use? I think, this is much more a question on developer of the popup method. :idea:

Jan
If you find Phoca extensions useful, please support the project
sofian
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Sep 2022, 09:47

Re: icons display all the time , no hide ?

Post by sofian »

Jan wrote: 16 Sep 2022, 16:46 Hi, which popup method do you use? I think, this is much more a question on developer of the popup method. :idea:

Jan
in fact i dont know which popup method i am using . i installed the pg and start use it without select or add or edit any popup .
if this will be hard work then please leave it , but if it just css or a little js code, will be ok .
thanks
christine
Phoca Hero
Phoca Hero
Posts: 2818
Joined: 28 Nov 2010, 17:20

Re: icons display all the time , no hide ?

Post by christine »

Hi sofian,
sofian wrote: 16 Sep 2022, 17:11
in fact i dont know which popup method i am using . i installed the pg and start use it without select or add or edit any popup .
if this will be hard work then please leave it , but if it just css or a little js code, will be ok .
thanks
It shows: Photoswipe.
PG > Options > Detail View > Detail Window > there are 5 methods. (Joomla 4)

Kind regards
Christie
sofian
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Sep 2022, 09:47

Re: icons display all the time , no hide ?

Post by sofian »

christine wrote: 16 Sep 2022, 18:35 Hi sofian,

It shows: Photoswipe.
PG > Options > Detail View > Detail Window > there are 5 methods. (Joomla 4)

Kind regards
Christie
yes it is photoswipe .
Image

very thanks
sofian
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Sep 2022, 09:47

Re: icons display all the time , no hide ?

Post by sofian »

SOLVED

Code: Select all

.pswp__ui--idle .pswp__top-bar,  
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {opacity: 1.0;}
old code :

Code: Select all

.pswp__ui--idle .pswp__top-bar,  
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {opacity: 0;}
thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: icons display all the time , no hide ?

Post by Jan »

Hi, great, thank you for the info.

Jan
If you find Phoca extensions useful, please support the project
sofian
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Sep 2022, 09:47

Re: icons display all the time , no hide ?

Post by sofian »

Jan wrote: 17 Sep 2022, 13:30 Hi, great, thank you for the info.

Jan
welcome .
thanks
Post Reply