Page 1 of 1
icons display all the time , no hide ?
Posted: 16 Sep 2022, 06:23
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
Re: icons display all the time , no hide ?
Posted: 16 Sep 2022, 16:46
by Jan
Hi, which popup method do you use? I think, this is much more a question on developer of the popup method.
Jan
Re: icons display all the time , no hide ?
Posted: 16 Sep 2022, 17:11
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.
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
Re: icons display all the time , no hide ?
Posted: 16 Sep 2022, 18:35
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
Re: icons display all the time , no hide ?
Posted: 16 Sep 2022, 19:06
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 .
very thanks
Re: icons display all the time , no hide ?
Posted: 17 Sep 2022, 11:06
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
Re: icons display all the time , no hide ?
Posted: 17 Sep 2022, 13:30
by Jan
Hi, great, thank you for the info.
Jan
Re: icons display all the time , no hide ?
Posted: 17 Sep 2022, 13:38
by sofian
Jan wrote: ↑17 Sep 2022, 13:30
Hi, great, thank you for the info.
Jan
welcome .
thanks