Viewing 7 reply threads
  • Author
    Posts
    • #3903
      articalab
      Member

      Hello,
      I found I bug I think is of piklist plugin (sorry in advance if it isn’t this way).
      In backend after uploading files from CPT, wrapper boxes are larger then normal (see attached file).

      I temporary solved problem adding this code in function.php:
      add_action(‘admin_head’, ‘piklist_fix’);

      function piklist_fix() {
      echo ‘<style>
      .piklist-upload-file-preview .attachment {
      cursor: pointer!important;
      margin: 10px 10px 5px 0!important;
      width: auto!important;
      }
      .wp-core-ui .attachments.ui-sortable .attachment-preview:before {
      padding-top: 0;
      }
      .wp-core-ui .attachments.attachments.ui-sortable.ui-sortable-disabled .attachment-preview:before {
      padding-top: 100px;
      }
      </style>’;
      }

      Can you help me plese?

      Thank you
      Eva

      Attachments:
      You must be logged in to view attached files.
    • #3907
      Steve
      Keymaster

      @articalab– Welcome to the Piklist community!

      This looks like a conflict with another plugin you are using. We’d appreciate if you could help us debug:
      1) Remove your fix code
      2) Deactivate all your plugins except Piklist… did the problem go away?
      3) If so, activate your plugins one at a time, and check the fields. Once you see the problem come back, email us the name of the plugin that is causing the issue.

      Thanks!

    • #3910
      articalab
      Member

      Hello Steve,
      I deactivate all plugins except piklist and the plugin I created to add this field in page.
      The plugin only contains meta boxes and settings file, but I still have the issue..

    • #3911
      Steve
      Keymaster

      Great… so we ruled out plugins.

      -Next, please change to a WordPress default theme. It’s possible your theme has admin css.
      -If there is still an issue, please activate the Piklist Demos. Then go to “Add New Demo”, and the Basic tab. Go to the bottom of the page and try those media fields. Let us know if they are an issue.

    • #3913
      articalab
      Member

      I switched to twenty fourteen theme, but nothing’s changed.
      I activated piklist demo and deactivate my custom plugin based on piklist as well.
      Im piklist new demo, basic tab I’ve addes media files but still have the same problem (see attached file).

      Attachments:
      You must be logged in to view attached files.
    • #3915
      Steve
      Keymaster

      Would you be able to provide us with Admin access so we can take a look? Please email us at [email protected]

      Thanks

    • #3970
      articalab
      Member

      Hello Steve,
      trying to find out what the problem was i found it.
      In project wp-config file I set these parameters:

      define(‘SCRIPT_DEBUG’, TRUE);
      define(‘CONCATENATE_SCRIPTS’, FALSE);

      Everything was fine until I updated to the latest version of WordPress.
      Commenting these two lines the bug disappear, so I think it’s more an issue of WordPress.
      Maybe it helps to know that setting this way wp-confing.php cause the problem to Piklist.

      Thanks for the support anyway
      Have a nice day
      Eva

    • #3974
      Steve
      Keymaster

      @articalab– We’ll look into it and see if we can fix in the next version of Piklist. Thanks for debugging!

Viewing 7 reply threads
  • The topic ‘Thumbnail images in backend’ is closed to new replies.