Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #207723

    Hi,

    when I use in ENFOLD the “NextGen Gallery widget”, then the resizing of the thumbnails to 50x50px is ignored:

    The thumbnails of the NextGen widget stay at a size of 150×150 px, which is the thumbnails’ size at the NextGen settings page (I need this general setting of 150x150px for my galleries):

    Note:
    I use

    • WP 3.8, uploaded today the new ENFOLD theme
    • the NextGen Plugin 1.9.13, not the buggy new one. But I have tried this with the NextCellent plugin, too – widget thumbnails size is ignored there, too.
    • It is no matter whether I use the widget in sidebars of normal pages or pages created with the ALB.

    However:
    When I switch to my old CORONA theme – there the Nextgen widget resizes the thumbnails (as set in the widget) correctly to 50x50px:

    So it seems to be an ENFOLD issue. Any idea?
    Thanks.

    #207739

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #207744

    my site is offline, sorry, it is not yet ready. What information do you need?
    By the way: I have deactivated all plugins except of NextGen (and for another test round the NextCellent plugin) to avoid any conflicts, but this has not helped.

    #207750

    Hey!

    I think that can be fixed with some CSS code, but i need to see the site live.

    Best regards,
    Josue

    #207761

    Isn’t there another reason for this issue? I guess, only changing CSS of the thumbnails wouldn’t be enough, because they have these ENFOLD overlays, too. CORONA can handle this perfectly – with the same plugins and settings.

    Here a screenshot with Firebug – why does ENFOLD ignore this size of 50px?
    http://screencloud.net/v/hcbp

    Has it something to do with ENFOLD’s overlay images?
    I’ve tried this http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/, but this hide them only and has therefor no effect on the NextGen widget thumbnails, which should be 50x50px.

    #207778
    This reply has been marked as private.
    #208623

    Hey!

    Our support team is not only based in Europe and i.e. Ismael lives on the Philippines. Your login data is safe. Please use the “private reply” feature to post the login credentials.

    Regards,
    Peter

    #208625

    Hey!

    If you want to change the thumbnail image size with css you can use following code

    
    #top .ngg-widget img {
    max-width: 50px;
    max-height: 50px;
    }
    

    Best regards,
    Peter

    #209121
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘ENFOLD + Nextgen Widget: Resizing of thumbnails doesn't work’ is closed to new replies.