Home › Forums › WoodMart support forum › more info on basic product preview
more info on basic product preview
- This topic has 13 replies, 2 voices, and was last updated 6 years, 11 months ago by Artem Temos.
-
AuthorPosts
-
December 27, 2017 at 11:23 am #30614
Face2designParticipantHi,
Is it possible to get more info on the products page, like we get when we activate summary on hover?
Attachments:
You must be logged in to view attached files.December 27, 2017 at 1:24 pm #30630
Artem TemosKeymasterHello,
We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.
Do you mean to show your products short description on other product hovers? What hover style will you use? We will provide an instruction how to display it there with a bit of a code customization.
Kind Regards
XtemosDecember 27, 2017 at 1:28 pm #30633
Face2designParticipantHi,
Thanks for your quick support.
What I want is like the attached file. Just some info extra on the products overview.
Like a short description, delivery/order details and the price. With and without tax if that is possible
Attachments:
You must be logged in to view attached files.December 27, 2017 at 1:30 pm #30636
Artem TemosKeymasterSo what kind of product hover do you want to use? Because you can use “Summary on hover” add put all the needed information to the short description field.
December 27, 2017 at 1:38 pm #30637
Face2designParticipantSee attachment. I want the layout of the link the same as the hover (summery option), but without the scaling transformation.
Attachments:
You must be logged in to view attached files.December 27, 2017 at 2:06 pm #30639
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to do this
div.woodmart-hover-base { -webkit-transform: none!important; transform: none!important; } div.woodmart-hover-base .content-product-imagin { left: 15px; right: 15px; top: 0px; bottom: 10px; opacity:1; visibility: visible; transform:none; margin-bottom:0!important; } div.woodmart-hover-base .fade-in-block { position: static; visibility: visible; opacity: 1; -webkit-transform: none!important; transform: none!important; } div.woodmart-hover-base .wrapp-swatches { -webkit-transform: none!important; transform: none!important; }
December 27, 2017 at 2:10 pm #30640
Face2designParticipantOk, almost perfect, can I get the short description also in that screen?
kind regards,
Frank
December 27, 2017 at 2:50 pm #30645
Artem TemosKeymasterBut the short description is already there.
December 27, 2017 at 2:53 pm #30647
Face2designParticipantNo I see the title of the product and the Price. But I want the short description also if that is possible
December 27, 2017 at 2:53 pm #30648
Artem TemosKeymasterCould you please provide us your website link so we can check it?
December 27, 2017 at 2:54 pm #30649
Face2designParticipantOh, I run it locally by mamp pro ;-(
December 27, 2017 at 2:56 pm #30650
Artem TemosKeymasterStrange, but by default this hover already has a short description. You can see it on our demo. Check
Hover content
option in Theme Settings -> Shop -> Products and categories styles.December 27, 2017 at 2:59 pm #30651
Face2designParticipantOh, sorry I set it on additional information ;-(
thanks this looks ok to me.
December 27, 2017 at 3:20 pm #30654
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
The topic ‘more info on basic product preview’ is closed to new replies.
- You must be logged in to create new topics. Login / Register