Hugo
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Accordion Tab Field] Hidden Tab CSS FixAlso, 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
In reply to: [Advanced Custom Fields: Accordion Tab Field] Hidden Tab CSS FixExcellent ZeRo2159, thanks a lot!
This is also resolving others issues that are similar.
Forum: Plugins
In reply to: [Log Emails] Not capturing recpientsHi 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
In reply to: [JSON API] Request limitThe same request would be working on another server (like locally) but not on other (like online one).
I would definitely say Custom Post Type UI.
But as I experienced it, using register_post_type is always trouble free since there is always some annoyances with some missing or buggy plugin functionalities.
Forum: Plugins
In reply to: [Debug This] Fatal error: Cannot use object of type WP_ErrorI have the same error as Damien (same error code from the log).