Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #574805

    Must be old age… I am having trouble seeing those tiny little thumbnails in the admin modal window that pops up for editing slideshows. It looks like you have it set to 40px. Good Gosh! I need to have much larger thumbnails or I shall go blind :-)

    Could you please send some code my way? The thumb size needs to be 180px on the long side and the images need to remain proportional to the original.

    I am using the Enfold child theme. If you have functions code to send, let me know if I can use the snippets plugin, or if need to place it directly into the child functions.php. If you have css to send, does my child folder structure need to be identical to the parent theme for it to work?

    My eyes thank you in advance.
    Marty
    ProMedia Tours

    #574867

    Hi martypao!

    Can you send us a link to your page and take a screenshot highlighting the options your referring to so we can get a better idea?

    Regards,
    Elliott

    #576641

    This is a fullwidth slider on my homepage for this example: http://promediatours.com/

    The admin thumbs in the modal window are the issue. Here are two screenshots of the admin. one is with the inspector showing the element

    https://www.dropbox.com/s/z5qid7dlcm9blot/Screen%20Shot%202016-02-02%20at%2010.58.24%20AM.jpg?dl=0
    https://www.dropbox.com/s/uwpzv36xa8rdecb/Screen%20Shot%202016-02-02%20at%2011.02.01%20AM.jpg?dl=0

    #578003

    Hi!

    We will help you! There is one easy way you can make the elements on the admin page look large by zooming the webpage. or hold down the Ctrl key and move the mouse wheel to zoom in and zoom out.

    Adding css to child theme will not make any effect to the admin side.

    You have to edit wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css

    Please add the below code at the bottom

    
    .avia-modal-group-element-inner .avia_slideshow_image {
        width: 140px!important;
        height: 140px!important;
    }
    
    

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 5 months ago by Vinay.
    #713184

    Forgive the months of no response. I am an architectural photographer and have had a busy season. It’s finally winding down and I will be able to be diligent for the next three months until my season starts back up.

    I added the css you gave me to /home/paolettaphoto/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css and no change. There is css that’s coded to be dominant. Here is a link to a screenshot of the css:
    https://www.dropbox.com/s/qs0vxho7hofp23d/Screen%20Shot%202016-11-16%20at%2012.20.17%20PM.jpg?dl=0

    I also need the images to be in their original ratio, not square. I am a photographer and usually take a portrait (tall) and landscape (Wide) of the same subject. With the cell being square, there is no way to tell the true image orientation and aspect.

    Thanks

    #713186

    Hey!

    Welcome back! We hope it was a good season both with creativity and a nice income!
    Please consider to update our theme first, as much things have changed in the meanwhile and check if your issues have been fixed.

    Thanks a lot!

    Regards,
    Basilis

    #713249

    It’s working now. Needed to refresh my cash.

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Need a larger Thumb size in the admin Modal edit window for Slideshows’ is closed to new replies.