Clickable product image with hover effect

You can use some Javascript to trigger the click. For example: $(‘.product-thumb’).click(function(event) { var product_link = $(this).find(‘product-thumb-primary a’); // Don’t trigger a click on the existing link if(!event.target.href && product_link.length) { document.location.href = product_link.attr(‘href’); } }); Un-tested but that’s the basic logic.

Merge “description” and “additional informations” product tab

The callback used to render the “Description” tab is woocommerce_product_description_tab(), which simply loads the template file single-product/tabs/description.php. And for the “Additional Information” tab, the callback is woocommerce_product_additional_information_tab() and the template is single-product/tabs/additional-information.php. So if you want to merge the two tabs, you can copy the “relevant” contents from the template file, like so: add_filter( ‘woocommerce_product_tabs’, … Read more

Customize categroy catalog page

content-product_cat.php is the equivalent template for the category thumbnails. You want to copy templates/content-product_cat.php to your theme and modify it, the same way you presumably did for content-product.php. As with the product template, though, the only HTML in the template is the <li> tag. The rest is output through hooks.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)