Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › wcfm_buttons
Tagged: wcfm_buttons
- This topic has 12 replies, 2 voices, and was last updated 5 years, 5 months ago by WCFM Forum.
Viewing 12 reply threads
- AuthorPosts
- May 7, 2019 at 6:48 am #60998vraugul1Participant
Hello!
Please help to make the buttons “wcfm_buttons” appears when the mouse is over the goods.
Thank you!
- May 7, 2019 at 6:48 am #60999vraugul1ParticipantThis reply has been marked as private.
- May 9, 2019 at 9:15 am #61334WCFM ForumMember
Hi,
What you refer as “wcfm_buttons” ?
Thank You
- May 10, 2019 at 8:06 am #61576
- May 12, 2019 at 9:19 am #61896WCFM ForumMember
OK, will know you!
- May 14, 2019 at 8:38 am #62160vraugul1Participant
Hello!
Any news?
Thank You!
- May 16, 2019 at 3:04 pm #62506WCFM ForumMember
HI,
Please use this CSS for the purpose –
div.products .product .wcfm_buttons {visibility:hidden;} div.products .product:hover .wcfm_buttons{visibility:visible;}
Thank You
- May 17, 2019 at 5:29 am #62614vraugul1ParticipantThis reply has been marked as private.
- May 18, 2019 at 12:48 pm #62800WCFM ForumMember
Sorry, it’s coming perfectly.
On hover element appear like this.
What wrong in this ?
- May 20, 2019 at 5:42 am #62985vraugul1Participant
Hello!
Elements disappear in steps
Thank you!
- May 30, 2019 at 1:54 pm #64991vraugul1Participant
Hello!
I did.
Who needs to, can be enjoy:div.products .product .wcfm_buttons {opacity: 0; visibility:hidden; transition: opacity 0.3s, visibility 0s linear 0.3s;} div.products .product:hover .wcfm_buttons{opacity: 1; visibility:visible; transition-delay: 0s;} div.products .product .wcfm_buttons span.wcfmfa.fa-link.text_tip {opacity: 0; visibility:hidden; transition: opacity 0.3s, visibility 0s linear 0.3s;} div.products .product:hover .wcfm_buttons span.wcfmfa.fa-link.text_tip {opacity: 1; visibility:visible; transition-delay: 0s;} div.products .product .wcfm_buttons span.wcfmfa.fa-edit.text_tip {opacity: 0; visibility:hidden; transition: opacity 0.3s, visibility 0s linear 0.3s;} div.products .product:hover .wcfm_buttons span.wcfmfa.fa-edit.text_tip {opacity: 1; visibility:visible; transition-delay: 0s;} div.products .product .wcfm_buttons span.wcfmfa.fa-trash-alt.text_tip {opacity: 0; visibility:hidden; transition: opacity 0.3s, visibility 0s linear 0.3s;} div.products .product:hover .wcfm_buttons span.wcfmfa.fa-trash-alt.text_tip {opacity: 1; visibility:visible; transition-delay: 0s;}
Thank you!
- May 30, 2019 at 1:55 pm #64994vraugul1ParticipantThis reply has been marked as private.
- May 31, 2019 at 8:38 pm #65290WCFM ForumMember
OK, I avoid “transition” CSS property as it does not work in all browsers.
Thank You
- AuthorPosts
Viewing 12 reply threads
- The topic ‘wcfm_buttons’ is closed to new replies.