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, 9 months ago by
WCFM Forum.
Viewing 12 reply threads
- AuthorPosts
- May 7, 2019 at 6:48 am #60998
vraugul1
ParticipantHello!
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 #60999
vraugul1
ParticipantThis reply has been marked as private. - May 9, 2019 at 9:15 am #61334
WCFM Forum
MemberHi,
What you refer as “wcfm_buttons” ?
Thank You
- May 10, 2019 at 8:06 am #61576
- May 12, 2019 at 9:19 am #61896
WCFM Forum
MemberOK, will know you!
- May 14, 2019 at 8:38 am #62160
vraugul1
ParticipantHello!
Any news?
Thank You!
- May 16, 2019 at 3:04 pm #62506
WCFM Forum
MemberHI,
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 #62614
vraugul1
ParticipantThis reply has been marked as private. - May 18, 2019 at 12:48 pm #62800
WCFM Forum
MemberSorry, it’s coming perfectly.
On hover element appear like this.
What wrong in this ?
- May 20, 2019 at 5:42 am #62985
vraugul1
ParticipantHello!
Elements disappear in steps
Thank you!
- May 30, 2019 at 1:54 pm #64991
vraugul1
ParticipantHello!
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 #64994
vraugul1
ParticipantThis reply has been marked as private. - May 31, 2019 at 8:38 pm #65290
WCFM Forum
MemberOK, 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.