Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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?

    #986133

    Hey ColinWalton,

    Can you post a link to your site where we can see what you’re describing?

    Best regards,
    Nikko

    #986141

    Here we go.

    This is on my laptop, but on my 27″ iMacPro it is just as bad.

    #986432

    Hi 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,
    Nikko

    #986506

    Hi 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?

    #986512

    Actually, 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

    #986593

    Hi,

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Increasing the size of images in the ADMIN of Easy Sliders’ is closed to new replies.