sgroup
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Forms for ACF] Image attachment repeaterI figured out what causes this issue. In newer version of core-emails.php:
add_action( 'af/form/submission', array( $this, 'send_form_emails' ), 2, 2 );has been changed to
add_action( 'af/form/submission', array( $this, 'send_form_emails' ), 15, 2 );If I change priority back to 2 all works fine, but core will be overwritten with next update.
Forum: Plugins
In reply to: [Advanced Forms for ACF] Image attachment repeaterHi,
I’ve updated the plugin from version 1.6.0 (which worked perfectly) to 1.6.4
Forum: Plugins
In reply to: [Advanced Forms for ACF] Image attachment repeaterHi, after plugin update this no longer seems to work. Any idea?
Thanks!
Forum: Plugins
In reply to: [Advanced Forms for ACF] Image attachment repeaterWorks great, thanks!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Push wrapper widthHi,
It’s working fine now, great job!
Thanks!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Push wrapper widthHi,
Great job! There is no more gap between the menu and my wrapper.
The only problem I have is that the click-menu button still slides to 75% when I open the menu (instead of the 250px I entered in the settings).
Would be great if you could fix this as well.
Thanks a lot.
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Push wrapper widthHi,
Could you give us an update about when we can expect the fix?
Thanks!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Push wrapper widthHi,
When you resize the window to 980px or less you will see the responsive menu.
Thanks.