• 1. Thumbnails Not Displaying for View Tabs

    2. Also is there a way to display these vertically rather than horizontal?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi there,

    Could you share your product’s URL and maybe describe your issue a little more, as I’m not quite sure what you’re talking about.

    Marc

    Thread Starter tomdimond

    (@tomdimond)

    URL is here https://www.discoversalkan.com/product/the-backpacker-test/

    There is no images displayed for FRONT, BACK, SIDE in the menu

    Plugin Contributor Marc Lacroix

    (@marcusig)

    Okay I see.

    1. Thumbnails Not Displaying for View Tabs

    I’ve only just implemented this, so it’s not released yet.
    If you want to use the feature already, you can download the beta version of the plugin here: https://github.com/marcusig/woocommerce-product-customizer/releases/tag/v1.2.8-beta-2

    You’ll then have to enable the image in Settings > Product Configurator:

    2. Also is there a way to display these vertically rather than horizontal?

    Using the following CSS:

    .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li {
        display: block;
        padding-bottom: 6px;
    }
    
    .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li a {
        text-align: left;
        padding-bottom: 2px;
    }

    will give you this:

    Marc

    Thread Starter tomdimond

    (@tomdimond)

    Hi Marc,

    Thanks for this. Is it also possible to swap the frames round on mobile so that the picture is above the options?

    Thanks

    Tom

    Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi Tom,

    Yes it’s possible. Actually I’m changing the order on all the themes to be like that, as it makes more sense.

    Marc

    Thread Starter tomdimond

    (@tomdimond)

    Perfect, do you know when that will be released?

    Also is it possible for the frames (layer selector) not to scroll and just expand? it’s quite fiddly on mobile

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Thumbnails Not Displaying for View Tabs’ is closed to new replies.