Title: Hugo's Replies | WordPress.org

---

# Hugo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Accordion Tab Field] Hidden Tab CSS Fix](https://wordpress.org/support/topic/hidden-tab-css-fix/)
 *  [Hugo](https://wordpress.org/support/users/etic/)
 * (@etic)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hidden-tab-css-fix/#post-6864115)
 * Also, I did add this at line #51 to prevent opened accordion content to be seen
   on other tab. This will close any opened accordion on tab click:
 *     ```
       $(".acf-tab-button").click(function () {
   
           $(".acf-field-accordion.opened, .acf-accordion-group.opened").removeClass('opened');
   
       });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Accordion Tab Field] Hidden Tab CSS Fix](https://wordpress.org/support/topic/hidden-tab-css-fix/)
 *  [Hugo](https://wordpress.org/support/users/etic/)
 * (@etic)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hidden-tab-css-fix/#post-6864114)
 * Excellent ZeRo2159, thanks a lot!
 * This is also resolving others issues that are similar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Log Emails] Not capturing recpients](https://wordpress.org/support/topic/not-capturing-recpients/)
 *  Thread Starter [Hugo](https://wordpress.org/support/users/etic/)
 * (@etic)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/not-capturing-recpients/#post-6617691)
 * Hi Ross,
 * Yes the emails are going through. I will test it on a fresh installed website
   to see what could happen.
 * I just realized that some email does show the recipients. Depending from what
   they are sent (WordPress or plugins).
    I will test further and come back with
   more details…
 * There must be something with this wordpress install since another emails logging’s
   plugin wasn’t working at all.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JSON API] Request limit](https://wordpress.org/support/topic/request-limit/)
 *  Thread Starter [Hugo](https://wordpress.org/support/users/etic/)
 * (@etic)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/request-limit/#post-6575237)
 * The same request would be working on another server (like locally) but not on
   other (like online one).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] Wich Plugin to generate Custom Post Types works best with ACF?](https://wordpress.org/support/topic/wich-plugin-to-generate-custom-post-types-works-best-with-acf/)
 *  [Hugo](https://wordpress.org/support/users/etic/)
 * (@etic)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wich-plugin-to-generate-custom-post-types-works-best-with-acf/#post-3359603)
 * I would definitely say [Custom Post Type UI](http://wordpress.org/plugins/custom-post-type-ui/).
 * But as I experienced it, using [register_post_type](http://codex.wordpress.org/Function_Reference/register_post_type)
   is always trouble free since there is always some annoyances with some missing
   or buggy plugin functionalities.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Debug This] Fatal error: Cannot use object of type WP_Error](https://wordpress.org/support/topic/fatal-error-cannot-use-object-of-type-wp_error-1/)
 *  [Hugo](https://wordpress.org/support/users/etic/)
 * (@etic)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-cannot-use-object-of-type-wp_error-1/#post-3454028)
 * I have the same error as Damien (same error code from the log).

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