Home › Forums › WoodMart support forum › Altering product page layout for one product – urgent query
Altering product page layout for one product – urgent query
- This topic has 22 replies, 2 voices, and was last updated 6 years, 11 months ago by Artem Temos.
-
AuthorPosts
-
December 17, 2017 at 1:56 am #29292
jukka18ParticipantHi there,
I would like to have this multi step layout for just one product, can this be done using css and specific product ID’s. so it covers the whole frame covering where the product image would normally be and not just the left hand side of the product page? See attached image
Regards
J
Attachments:
You must be logged in to view attached files.December 17, 2017 at 2:07 am #29296
jukka18Participant* I would like the product information on the right hand side to cover the whole page not just located on the right. As mentioned, I just require this layout for one specific product. The rest of the products on the site will be the standard product page layout.
December 17, 2017 at 9:34 am #29311
Artem TemosKeymasterHi,
Could you please send us a link to this product so we can prepare a fix for you?
Regards
December 17, 2017 at 9:57 am #29319
jukka18ParticipantPlease see link attached – thanks again.
December 17, 2017 at 10:26 am #29324
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to do this
.postid-1610 .summary { -webkit-box-flex: 0!important; -ms-flex: 0 1 100%!important; flex: 0 1 100%!important; max-width: 100%!important; width: 100%!important; } .postid-1610 .product-images { display:none; }
Regards
December 17, 2017 at 10:35 am #29329
jukka18ParticipantThank you so much – brilliant!
can i ask a couple more things:
1. When I have variants in a product page it shows the price range £10-14 for instance, can I just show the lowest price?
2. Is there a subscription plugin you recommend
Thanks again – superb service!
December 17, 2017 at 10:53 am #29330
jukka18Participantps. Can we remove the price range £10-40 and just have the actual price but in a far larger font.
Plus is there a way of putting a header/banner on that page above the multistep order?
Thank you again for your A* help.
December 17, 2017 at 1:13 pm #29337
Artem TemosKeymasterHello,
1. Do you have an example of such product?
2. Sorry, but we didn’t have a chance to test subscription plugins with our theme.
You can create an HTML Block in Dashboard -> HTML Blocks with your banner and then add it to that product page using our extra content block feature https://gyazo.com/3fc050ce16e711cddd8b91cac95c8740
Regards
December 17, 2017 at 1:29 pm #29341
jukka18ParticipantSee info attached – thanks
December 17, 2017 at 1:45 pm #29344
Artem TemosKeymasterIf you are editing the product short description text with Visual Composer you can use our “Button” element to create a button with a link to some other page.
December 18, 2017 at 6:34 pm #29537
jukka18ParticipantHi there,
I’m trying to remove labels with the following in the custom CSS but its not doing anything any ideas?
.product-labels {
display: none!important;
}December 18, 2017 at 7:07 pm #29541
Artem TemosKeymasterHi,
Could you please provide us your website admin access so we can check it?
Regards
December 18, 2017 at 7:11 pm #29544
jukka18ParticipantThanks see below
December 18, 2017 at 7:12 pm #29545
Artem TemosKeymasterWe need this data as well https://gyazo.com/9a5702480f3d6d9fcff5f1859243422a
December 18, 2017 at 7:15 pm #29546
jukka18Participantsee attached
December 18, 2017 at 7:48 pm #29555
jukka18ParticipantAny look with the issues? – Thanks again for your help
December 18, 2017 at 7:56 pm #29556
Artem TemosKeymasterWe can’t access your website with the login data you gave. Can you please check it?
December 18, 2017 at 8:01 pm #29557
jukka18ParticipantSorry try this:
December 18, 2017 at 8:04 pm #29560
Artem TemosKeymasterYou have an outdated version of the theme. To hide “Sale” label you can use this code snippet
.onsale { display: none!important; }
You are using some extra plugin for subscriptions products so this Read More text should be editable in the plugin’s PO file with Loco Translate.
December 18, 2017 at 8:30 pm #29562
jukka18ParticipantThanks. Sorry last question!
Attachments:
You must be logged in to view attached files.December 19, 2017 at 7:37 am #29607
Artem TemosKeymasterHow can we see this price on your checkout page? https://gyazo.com/5f9341238c6d7992da7797452435eaef
December 19, 2017 at 2:15 pm #29660
jukka18ParticipantIts Ok I’ve removed it.
The pop-up newsletter is working but not on mobile could you please advise.
Thanks
December 19, 2017 at 2:45 pm #29668
Artem TemosKeymasterMaybe you have hidden the popup for mobile devices in Theme Settings -> Shop -> Promo popup.
-
AuthorPosts
Tagged: product page layout
- You must be logged in to create new topics. Login / Register