Tagged: easy slider, media uploader, sidebar
So i’ve noticed in some enfold elements..when you want to add an image..the sidebar that is on the right of media library shows up but for example in something like that easy slider..the same sidebar doesn’t show up. how do I enable that sidebar to show up on all image uploads.
here is an example of what I am talking about:
image library with attachment details: https://drive.google.com/file/d/1Yo3-cSkWX4FFtGrieo7FPrrVimj2hU_u/view?usp=sharing
image library without attachment details: https://drive.google.com/file/d/119UIQ4AmhHls-uc73j2Oq6MgSi8yvpMs/view?usp=sharing
Hey Jason,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function enable_admin_attachment_details(){
?>
<style>.avia-media-img-only-no-sidebars .media-sidebar, .avia-media-img-only-no-sidebars .attachment-display-settings .setting, .avia-media-img-only-no-sidebars .media-sidebar .attachment-details { display: block!important; margin-top: 50px; } </style>
<?php
}
add_action('admin_head', 'enable_admin_attachment_details', 1);
After applying please clear your browser cache and check.
Best regards,
Mike
it worked thank you!!
Hi jgax87,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko