The plugin is outputting two PHP warning notices with WP_DEBUG
set to true
. These are:
wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.)
wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.)
This is caused because scripts styles in the admin/menu.php
file are enqueued without being hooked into one of WordPress’ actions. They are not inside a function and enqueued but just called straight from that file.
Is there any plans to fix this please?
]]>Trying to put this on globalplmsolutions.com and can’t seem to get it to show up properly.
]]>My ISP recently updated my PHP to 7.0, and the Hatchbuck plugin is ‘not compatible.”
Not sure if this is a problem yet.
Here’s the error message:
FILE:*****/wp-content/plugins/hatchbuck/admin/addons/form-widget/from-widget.php
———————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————
13 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
———————————————————————————————————————
Hi everyone, I’m having an issue with the forms I’m creating in Hatchbuck matching the appearance of my theme. I maybe be grabbing the wrong code from Hatchbuck. The first link shows where I start grabbing the code, second link shows where I’m ending, and third shows what it looks like in the browswer. I can’t find anything in the code that says <form id= ‘hb-form’
https://www.neobrightestlights.com/wp-content/uploads/2016/12/Screen-Shot-2016-12-27-at-2.53.57-PM.png
https://www.neobrightestlights.com/wp-content/uploads/2016/12/Screen-Shot-2016-12-27-at-2.54.16-PM.png
https://www.neobrightestlights.com/wp-content/uploads/2016/12/Screen-Shot-2016-12-27-at-2.55.26-PM.png
Hi, I appreciate your Hatchbuck WordPress plugin! It’s the only way I can use forms within my WordPress Jupiter site.
My question is about changing the formatting of the form. When I insert the code for the simple form, there is a great deal of space at the bottom after the form. Because I do not know html, I’m at a loss for what to do to understand the code behind the form.
It’s using iFrame for WP.
<iframe frameborder=’0′ style=’width: 100%;’ src=’https://app.hatchbuck.com/OnlineForm/62775759741′ scrolling=’auto’ onload=’this.height=screen.height;’></iframe>
Is there an easy way to make the page content continue right after the form rather than having to scroll? I really want this form to be at the top of the page but can’t have all the blank space right after it.
Here’s the page I’m referring to: https://www.corpfugees.com/5-step-practically-painless-business-plan-kit/
]]>Hi,
I am developer of wordpress plugin. I want to point out one bad practice(maybe) in your code.
In this file https://app.hatchbuck.com/OnlineForm/js/cdn/jotform.js?ver=1.2.2
You are extending the native objects and modifying the behavior of Array class.
Further refrence –
https://stackoverflow.com/questions/14034180/why-is-extending-native-objects-a-bad-practice
So whenever other developer try to do this-
var myArray = [];
console.log(myArray); // it should print empty array but it is not . It is printing the properties which were added by extending the object.
So it is really messing our plugin code.
For example –
if i try to loop inside array
for(var i in myArray){
console.log(i); //it is giving unwanted properties along with its own properties.
}
If you have any way to avoid it . Do recommend us
]]>I am planning to build an advanced form using GF and need it to integrate it with Hatchbuck – minimally collecting name and email and being able to automatically add that name and email to a particular email list.
In your plugin description, you say, “Gravity Form integration (waiting on API to support visitor tracking cookie).”
1. I do understand how cookies work, but can you clarify what you mean by visitor tracking?
2. Will I still be able to accomplish my requirement without the API to support visitor tracking cookie?
3. How is the progress with getting the GF API progressing, I see it has been some time since any plugin updates.
]]>Hello,
cause I’m testing hatchbuck I installed your plugin today.
I created a test-form in hatchbuck and insert the form-code exactly how you described.
But the submit is not working. You can find the page with the test-form at https://ipm-promotion.de/hatchbuck-form-test-mit-plugin/.
Do I have to remove the disabled=”disabled” in the submit button of the form? When I remove this the submit of the form seems to work – but without any kind of validation.
So what’s the best way to handle also a form validation?
Best regards,
Timo
]]>Hi Guys,
When I try to insert the WordPress HTML / CSS code for my hatchbuck form and press save, I am logged out of WordPress, sent to the login screen, and the form never saves.
Is there a fix for this issue?
Thanks.
Aaron
I tried to activate this plugin but not working with 4.1.1. It has an fatal error Parse error: syntax error, unexpected ‘[‘, expecting ‘,’ or ‘;’ in public_html/wp-content/plugins/hatchbuck/hatchbuck-functions.php on line 152
echo get_post_custom_values(‘metabox’)[0];
This code creating the problem. I think, it’s something related to php and wordpress version.
]]>