Dzikri Aziz
Forum Replies Created
-
Forum: Plugins
In reply to: [KC Settings] Modernizr causing conflict with lightbox style iFrameHi Andy,
In which page(s) did you encounter the second error?
FYI, The first message is just a warning and shouldn’t cause any conflict.Forum: Plugins
In reply to: [KC Settings] Where is Media field?Please update to the latest version (2.8.5), I’ve added the media field to the builder.
Forum: Reviews
In reply to: [KC Settings] Phenomenal!Thank you for the kind words!
Please feel free to report bugs and/or request new features at GitHub ??
Forum: Plugins
In reply to: [KC Settings] Radio Box returns checked="true" on bothSorry for the late reply and thank you for the bug report!
It’s been fixed in version 2.8.2 ??
Forum: Plugins
In reply to: [KC Settings] File upload don't workPlease update to version 2.8.1. It should fix this issue. Thanks.
Forum: Plugins
In reply to: [KC Settings] File upload don't workSo your WordPress URL and Site URL differs? If so, this is a bug and I’ll make a fix for it.
Forum: Plugins
In reply to: [KC Media Enhancements] Wrong Dimensions returned.A few possible reasons:
- You defined the new image size after the image is uploaded. In this case, you need to rebuild the thumbnails. I recommend the regenerate thumbnails plugin:
- The original dimensions of the image is smaller than the thumbnail size you defined.
Forum: Plugins
In reply to: [KC Settings] File upload don't workGrawl, a friend of mine just confirmed that the file ulpload is working in Safari Mac. Maybe there’s a problem with your WordPress installation, perhaps a file permission issue? I tested this in Linux and Windows browsers and it’s working fine.
Try opening the web console in safari when you’re clicking on the “select file” link and see if there’s any error thrown.
Forum: Plugins
In reply to: [KC Settings] File upload don't workGrawl, please update to the latest version (2.8) and let me know if the problem persists. Please note that You will need to update WordPress to version 3.5.
Otherwise, please mark this as resolved ??
Forum: Plugins
In reply to: [KC Settings] File upload don't workSorry for the late reply.
Has this been resolved? Have you try it in another browser available for OS X?
Forum: Plugins
In reply to: [KC Settings] [Plugin: KC Settings] what is prefix?A prefix is an arbitrary string you set when you create a plugin setting array. Please take a look at the sample file for the plugin setting.
Forum: Plugins
In reply to: [KC Settings] [Plugin: KC Settings] TranslationOuch, for some reason, I don’t get this topic in my RSS. Perhaps I need to update the subscription URL.
Thanks for the bug report.
‘Add New’ string was supposed to use the default translation from WP, that’s why I didn’t use the ‘kc-settings’ domain ??I have an update coming and will email you with the POT ??
Forum: Plugins
In reply to: [KC Settings] [Plugin: KC Settings] Storing json object for js charts?No, you don’t need to do the updating part, the plugin will handle this for you ?? All you have to do is display the fields based on the values you get from the arguments passed to your callback functions.
For the example, take a look at functions kc_sample_callback_* in the sample file
kc-settings/kc-settings-inc/doc/sample/01_plugin.php
Forum: Plugins
In reply to: [KC Settings] [Plugin: KC Settings] Storing json object for js charts?Hi,
Thank you for using KC Settings.
I think your best option is to use the ‘special’ field type and create a custom function as the callback to handle the form fields. I do this all the time for my freelance work when the available field types can’t handle my needs.
The arguments passed to the callback function should be more than enough for you to fiddle with, and feel free to let me know if you need help.
Forum: Plugins
In reply to: [KC Settings] [Plugin: KC Settings] Checkbox defaultsNot at this time. It’s planned and hopefully will make it before version 3.