eldeadache
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minimer] Can I make thumbnails in the featured slider square?Oh now I see… I’m not exactly familiar with wordpress plugins and didn’t expect to need them for regenerating thumbnails. Learning all the time! 🙂
Sure, I will share the website once everything is done.
Forum: Themes and Templates
In reply to: [Minimer] Turn off Cropping Images on StartpageI am not sure if I understand your problem correctly, but check out Theme Extensions -> Image Upscale in theme personalization menu, maybe it will help you.
Forum: Themes and Templates
In reply to: [Minimer] Can I make thumbnails in the featured slider square?Thank you for your answer. Unfortunately, your suggestion didn’t work. I’m not exactly sure why, but the dimensions were completely unaffected by any change I made (even though web developer tools let me see that some change in code actually occured).
However, your suggestion did actually help me solve the issue. While looking for the line you mentioned, I found the line:
add_image_size( 'minimer-list', 320, 320, true );So I modified the content-featured.php file to load this line instead of the one you mentioned. This did the trick!
Thanks a lot for your help and amazing themes. The theme I’m working on is a mix of Minimer with Enspire, a little bit of Readline, and some of my own ideas.