Home Forums WoodMart support forum Altering product page layout for one product – urgent query

Altering product page layout for one product – urgent query

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #29292

    jukka18
    Participant

    Hi 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.
    #29296

    jukka18
    Participant

    * 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.

    #29311

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to this product so we can prepare a fix for you?

    Regards

    #29319

    jukka18
    Participant

    Please see link attached – thanks again.

    #29324

    Artem Temos
    Keymaster

    Try 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

    #29329

    jukka18
    Participant

    Thank 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!

    #29330

    jukka18
    Participant

    ps. 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.

    #29337

    Artem Temos
    Keymaster

    Hello,

    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

    #29341

    jukka18
    Participant

    See info attached – thanks

    #29344

    Artem Temos
    Keymaster

    If 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.

    #29537

    jukka18
    Participant

    Hi 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;
    }

    #29541

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us your website admin access so we can check it?

    Regards

    #29544

    jukka18
    Participant

    Thanks see below

    #29545

    Artem Temos
    Keymaster
    #29546

    jukka18
    Participant

    see attached

    #29555

    jukka18
    Participant

    Any look with the issues? – Thanks again for your help

    #29556

    Artem Temos
    Keymaster

    We can’t access your website with the login data you gave. Can you please check it?

    #29557

    jukka18
    Participant

    Sorry try this:

    #29560

    Artem Temos
    Keymaster

    You 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.

    #29562

    jukka18
    Participant

    Thanks. Sorry last question!

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

    Artem Temos
    Keymaster

    How can we see this price on your checkout page? https://gyazo.com/5f9341238c6d7992da7797452435eaef

    #29660

    jukka18
    Participant

    Its Ok I’ve removed it.

    The pop-up newsletter is working but not on mobile could you please advise.

    Thanks

    #29668

    Artem Temos
    Keymaster

    Maybe you have hidden the popup for mobile devices in Theme Settings -> Shop -> Promo popup.

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