Home Forums WC Vendors Pro Support How to disable the hover effects

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #53230
    Emad Rashad
    Participant

    Hello

    My customers don’t know how to Edit or Delete or view the products because the buttons are hidden, only in case they click on the product name so they can see the delete / Edit buttons, my question is there is a way to disable the hover effects .. I mean how I can make the Edit/Delete/View buttons shown always ?

    #53272
    Anna
    Member

    @eraroma
    If you put this in your theme/child theme style.css file, it should keep them visible at all times:

    div.row-actions.row-actions-product, .wcv-grid table .row-actions {
        filter: alpha(opacity=1)!important;
        opacity: 1!important;
    }
    #53302
    Emad Rashad
    Participant

    Issue Solved!

    Thanks a lot 🙂

    #53305
    Emad Rashad
    Participant

    Hi Ana,

    Ok, it’s sovled on laptop and Desktop but not in mobile versions, kindly help me to also make it visible on mobiles

    Thanks

    #53389
    Emad Rashad
    Participant

    Any Response ?

    Thanks

    #53436
    Emad Rashad
    Participant

    2- page numbers shown like that http://prnt.sc/dx6n84

    how I can solve it ?

    #53475
    Emad Rashad
    Participant

    3- The vendors who add products in Arabic should shown in English when I go to English I found it 0 products

    I have WPML plugin and I translated all products from Arabic to English but still the products in vendors dashboard is 0

    http://prnt.sc/dx956n

    #53532
    Anna
    Member

    @eraroma
    If you are having vendors add products in two different languages….
    Essentially you need to choose one language for your site at this time for the WC Vendors functions to work properly- especially with the dashboard pages.
    I know we discussed this with you in the recent past:
    https://www.wcvendors.com/help/topic/wpml-issue/
    https://www.wcvendors.com/help/topic/how-i-can-duplicate-the-products-in-two-different-languages/
    Translating from RTL for one language is one thing; translating to TWO languages, and one using LTR and one using RTL is going to mess up the dashboard pages.

    #53562
    Emad Rashad
    Participant

    Ok, Ana

    The edit/preview/delete buttons on laptop and Desktop it’s visible but not in mobile versions, kindly help me to also make it visible on mobiles

    #53611
    Anna
    Member

    I do not know what would change with the mobile styling– does your theme use @media queries to style for mobile?
    If so, perhaps you need to add the above css to that section also– look for the mobile styles in the css and see if it overrides the screen sizes for the rest of the css styling.
    Otherwise, that is the only css that causes the links to be hover only, so I do not know why they are not showing in your situation.
    You may also have to change the positioning if your theme is causing the links to still show far to one side when viewed in mobile format/size.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.