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
icons display all the time , no hide ?
-
- Phoca Member
- Posts: 26
- Joined: 09 Sep 2022, 09:47
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: icons display all the time , no hide ?
Hi, which popup method do you use? I think, this is much more a question on developer of the popup method.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 26
- Joined: 09 Sep 2022, 09:47
Re: icons display all the time , no hide ?
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
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: icons display all the time , no hide ?
Hi sofian,
PG > Options > Detail View > Detail Window > there are 5 methods. (Joomla 4)
Kind regards
Christie
It shows: Photoswipe.
PG > Options > Detail View > Detail Window > there are 5 methods. (Joomla 4)
Kind regards
Christie
-
- Phoca Member
- Posts: 26
- Joined: 09 Sep 2022, 09:47
-
- Phoca Member
- Posts: 26
- Joined: 09 Sep 2022, 09:47
Re: icons display all the time , no hide ?
SOLVED
old code :
thanks
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;}
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;}
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: icons display all the time , no hide ?
Hi, great, thank you for the info.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 26
- Joined: 09 Sep 2022, 09:47