- This topic has 6 replies, 4 voices, and was last updated 7 years, 11 months ago by
Nabil.
-
AuthorPosts
-
-
August 2, 2013 at 3:57 pm #947
MarcusMemberOn my windows machine, none of the javascript files show up, as it doesn’t read the path backslash/foreslash properly for my windows localhost setup, so in includes/class-piklist.php lines 136-137
I’ve added a line at 137:
self::$paths[$type] = $path; $path = str_replace(chr(92), '/', $path); // Edited by Marcus -- ABSPATH workaround as I'm in windows self::$urls[$type] = plugins_url() . substr($path, strrpos($path, '/'));Hope this helps someone else.
Marcus
-
August 2, 2013 at 4:10 pm #948
MarcusMemberMore bugs:
If you use Firefox with the add more fields, they will not allow you to fill in any data. They are uneditable.
Tried in chrome, and no problems.Also, the time picker doesn’t work in either firefox or chrome.
Using WP 3.5.2
Marcus
-
August 2, 2013 at 4:14 pm #949
KevinKeymasterHi Marcus-
Thanks for the feedback, we have added in the windows adjustment. As for add-mores, we are currently still working out some kinks and hope to have them more stable in the next update.
Thanks,
Kevin
-
August 2, 2013 at 5:54 pm #951
MarcusMemberCouple of really short questions.
Multiple conditions, can I use them? And if so, how? 🙂And conditions on the new upload field, didn’t work when I tried it.:
,'conditions' => array( array( 'field' => 'theme-select' ,'value' => 'sidebar_main' ) )Is it me? Thanks guys.
Marcus
-
February 21, 2014 at 8:39 pm #1443
NabilMember@Marcus,
Have you been able to use multiple conditions?
Thanks,
Nabil -
February 22, 2014 at 11:31 pm #1446
SteveKeymasterMultiple conditions work awesome! Check out the built in Demos: ADVANCED tab… CONDITIONALS meta box.
-
February 23, 2014 at 12:10 am #1447
NabilMemberAwesome, I completely missed it.
Thanks.
-
-
AuthorPosts
- You must be logged in to reply to this topic.