Tagged: , , ,

Viewing 6 reply threads
  • Author
    Posts
    • #947
      Marcus
      Member

      On 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

    • #948
      Marcus
      Member

      More 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

    • #949
      Kevin
      Keymaster

      Hi 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

    • #951
      Marcus
      Member

      Couple 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

    • #1443
      Nabil
      Member

      @Marcus,

      Have you been able to use multiple conditions?

      Thanks,
      Nabil

    • #1446
      Steve
      Keymaster

      Multiple conditions work awesome! Check out the built in Demos: ADVANCED tab… CONDITIONALS meta box.

    • #1447
      Nabil
      Member

      Awesome, I completely missed it.

      Thanks.

Viewing 6 reply threads
  • You must be logged in to reply to this topic.