- This topic has 7 replies, 2 voices, and was last updated 6 years, 7 months ago by
Steve.
-
AuthorPosts
-
-
June 22, 2015 at 10:06 am #3903
articalabMemberHello,
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
EvaAttachments:
You must be logged in to view attached files. -
June 22, 2015 at 10:37 am #3907
SteveKeymaster@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!
-
June 22, 2015 at 10:56 am #3910
articalabMemberHello 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.. -
June 22, 2015 at 2:06 pm #3911
SteveKeymasterGreat… 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. -
June 22, 2015 at 3:36 pm #3913
articalabMemberI 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. -
June 22, 2015 at 3:53 pm #3915
SteveKeymasterWould you be able to provide us with Admin access so we can take a look? Please email us at [email protected]
Thanks
-
July 7, 2015 at 4:15 am #3970
articalabMemberHello 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 -
July 7, 2015 at 10:54 am #3974
SteveKeymaster@articalab– We’ll look into it and see if we can fix in the next version of Piklist. Thanks for debugging!
-
-
AuthorPosts
- The topic ‘Thumbnail images in backend’ is closed to new replies.