Page 1 of 1

Feature Request: Wishlist button only on item view

Posted: 18 Oct 2022, 14:14
by adroussel
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

Re: Feature Request: Wishlist button only on item view

Posted: 20 Oct 2022, 22:54
by Jan
Hi,

you can disable fade action in Options:

Image

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;
}
for category view only.


BTW, yes, the behaviour is not ok for fade icons, I will take a look at it.

Jan

Re: Feature Request: Wishlist button only on item view

Posted: 23 Oct 2022, 11:33
by alexsunny123
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:

Code: Select all

.ph-category-action-box-fade-icons {
    display: none;
}
for category view only.


BTW, yes, the behaviour is not ok for fade icons, I will take a look at it.

Jan
thanks my issue has been fixed.

Re: Feature Request: Wishlist button only on item view

Posted: 25 Oct 2022, 23:24
by Jan
OK