Home › Forums › WoodMart support forum › Product Display option
Product Display option
- This topic has 14 replies, 3 voices, and was last updated 7 years ago by Bogdan Donovan.
-
AuthorPosts
-
December 8, 2017 at 4:32 am #27818
keParticipantHello,
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,
JeffAttachments:
You must be logged in to view attached files.December 8, 2017 at 7:26 am #27831
Artem TemosKeymasterHi,
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
December 8, 2017 at 6:26 pm #27943
keParticipantHi,
How about make change the size of the product display and put the short description under the picture ?
Regards,
December 8, 2017 at 7:54 pm #27952
Artem TemosKeymasterHi,
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
December 9, 2017 at 4:58 am #27959
keParticipantPlease see attached image. Thank you.
Attachments:
You must be logged in to view attached files.December 9, 2017 at 8:23 am #27971
Artem TemosKeymasterAs 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?
December 9, 2017 at 3:44 pm #28036
keParticipantDecember 9, 2017 at 5:05 pm #28067
Artem TemosKeymasterCould you please show on the screenshot what exactly do you want to increase on the products menu element?
December 9, 2017 at 5:30 pm #28079
keParticipantI provided the screenshot in the previous reply.
December 9, 2017 at 5:39 pm #28081
keParticipantSomething like attached image.
Attachments:
You must be logged in to view attached files.December 9, 2017 at 5:41 pm #28085
Artem TemosKeymasterBut 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.
December 9, 2017 at 6:00 pm #28088
keParticipantHow about just replace the whole product-wrapper into a quick-view button?
December 10, 2017 at 11:23 am #28132
Artem TemosKeymasterSorry, but there is no such option in the theme too. It can be possible only via additional code customization.
December 10, 2017 at 2:39 pm #28201
keParticipantOk, how about making the pop-up quick view vertical?
Attachments:
You must be logged in to view attached files.December 10, 2017 at 8:06 pm #28247
Bogdan DonovanKeymasterTry 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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register