Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello luisarieltoledo!

    I think this was just a coincidence! I’m using WP 4.9.1 and it is working ok. I’ve just tested it.

    Consider updating your Contact Form 7 plugin to the 4.9.2 version, just in case.

    A part from this I cannot see a solution.

    Regards,
    Augusto

    Hello luisarieltoledo!

    There are two mandatory fields in Zoho Leads: company and last-name.

    So you need to put it into your form to avoid this type of error.
    If you do not want this 2 fields visible in the form, you can put it hidden including this 2 tags in contact form 7 like the example below:

    [hidden last-name “N/A”]
    [hidden company “N/A”]

    After this it will work nicely. Please let me know if it worked for you.

    Regards,
    Augusto

    Hello mizyan!

    There are two mandatory fields in Zoho Leads: company and last-name.

    So you need to put it into your form to avoid this type of error.
    If you do not want this 2 fields visible in the form, you can put it hidden including this 2 tags in contact form 7 like the example below:

    [hidden last-name “N/A”]
    [hidden company “N/A”]

    After this it will work nicely. Please let me know if it worked for you.

    Regards,
    Augusto

    Hello @jadams1974!

    There are two mandatory fields in Zoho Leads: company and last-name.

    So you need to put it into your form to avoid this type of error.
    If you do not want this 2 fields visible in the form, you can put it hidden including this 2 tags in contact form 7 like the example below:

    [hidden last-name “N/A”]
    [hidden company “N/A”]

    After this it will work nicely. Please let me know if it worked for you.

    Regards,
    Augusto

    Hello August Infotech.

    Vimal Darji is right!
    Sometimes, when users are editing the taxonomy, after they save the plugin is removing some images already loaded.
    It is related to the variable totalItems that is declared as 0 everytime an user edit the taxonomy.
    I did some improvements in my code and sent an email to you reporting the bug.

    Vimal Darji,
    put those lines:

    $total = (count($$image_ids)-1);
    $JS = “<script>totalItems=”.$total.”;var plugin_dir = ‘”.get_bloginfo(‘template_url’).”‘;”;
    $JS .=”</script>”;
    echo $JS;

    after the following line in “edit_image_taxonomy” function:

    $$image_ids = get_metadata(‘taxonomy’, $$term_id, $value.’_image’, true) ;

    This function is located in line 153 of class-multiupload-in-taxonomy-admin.php file.

    I hope this helps.
    Augusto
    http://www.augustopereira.com.br

Viewing 5 replies - 1 through 5 (of 5 total)