Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@wickyd— Thank you for sending that information it really helped. I just pushed a new version of WP Helpers, v1.9.2. Please let me know if it fixes your issues.
SteveKeymasterGreat! We’ve simplified most of the object arrays, so working with them in the future will be even easier.
Closing ticket.
SteveKeymasterThis will be fixed in Piklist v0.9.9.7
SteveKeymasterWe added a lot more data for you to use in Validation rules. You should just have to change two lines:
function my_validate_unique($index, $value, $options, $field, $fields) { $thereturned_field = $field['request_value']; // remove the [0] keyLet us know if that fixes the issue.
SteveKeymasterThis will be fixed in the next version of Piklist.
SteveKeymaster@wickyd— Two things:
1) What theme is active?
2) After saving Helpers settings, go to the TOOLS > HELPERS > DEVELOP. Copy everything from “WP Helpers database settings” and email to us.
3) Also, on TOOLS > HELPERS > DEVELOP, check off “Show System Information” and save. Then go to TOOLS > SYSTEM, copy everything in the top box and email as well.Send both to [email protected]
Thanks
SteveKeymaster@wickyd— Try switching to a WordPress default them, and disable the Elegant themes updater. Does that help?
SteveKeymaster@rogerh– We can’t reproduce and you are the only one reporting it. If you change to a WordPress default theme do you still see the issue?
Also, what version of PHP are you running? You can check by using the function
phpinfo()
SteveKeymaster@wickyd– This was fixed a while ago. Is this an upgrade or new install for Piklist and/or WP Helpers?
SteveKeymaster@wickyd– This should work fine. What version of Piklist are you using? Do you have any other plugins installed that might conflict with this?
SteveKeymaster@rogerh– Welcome to the Piklist community.
Are there any other Piklist plugins installed? Or any other code that interacts with Piklist?
SteveKeymaster@ndbe– I was able to reproduce the error. We’ll fix in the next version of Piklist
Also, you need to pass a value to a hidden field:
piklist('field',array( 'type'=>'hidden', 'field'=>'latLng', 'value' => 'hello' ));
SteveKeymasterGreat. Let us know if you need any help. Instructions are here>
SteveKeymasterAdded. Thanks!
Once we get 0.9.9.x out, we’ll update that page with even more parameters.
-
AuthorPosts