Ticket for: PickPlugins Product Slider
0
Jan
Hi, I want to make an effect when user hover over product image in my carousel -> show 2nd product image with slow zoom animation. But how can I add for example custom Layout element with 2nd image url? I found this code but I dont know how to modify it to work well with your amazing plugin:
function wcps_layout_elements_20200516($layout_elements) { $layout_elements['custom'] = array('name' =>__('Custom','woocommerce-products-slider')); return $layout_elements; } add_filter('wcps_layout_elements', 'wcps_layout_elements_20200516', 99);
Thanks for help.
Best Regards, Jan
0 Subscribers
Submit Answer
0 Answers