I’ve followed the instructions on:
https://generatepress.com/forums/topic/gravity-forms/
“add_action( ‘admin_head’,’tu_enable_section_buttons’ );
function tu_enable_section_buttons() {
?>
<style>
#wp-generate-sections-editor-wrap .wp-media-buttons>a#add_gform {
display: inline-block;
}
</style>
<?php
}”
Installed snippets plugin and executed snipped as per above using it globally (running snipped everywhere).
I do get the gravity forms button to show up on sections (was no button before) So it is doing something.
but it is greyed out, and when clicked does nothing.
did i do something wrong? I’m sure it is something i missed.