- This topic has 7 replies, 3 voices, and was last updated 6 months, 3 weeks ago by
Tom.
-
AuthorPosts
-
August 12, 2020 at 7:25 am #1398834
jorge
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.
August 12, 2020 at 7:56 am #1399033David
StaffCustomer SupportHi there,
on your home page i see several buttons e.g Let Us Help – and they all take me to a gravity form page. Try viewing the page, logged out and in a private / incognito browser.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 12, 2020 at 7:58 am #1399039jorge
I am trying to add gravity forms to our FAQ page, as in adding gravity forms to a particular page.
The page those buttons link to was not made using sections, i would like to use sections on the FAQ page and be able to add a form. Two separate things.
August 12, 2020 at 8:00 am #1399040jorge
In other words a separate form than the one linked by those buttons.
Our ‘contact’ page which those buttons link to was built not using sections – which i had no problem doing.
The FAQ page i would like to add a gravity form at the end (using sections). That’s what i need help with.
August 12, 2020 at 8:07 am #1399066David
StaffCustomer SupportSorry my bad – i misread the topic.
Would you be able to provide us temporary admin access so we can see the issue?You can send login via the Account Issue form, please include the Topic URL:
https://generatepress.com/contact/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 12, 2020 at 8:13 am #1399082jorge
Sent, thanks.
August 12, 2020 at 8:45 am #1399170jorge
Please let me know if you need anything else from me. Thank you very much
August 12, 2020 at 9:10 am #1399217Tom
Lead DeveloperLead DeveloperHi there,
In some cases, those classic editor buttons are only built to work with the original content editor (not in custom editors like Sections).
Unfortunately, most plugins are moving on from the classic editor in favor of the block editor, so it’s likely not something that will be fixed.
Have you considered switching from Sections to our GenerateBlocks plugin?: https://generateblocks.com
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.