Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #858925

    Die Bilder auf der Website in einer Masonry Galerie werden auf eine Anzeigegröße Limitiert. Kann man das Ändern? Sodass die Bilder größer angezeigt werden?

    Danke Torsten

    #859174

    Hey Torsten,

    Danke dass Du unser theme verwendest.

    Es gibt ein Filter um die definierten Bildgrössen zu verändern:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Layout/avf_modify_thumb_size.php

    Das Beispiel ist bereits für masonry gemacht.

    Solltest Du Probleme mit dem Einbauen haben, können wir gerne behilflich sein.

    Best regards,
    Günter

    #859245

    Vielen Dank Günter,

    Ich habe den Filter in der functions.php im Child-Theme eingebunden und Regenerate Thumbnails drüber laufen lassen und auch neue Uploads gemacht, jedoch ohne Erfolg. Vielleicht ist es ja auch schlecht beschrieben. Ich nutzte die Website als Portfolio für meine Fotografie und würde die Bilder gern mit einer Mindesthöhe von 1024px anzeigen lassen in einer Masonry Galerie.

    Meine Website ist: http://www.viewpix.de
    Hier ein direktpink zu einem Portfolio: http://viewpix.de/portfolio-item/holi-gaudy-2016/

    Viele Grüße Torsten

    #859292

    Hi,

    Könntest Du mir bitte einen admin account anlegen, dass ich mir das Backend genauer anschauen kann.

    Die Daten kannst Du im Private Content Bereich eingeben.

    LG,
    Günter

    #859318
    This reply has been marked as private.
    #859609

    Hallo,

    I removed your code from Functions.php file and added following

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size['masonry'] = array('width'=>1024, 'height'=>1024, 'crop' => false);
    return $size;
    }

    and then regenerated thumbnails. Please review your website :)

    Best regards,
    Yigit

    #859696

    Thanks a lot, Yigit!

    It would be great if you could integrate the selection of the display size in the theme.

    Sincerely Torsten

    #859702

    Hi,

    Please feel free to request – or vote if already requested – such feature on Enfold feature request form :)

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Angezeigte Bildgröße in Masonry Galerie’ is closed to new replies.