-
AuthorPosts
-
October 1, 2017 at 3:37 pm #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
October 2, 2017 at 11:48 am #859174Hey Torsten,
Danke dass Du unser theme verwendest.
Es gibt ein Filter um die definierten Bildgrössen zu verändern:
Das Beispiel ist bereits für masonry gemacht.
Solltest Du Probleme mit dem Einbauen haben, können wir gerne behilflich sein.
Best regards,
GünterOctober 2, 2017 at 3:07 pm #859245Vielen 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
October 2, 2017 at 5:04 pm #859292Hi,
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ünterOctober 2, 2017 at 6:24 pm #859318This reply has been marked as private.October 3, 2017 at 12:59 pm #859609Hallo,
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,
YigitOctober 3, 2017 at 5:41 pm #859696Thanks a lot, Yigit!
It would be great if you could integrate the selection of the display size in the theme.
Sincerely Torsten
October 3, 2017 at 6:03 pm #859702Hi,
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 -
AuthorPosts
- The topic ‘Angezeigte Bildgröße in Masonry Galerie’ is closed to new replies.