Best Theme
When i use porto theme it changes hooks to porto theme when i use elementor pro it also changes hooks. When i follow fpd instructions to add hook to single product php it adds extra product image. Now i have 2 product images. What am i doing wrong is there a theme i can use and not have these problems.
If you've manually added woocommerce_before_single_product_summary or woocommerce_single_product_summary, your theme may already include them. Remove your custom hook and test if the theme correctly displays product images. Also, use a conditional check for product Images, and if you must manually insert the hook, ensure you're not displaying duplicate images.