• Dear, how do I change the title of the popup of this plugin or to change the language?

    Sin-t-tulo

    Sin-t-tulo

    • This topic was modified 3 years, 9 months ago by elanibal.
Viewing 1 replies (of 1 total)
  • You cannot change this with a setting. It is hardcoded, but if you would like to change it you have to change the file woocommerce-quote-or-enquiry-contact-form-7.php. The you will see the title.

    function wqoecf_quote_enquiry_script()
    {
    $options= wqoecf_quote_enquiry_options();
    if(isset($options[‘contact_form7’])){
    $contactform = $options[‘contact_form7’];
    }
    ?>
    <div class=”wqoecf-pop-up-box” style=”display: none;”>
    <!– /assets/images/close.png” onclick=”wqoecf_hide()”> –>

    <button class=”wqoecf_close” onclick=”wqoecf_hide()”><span></span><span></span></button>
    <div>
    <p class=”wqoecf_form_title”>Product Enquiry</p>
    <?php echo do_shortcode(‘[contact-form-7 id=”‘.$contactform.'”]’); ?>
    </div>
    </div>
    <script>`

Viewing 1 replies (of 1 total)
  • The topic ‘change title in popup’ is closed to new replies.