- This topic has 7 replies, 2 voices, and was last updated 10 years, 10 months ago by Ute-Marie.
-
AuthorPosts
-
January 15, 2014 at 8:22 pm #19311Ute-MarieParticipant
Hello,
I’ve got a problem with gravity forms. My form is not displaying. Gravity forms gives me the notice to check wether the footer.php has this snippet <? php wp_footer(); ?> entered.
When I add this the form is showing up but then the Catch Everest footer disapears in the frontend. So yet I can have form or footer. Not both. Can you please help me with this problem?Kind regards
CherisJanuary 15, 2014 at 8:45 pm #19315SakinKeymaster@Cheris: How are you adding Gravity Forms. It should work fine. We do have
wp_footer()
in ourfooter.php
file. Also do send me your site URL.January 15, 2014 at 8:49 pm #19316Ute-MarieParticipantJanuary 15, 2014 at 8:54 pm #19318SakinKeymaster@Cheris: You forgot to add site URL. Yes, I know that you are using Gravity form plugin. But I mean how did you add the code. Is what you added shortcode in your page/post or added as widgets.
January 15, 2014 at 8:56 pm #19321Ute-MarieParticipantJanuary 15, 2014 at 8:57 pm #19322January 15, 2014 at 9:18 pm #19326SakinKeymaster@Cheris: Your form have display none in code. Can you check your form settings. I can show you the proof. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will force your form to be displayed.
.gform_wrapper { display: block !important; }
January 15, 2014 at 9:21 pm #19327Ute-MarieParticipantworks fine with your tip. thanks a lot! made my day!
-
AuthorPosts
- The topic ‘gravity forms and footer.php’ is closed to new replies.