wcfm_buttons

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Tagged: 

Viewing 12 reply threads
  • Author
    Posts
    • #60998
      vraugul1
      Participant

      Hello!

      Please help to make the buttons “wcfm_buttons” appears when the mouse is over the goods.

      Thank you!

    • #60999
      vraugul1
      Participant
      This reply has been marked as private.
    • #61334
      WCFM Forum
      Keymaster

      Hi,

      What you refer as “wcfm_buttons” ?

      Thank You

    • #61576
      vraugul1
      Participant

      Quick-edit-product.

      Attachments:
      You must be logged in to view attached files.
    • #61896
      WCFM Forum
      Keymaster

      OK, will know you!

    • #62160
      vraugul1
      Participant

      Hello!

      Any news?

      Thank You!

    • #62506
      WCFM Forum
      Keymaster

      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

    • #62614
      vraugul1
      Participant
      This reply has been marked as private.
    • #62800
      WCFM Forum
      Keymaster

      Sorry, it’s coming perfectly.

      On hover element appear like this.

      What wrong in this ?

    • #62985
      vraugul1
      Participant

      Hello!

      Elements disappear in steps

      Thank you!

    • #64991
      vraugul1
      Participant

      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!

    • #64994
      vraugul1
      Participant
      This reply has been marked as private.
    • #65290
      WCFM Forum
      Keymaster

      OK, I avoid “transition” CSS property as it does not work in all browsers.

      Thank You

Viewing 12 reply threads
  • The topic ‘wcfm_buttons’ is closed to new replies.