Title: Mizunga's Replies | WordPress.org

---

# Mizunga

  [  ](https://wordpress.org/support/users/mizunga/)

 *   [Profile](https://wordpress.org/support/users/mizunga/)
 *   [Topics Started](https://wordpress.org/support/users/mizunga/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mizunga/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mizunga/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mizunga/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mizunga/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mizunga/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/mizunga/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mizunga/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/mizunga/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Loading Captcha Error](https://wordpress.org/support/topic/loading-captcha-error/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years ago](https://wordpress.org/support/topic/loading-captcha-error/#post-7585292)
 * Ok, it was a CSS problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Loading Captcha Error](https://wordpress.org/support/topic/loading-captcha-error/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years ago](https://wordpress.org/support/topic/loading-captcha-error/#post-7585290)
 * Done, it must be something with the theme but I can’t find what it is. Any idea
   where to start and what to look for?
 * BTW, I am loading the form via do_shortcode in the template:
 * `<?php echo do_shortcode( '[contact-form-7 id="765" title="Contacto Preparador"]');?
   >`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] How to WhiteList plugins or MailPoet Ajax Call](https://wordpress.org/support/topic/how-to-whitelist-plugins-or-mailpoet-ajax-call/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-to-whitelist-plugins-or-mailpoet-ajax-call/#post-7538613)
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LH User Taxonomies] Do not display taxonomies created with LH in Backend.](https://wordpress.org/support/topic/do-not-display-taxonomies-created-with-lh-in-backend/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/do-not-display-taxonomies-created-with-lh-in-backend/#post-7464590)
 * Hello again and thanks for your help.
 * The problem is that I can’t get to update wp_set_object_terms(), even adding 
   the values myself.
 * I got a form in the users profiles to let them select the categories they want
   to be in. This is the code to update the taxonomies:
 * wp_set_object_terms( 1, 25, ‘especialidad’, false); –> this is a manual attempt
   to check if there was a problem with the values.
 *     ```
       if( !empty( $_POST['select-especialidad'] ) ) {
   
               $term_esp = $_POST['select-especialidad'];
               $term_especialidad = get_term_by('name', $term_esp, 'especialidad');
               $ID_especialidad = $term_especialidad->term_id;
   
               /* Actualizar ACF */
               update_field( 'field_56e933f047e36', $ID_especialidad, $user_id_acf );
   
               /* Actualizar WordPress wp_term_relationships de WordPress
                * Añadir nuevas
                */
               $final_user_id = $current_user->ID;
               wp_set_object_terms( $final_user_id, $ID_especialidad, 'especialidad', false);
               clean_object_term_cache($final_user_id, 'especialidad');
           }
       ```
   
 * I know that the code is working fine, because ACF fields get updated, but seems
   impossible with wp_set_object_terms. Any help is more than welcome.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Membership Subscriptions - Effortless Memberships, Recurring Payments & Content Restriction] Active Users PHP Snippet for Conditional Content via Templates](https://wordpress.org/support/topic/active-users-php-snippet-for-conditional-content-via-templates/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/active-users-php-snippet-for-conditional-content-via-templates/#post-7497448)
 * I was looking for a PHP snippet to use in the templates. But maybe I can use 
   it with do_shortcode.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonial Slider] Error on Firefox and Explorer](https://wordpress.org/support/topic/error-on-firefox-and-explorer/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-on-firefox-and-explorer/#post-7500849)
 * The problem is when user is logged in or not. When I access it works fine, when
   not it looks like the image in the previous message. Any idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Mailsent Blank Page Error](https://wordpress.org/support/topic/mailsent-blank-page-error/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mailsent-blank-page-error/#post-7449578)
 * Please, any idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Mailsent Blank Page Error](https://wordpress.org/support/topic/mailsent-blank-page-error/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/mailsent-blank-page-error/#post-7449554)
 * Again the same, now different message:
 * {“mailSent”:true,”into”:”#wpcf7-f204-p108-o1″,”captcha”:null,”message”:”Thank
   you for your message. It has been sent.”}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Mailsent Blank Page Error](https://wordpress.org/support/topic/mailsent-blank-page-error/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/mailsent-blank-page-error/#post-7449304)
 * Several plugins, here’s a list:
    1.  301 Redirects
        Advanced Custom Fields Akismet Aviso de Cookie BackWPup Better
       WordPress Minify Black Studio TinyMCE Widget Broken Link Checker Contact Form
       7 EWWW Image Optimizer Force SSL Google Analytics by MonsterInsights Imsanity
       Iupay WooCommerce Jetpack por WordPress.com MailPoet Newsletters MailPoet WooCommerce
       Add-on Redsys WooCommerce Smart Manager WooCommerce WooCommerce – APG Weight
       and Postcode/State/Country Shipping WooCommerce Print Invoice & Delivery Note
       WooCommerce Sequential Order Numbers Wordfence Security WP All Import WP All
       Import – WooCommerce Add-On WP Help WP-Optimize WPBakery Visual Composer Yoast
       SEO
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Since version 4.5 login_enqueue_scripts Doesn't ovewrite the default styles](https://wordpress.org/support/topic/since-version-45-login_enqueue_scripts-doesnt-ovewrite-the-default-styles/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/since-version-45-login_enqueue_scripts-doesnt-ovewrite-the-default-styles/#post-7280833)
 * The problem is the login_enqueue_scripts hook itself. Better use login_head()
   and it will be solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] UI Problem when adding new fields](https://wordpress.org/support/topic/ui-problem-when-adding-new-fields/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/ui-problem-when-adding-new-fields/#post-7388051)
 * Confirmed, it was caused by an outdated plugin. Purethemes.net Shortcodes from
   [Purethemes](http://purethe.me/). I was using WPVoyager Theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] UI Problem when adding new fields](https://wordpress.org/support/topic/ui-problem-when-adding-new-fields/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/ui-problem-when-adding-new-fields/#post-7387993)
 * Hello,
 * I use chrome and firefox latest version.
 * BTW I think that it is related with a 3rd plugin, but not sure yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Manager – Advanced WooCommerce Bulk Editor & Inventory Manager (Spreadsheet)] Can't Add New Productos, Button isn't "active"](https://wordpress.org/support/topic/cant-add-new-productos-button-isnt-active/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cant-add-new-productos-button-isnt-active/#post-7332544)
 * Ah ok, I thought that the add product was included in the free vesion of the 
   plugin.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Manager – Advanced WooCommerce Bulk Editor & Inventory Manager (Spreadsheet)] Can't Add New Productos, Button isn't "active"](https://wordpress.org/support/topic/cant-add-new-productos-button-isnt-active/)
 *  Thread Starter [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cant-add-new-productos-button-isnt-active/#post-7332368)
 * This is a JS error that I found in console. Synchronous XMLHttpRequest on the
   main thread is deprecated because of its detrimental effects to the end user’s
   experience. For more help, check [https://xhr.spec.whatwg.org/](https://xhr.spec.whatwg.org/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bootstrap for Contact Form 7] Submit Button Change Class](https://wordpress.org/support/topic/submit-button-change-class/)
 *  [Mizunga](https://wordpress.org/support/users/mizunga/)
 * (@mizunga)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/submit-button-change-class/#post-7162441)
 * In the additional settings tab, write:
    `submit_type:default`
 * More info [here](https://wordpress.org/plugins/bootstrap-for-contact-form-7/other_notes/).

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/mizunga/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mizunga/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/mizunga/replies/page/2/?output_format=md)