• Resolved Emil1

    (@milouze)


    Hello

    You have an error in the widget title, image

        <!--Widget title-->
        <div id="mailjet-widget-title-wrap">
                <?php 
    do_action('before_title_widget_mailjet');
    echo esc_attr($before_title) . esc_html($title) . $after_title;
    do_action('after_title_widget_mailjet');
    ?>
        </div>
        <!--End Widget title-->

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    Same issue.
    After updating to Version 5.3.2 an “<h5>” appears on frontend.

    <!-- This file is used to markup the public-facing widget. -->
    <div class="mailjet_widget_front_container">
        
        <!--Widget title-->
        <div id="mailjet-widget-title-wrap">
                &lt;h5&gt;</h5>    </div>
        <!--End Widget title-->
    
        <!--Widget form-->

    Cheers,

    Plugin Author Mailjet

    (@mailjet)

    New version was released. Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error in Widget title !’ is closed to new replies.