Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #17723

    P T
    Participant

    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:

    http://www.gravityhelp.com/question/why-is-there-a-style-attribute-of-displaynone-being-added-my-form-isnt-showing-up/

    “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?

    #17750

    Christian
    Moderator

    Hey 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.

    #845193

    Felipe R
    Participant

    Hello 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?

    #845218

    Thai
    Moderator

    Hi Felipe,

    Please take a look at the x/framework/views/global/_footer.php file you will the wp_footer(); function:

    View post on imgur.com

    Regards!