-
AuthorPosts
-
February 25, 2014 at 9:21 am #17723
Hello theme creators!
I just bumped into an issue where one gravity form simply would not work. Quick look and there you go, form has an automatic display: none attribute included.
I am being told by the gravity support site:
“Your theme probably does not have this function call in your theme’s footer.php file:
<? php wp_footer(); ?>
This function call, which all themes should have (but many people forget to include), enables plugins to output code in the footer of a theme dynamically. If it isn’t present, the theme can’t output the necessary code.”Could this be the case?
February 25, 2014 at 10:01 am #17750Hey P T,
We use wp_footer() in X as it is mandatory for theme developers. Please see http://prntscr.com/2vqmzj
Please check your page if you’ve missed a tag or something.
March 20, 2016 at 9:24 am #845193Hello there,
Please see the attached image for my stack “integrity”, I can not see the
<? php wp_footer(); ?>
there, neither on the functions of “X”. I received an error similar as PT. How can I fix this?March 20, 2016 at 9:51 am #845218Hi Felipe,
Please take a look at the x/framework/views/global/_footer.php file you will the
wp_footer();
function:Regards!
-
AuthorPosts