Hello
The wishlist feature is great but under UIKIT , the category or items view shows the wishlist button over the other view product or select attribute buttons. This could be improved.
https://tentacul.art/index.php?option=c ... Itemid=240
(See it trying to click a view product button)
I guess I'll use a view overlay to solve this.
Also the ability to enable the wishlist only on the item page.
Thanks again for this great great component
Feature Request: Wishlist button only on item view
- adroussel
- Phoca Member
- Posts: 12
- Joined: 20 Feb 2022, 16:39
- Jan
- Phoca Hero
- Posts: 48400
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Feature Request: Wishlist button only on item view
Hi,
you can disable fade action in Options:
so the icon is displayed above the buttons.
Or to hide it per CSS:
for category view only.
BTW, yes, the behaviour is not ok for fade icons, I will take a look at it.
Jan
you can disable fade action in Options:
so the icon is displayed above the buttons.
Or to hide it per CSS:
Code: Select all
.ph-category-action-box-fade-icons {
display: none;
}
BTW, yes, the behaviour is not ok for fade icons, I will take a look at it.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 1
- Joined: 23 Oct 2022, 11:19
Re: Feature Request: Wishlist button only on item view
thanks my issue has been fixed.Jan wrote: ↑20 Oct 2022, 22:54 Hi,
you can disable fade action in Options:
so the icon is displayed above the buttons.
Or to hide it per CSS:
for category view only.Code: Select all
.ph-category-action-box-fade-icons { display: none; }
BTW, yes, the behaviour is not ok for fade icons, I will take a look at it.
Jan
- Jan
- Phoca Hero
- Posts: 48400
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Feature Request: Wishlist button only on item view
OK
If you find Phoca extensions useful, please support the project