Tagged Questions
0
votes
0answers
65 views
Woocommerce: Set thumbnail detail (clipping area)
I am using the german Wordpress 3.5.1–de_DE with Woocommerce 2.0.8 and the Woothemes Mystile Theme 1.2.8.
I have a big picture for a product (Jellyfish.jpg) and want to use a specific area of that ...
-1
votes
2answers
644 views
Make thumbnails in woocommerce replace the main image instead of opening fancybox
I would like the thumbnails underneath the main image on the single product page to replace the main image when they are either clicked or on hover, I prefer hover. Right now the thumbnails just open ...
0
votes
0answers
329 views
How To Link Product Thumbnails To Single Product Page in WooCommerce? [closed]
When I updated to 3.5, I noticed that I cannot link images anymore :( So am using the "WP Gallery Custom Links" plugin to place a link for my images, but it does not work for the product thumbnails ...
0
votes
1answer
1k views
How to split the categories of subcategories with thumbnails
This is the code I use to display all product categories with thumbnails:
<?php
$cats = get_terms('product_cat', array(
'hide_empty' => 0,
'orderby' => 'name'
));
?>
<div ...