Tagged: easy slider
-
AuthorPosts
-
July 16, 2018 at 12:43 pm #985915
Is it possible to increase the size of the images when using the admin of Easy Sliders?
Currently the thumbnail images are SO tiny I can’t tell which picture is which. I have tried adding this CSS but admin css changes don’t seem to work:
.avia-modal-group-element-inner { min-height: 100px !important; }
.avia-modal-group-element-inner .avia_slideshow_image img { max-height: 100% !important; }Any ideas?
Otherwise can I make this a suggestion to improve for the next update of Enfold? The “Gallery” admin is heaven to use as the images are larger and drag and drop makes it quick to edit. Can we have this for Easy Sliders too please?
July 16, 2018 at 10:53 pm #986133Hey ColinWalton,
Can you post a link to your site where we can see what you’re describing?
Best regards,
NikkoJuly 16, 2018 at 11:12 pm #986141Here we go.
This is on my laptop, but on my 27″ iMacPro it is just as bad.
July 17, 2018 at 2:12 pm #986432Hi ColinWalton,
I see you can use this plugin for that: https://wordpress.org/plugins/add-admin-css/
Or do it manually by following the instruction on this post: https://davidwalsh.name/add-custom-css-wordpress-admin
Then add this css code:.avia-modal-group-element-inner .avia_slideshow_image { width: 80px !important; height: 80px !important; }
Hope it helps :)
Best regards,
NikkoJuly 17, 2018 at 4:50 pm #986506Hi Nikko,
Thank you for the suggestions. I have added the extra functions to the functions.php inside my enfold-child folder.
Then created a new CSS file called admin.css and added the css you specified.
But after deleting the cache the changes don’t appear to have made any difference.
I then tried changing the link in the functions file to this, thinking perhaps the functions file isn’t finding the css:
function admin_style() { wp_enqueue_style('admin-styles', get_template_directory_uri().'admin.css'); } add_action('admin_enqueue_scripts', 'admin_style');
But that doesn’t work either. Is there something I am missing?
July 17, 2018 at 5:06 pm #986512Actually, don’t worry. I have gone the plug-in route which seems to work.
I would like to suggest this change as a possible improvement for the next version of Enfold. “Masonry Gallery” and “Gallery”both work perfectly with large images and a much easier way to do the drag and drop. Easy Sliders is a bit hard to do quick changes to.
Thanks for all your help!
Colin
July 17, 2018 at 7:06 pm #986593Hi,
I’m glad you were able to get your issues resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Increasing the size of images in the ADMIN of Easy Sliders’ is closed to new replies.