Gravity for conditional display

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue May 14, 2013 12:08 pm
My form is not displaying on my site http://pirineospicnicfestival.es/ppf/?page_id=1182

I read from gravity form forum:

This is because you have conditional logic being used on your form. Anytime conditional logic is present the entire form is set to display: none; and then javascript is used to only show the fields that should be shown.

HOWEVER this requires Gravity Forms being able to output the necessary Javascript using the WordPress built in enqueue function... which outputs the Javascript in your footer.

Your theme probably does not have this function call in your theme's footer.php file:

1
<? 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.

This is most likely why your form is not displaying properly.


Would fest not have the WordPress built in enqueue function ??
User avatar
Junior Boarder

GK User
Tue May 14, 2013 12:21 pm
<?php wp_footer(); ?>
is located in /wp-content/themes/Fest/layouts/footer.php and is called correctly.

Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Thu May 16, 2013 9:38 am
I sent you the credential trough a pm let me know if you need me to re-send it
User avatar
Junior Boarder

GK User
Thu May 16, 2013 2:10 pm
Sory, but I havent recived PM from You :(
User avatar
Moderator

GK User
Tue May 21, 2013 4:39 pm
I sent it now - let me know
User avatar
Junior Boarder

GK User
Tue May 21, 2013 6:54 pm
Waiting for correct data.
User avatar
Moderator

GK User
Wed May 22, 2013 11:16 am
I was able to login onto ftp, but was not able to log into wp-admin (error 404).
I have checked everything on our side - template works ok and if code is added to wp_footer correctly it will be printed where it supposed to be. It seems that problem lies somewhere else.
I would suggest disablin "comming soon" and check if any other javascript isn't causing errors. With javascript files, if one file causes critical error, no other files and functions are proceeded further.
User avatar
Moderator


cron