
-
AuthorPosts
-
May 12, 2021 at 10:20 am #1299867
m f
GuestI use WordPress/enfold/Commerce:
how to add a wishing list (a heart) under the product gallery, so the customer adds like products to his list.May 12, 2021 at 12:11 pm #1299905Hi,
Thanks for contacting us!
You can find a 3rd party plugin to add wishlist feature to your website. There are some available by WooCommerce – https://woocommerce.com/search/?q=wishlist.
Please note, we have not officially tested these plugins with Enfold. Please contact plugin authors and ask in case they had any experience with Enfold before to be on the safe side.If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support :)
Regards,
YigitMay 12, 2021 at 2:40 pm #1299935m f
GuestI am using plugin ti wishlist and I have a heart icon on the paintings I want to make som css custom to the heart color , I tryed to use this code but it gives my problem , if I clic on the heart servel times the background color become gry
.tinv-wishlist {
background-color: #cac7c7;
opacity: 0.5;
color: #FFF;
font-weight: bold;
padding: 5px 20px 5px 20px;
}
.tinv-wishlist:hover {
background-color: #E6A777;
color: #FFF;
padding: 5px 20px 5px 20px;
}
https://stackoverflow.com/questions/64303518/how-to-place-a-heart-button-with-css
and I used this code , it work but, when I clic on heart servel times the same problem , the background get gry
{
background-color: #cac7c7;
border-radius: 20px;
box-shadow: 0 2px 8px rgba(0,0,0,.1);
display: inline;}
#heart{
font-size: 25px;
}
#heart:hover{
color:red;
}May 12, 2021 at 2:41 pm #1299936m f
GuestI want a heart like this on the paintings
https://i.stack.imgur.com/NxT0u.pngMay 12, 2021 at 3:10 pm #1299941m f
GuestI am using now this code, it works
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button{
background-color: #cac7c7;
opacity: 0.5;
border-radius: 20px;
padding: 5px 5px 5px 5px;
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button:hover {
background-color: #E6A777;
border-radius: 20px;
padding: 5px 10px 5px 10px;
}
I want to get cirkel borderMay 13, 2021 at 11:28 am #1300116Hi,
We only provide support to our registered users.
If you have any questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.