Home Forums WoodMart support forum Problem with hotspot image & product

Problem with hotspot image & product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #117206

    dimmisel
    Participant

    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.

    #117223

    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

Viewing 2 posts - 1 through 2 (of 2 total)