Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 2,964 total)
  • Author
    Posts
  • in reply to: WP Helpers broken on Wampserver #4916
    Steve
    Keymaster

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

    in reply to: validate [0.9.9.6] #4913
    Steve
    Keymaster

    Great! We’ve simplified most of the object arrays, so working with them in the future will be even easier.

    Closing ticket.

    in reply to: hidden field error #4911
    Steve
    Keymaster

    This will be fixed in Piklist v0.9.9.7

    in reply to: validate [0.9.9.6] #4910
    Steve
    Keymaster

    We 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] key
    

    Let us know if that fixes the issue.

    in reply to: 0.9.9.6 Widgets #4909
    Steve
    Keymaster

    This will be fixed in the next version of Piklist.

    in reply to: WP Helpers broken on Wampserver #4908
    Steve
    Keymaster

    @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

    in reply to: Admin Bar greeting doesn't work #4907
    Steve
    Keymaster

    @wickyd— Try switching to a WordPress default them, and disable the Elegant themes updater. Does that help?

    in reply to: 9.9.6 parse error #4901
    Steve
    Keymaster

    @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()

    in reply to: validate [0.9.9.6] #4900
    Steve
    Keymaster

    @justin– We were able to reproduce and will be working on a fix.

    in reply to: WP Helpers broken on Wampserver #4899
    Steve
    Keymaster

    @wickyd– This was fixed a while ago. Is this an upgrade or new install for Piklist and/or WP Helpers?

    in reply to: Admin Bar greeting doesn't work #4898
    Steve
    Keymaster

    @wickyd– This should work fine. What version of Piklist are you using? Do you have any other plugins installed that might conflict with this?

    in reply to: 9.9.6 parse error #4893
    Steve
    Keymaster

    @rogerh– Welcome to the Piklist community.

    Are there any other Piklist plugins installed? Or any other code that interacts with Piklist?

    in reply to: hidden field error #4890
    Steve
    Keymaster

    @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'
    
    ));
    
    in reply to: Data not savings on create [0.9.9.6] #4888
    Steve
    Keymaster

    Great. Let us know if you need any help. Instructions are here>

    in reply to: Info about "required" field should be in docs #4885
    Steve
    Keymaster

    Added. Thanks!

    Once we get 0.9.9.x out, we’ll update that page with even more parameters.

Viewing 15 posts - 1,336 through 1,350 (of 2,964 total)