Hi @lodetkint, Thank you for asking!
May I know what multi-vendor plugin you’re using?
Hi @nlemsieh i Use WC vendors plugin for our marketplace. I saw this in your FAQ section:
Can I use the plugin with WC Vendors ?
Yes you can! Just add this code snippet to your theme functions.php under Appearance → Theme Editor.
add_filter(‘wp_sir_process_frontend_upload’, ‘__return_true’);
So is the Smart Image Resizer plugin a solution for our problem?
I also use Imagify – Is your plugin compatible with imagify or is imagify unnecessary if I use smart resizer? How does this work together?
Many thx in advance to take the time you take answer my questions!
Regards, Lode
Hi,
Can I use the plugin with WC Vendors ?
Yes, you can use the plugin with WC vendors by adding the code below:
add_filter('wp_sir_process_frontend_upload','__return_true');
I also use Imagify – Is your plugin compatible with imagify or is imagify unnecessary if I use smart resizer? How does this work together?
Yes, it’s compatible with Imagify. While the SIR plugin does incorporate some compression features, is not the primary focus. If you’re seeking advanced optimization and compression capabilities, I recommend using Imagify.
Let me know if you have any further questions.
Hi Nabil,
hereby the feedback. I bought and installed the plugin and it’s just perfect! Images are squared now.
How can i add the code? That isn’t clear yet.
Regards, Lode
Hi Lode,
Glad to hear that, thank you for the feedback!
You can add the code snippet to your child theme functions.php (from Appearance > Theme file Editor), in case you’re not using a child theme, I’d suggest using the Code Snippets plugin.
Let me know if it’s still not clear for you. Also, feel free to reach out for further help at support[at]sirplugin.com.