- Issue created by @jsutta
- 🇮🇳India divyansh.gupta Jaipur
@jsutta,
I am unable to see the sticky action buttons menu even after enabling the setting in theme's setting form, so can you help me how to make the menu visible.
- 🇺🇸United States jeffschuler Boulder, Colorado
I'm reposting here @paulguy's patch from #18 on 🐛 Cannot opt out buttons using #gin_action_item = TRUE Active that addresses this.
As @paulguy says there:
'#gin_action_item' only applies on '#type' == 'submit' elements inside 'actions' container. It used to work on any types before rc14, like the 'delete' modal link.
Here is a patch that applies the same logic to all other types in the else statement.
This patch is working for me.
@jsutta & @divyansh.gupta: does this fix the issue for you?
- 🇺🇸United States jsutta United States
Hi @jeffschuler, thank you for getting back to me. I just checked it out and the patch worked like a charm for me.
- 🇳🇱Netherlands bond708 Groningen
@jeffschuler, I ran against it today when adding media style. This fixed it. Thank you.