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