• Resolved lodetkint

    (@lodetkint)


    Hello,

    we have a marketplace where vendors can sell and add products. Now the problem is that not every vendor uploads their photos squarely. Can your plugin solve this problem? I already have Imagify, but that plugin only makes the images smaller. I can’t square them with that plugin. Usually the background is white, so squaring the images is really just adding white space…

    Thx in advance to look for a minute at this topic.

    Regards, Lode

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @lodetkint, Thank you for asking!

    May I know what multi-vendor plugin you’re using?

    Thread Starter lodetkint

    (@lodetkint)

    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

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    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.

    Thread Starter lodetkint

    (@lodetkint)

    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

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can your plugin solve my problem’ is closed to new replies.