Home Forums WoodMart support forum Product Display option

Product Display option

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #27818

    ke
    Participant

    Hello,

    By any chance, I can make the image on the menu as a product and click it to have quick view feature. Please see attached image. Thank you.

    Regards,
    Jeff

    Attachments:
    You must be logged in to view attached files.
    #27831

    Artem Temos
    Keymaster

    Hi,

    Unfortunately, there is no such feature in our theme. Quick view popup works only for products and can’t be applied to our menu Visual Composer element.

    Kind Regards

    #27943

    ke
    Participant

    Hi,

    How about make change the size of the product display and put the short description under the picture ?

    Regards,

    #27952

    Artem Temos
    Keymaster

    Hi,

    Sorry, but there is no option to put the short description under the picture. Could you please send us a link where you want to change the product display and send us some screenshot for better understanding?

    Thank you

    #27959

    ke
    Participant

    Please see attached image. Thank you.

    Attachments:
    You must be logged in to view attached files.
    #27971

    Artem Temos
    Keymaster

    As we can understand, it is how do you want it to make look like, right? So where we can see it on your website now?

    #28036

    ke
    Participant
    #28067

    Artem Temos
    Keymaster

    Could you please show on the screenshot what exactly do you want to increase on the products menu element?

    #28079

    ke
    Participant

    I provided the screenshot in the previous reply.

    #28081

    ke
    Participant

    Something like attached image.

    Attachments:
    You must be logged in to view attached files.
    #28085

    Artem Temos
    Keymaster

    But you provided a screenshot from some other website and it is not related to our theme. If you want to make it look the same as on the screenshot then it requires an additional code customization and we don’t have a quick solution for that.

    #28088

    ke
    Participant

    How about just replace the whole product-wrapper into a quick-view button?

    #28132

    Artem Temos
    Keymaster

    Sorry, but there is no such option in the theme too. It can be possible only via additional code customization.

    #28201

    ke
    Participant

    Ok, how about making the pop-up quick view vertical?

    Attachments:
    You must be logged in to view attached files.
    #28247

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to place pop-up quick content in one column

    div.popup-quick-view .summary-inner {
    		position: static;
    }
    
    div.popup-quick-view .product-image-summary {
    	flex-wrap: wrap;
    }
    
    div.popup-quick-view .woodmart-scroll .woodmart-scroll-content {
    	position: static;
    }
    
    div.popup-quick-view .woodmart-scroll-content {
    	padding-top: 20px;
    	padding-left: 15px;
    	padding-right: 15px;
    	padding-bottom: 20px;
    }
    
    div.popup-quick-view .product-images:hover .view-details-btn {
        transform: none;
        -webkit-transform: none;
    }
    
    div.popup-quick-view .product-image-summary>div {
    		-webkit-box-flex: 1;
    		flex: 1 1 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    		float: none;
    }

    Regards

Viewing 15 posts - 1 through 15 (of 15 total)