Multiple questions - by techhnyne - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler

  • Avatar: techhnyne
    techhnyne
    Participant
    July 20, 2017 at 20:36

    1. when mousing over a product or link with image it shows an image with a link icon on it. I want to disable that and make the product/category image a clickable link, without the link icon showing.

    2. on my shop page it shows a widget or something on the bottom and i cant figure out where it came from to get rid of it http://www.infamousoffroad.com/shop/

    3. static blocks page does not show visual composer so I am unable to edit the posts

    3 Answers
    Avatar: amzy
    Amzy Leel
    Participant
    July 21, 2017 at 06:36

    Hi,

    3. You have to enable the Visual Composer for static block.
    – Visual Composer >> role manage >> post type >> custom and select all the available options.
    – check : http://prntscr.com/fydev9

    Avatar: amzy
    Amzy Leel
    Participant
    July 21, 2017 at 06:37

    1) 2) Rose will reply in a while

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 21, 2017 at 09:03

    Hello, @techhnyne,

    1. You can use custom css to achieve needed result, for example:

    .product-category .mask-container .block-mask .mask-content {
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }
    .product-category .mask-container .block-mask:hover {
        background-color: transparent;
    }
    .product-category .mask-container .block-mask .mask-content a {
        width: 100%;
        height: 100%;
    }

    How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
    2. Please provide screenshot for better understanding.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.