Problem with hotspot image & product
-
Hi.
I put an image with Hotspot in header and when it shows the product, it output strange html. Can you please see that and help me fix?
Thanks in advance.
Hello,
Please open the file wp-content\themes\woodmart\inc\shortcodes\image-hotspot.php
Find the first line:
$output .= '<div class="hotspot-content-text reset-mb-10">' . esc_html( substr( $product->get_short_description(), 0, 85 ) . '...' ) . '</div>';
And replace for the second one.
$output .= '<div class="hotspot-content-text reset-mb-10">' . do_shortcode( substr( $product->get_short_description(), 0, 85 . '...' ) ) . '</div>';
Best Regards