• Resolved mattsws

    (@mattsws)


    I’ve run Smush on my WordPress install and it works great. But unfortunately, I had to disable it because it was creating problems for my users who upload images during their purchase process.

    Is there any way I can have disable Smush on my image uploader seen at the link?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @mattsws

    I hope all is well!

    Please let us know more information about the set up that you’re using? What is the issue when users uploading images? Are there any errors?

    Please let us know which plugin you’re using that allows to user to upload images, so we could check it.

    Please advise,

    Kind regards,
    Nastia

    Thread Starter mattsws

    (@mattsws)

    Hello. The uploader hangs when users try to upload images… particularly, large images. I do not see any errors upfront. Perhaps Smush is trying to compress them? The plugin we’re using is a custom one developed for us.

    Thread Starter mattsws

    (@mattsws)

    Is there any way I can just exclude the file upload process or something from Smush?

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @mattsws

    I trust you’re doing well!

    Since it hangs on large images, please try increasing the timeout by adding this line to the wp-config.php file:
    define('WP_SMUSH_API_TIMEOUT', 300);

    If there is a multiple image upload, please try adding this line to the wp-config.php file:
    define( 'WP_SMUSH_ASYNC', false );

    Make sure both lines are added above this line
    /* That's all, stop editing! Happy publishing. */

    Please advise,

    Kind regards,
    Nastia

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @mattsws

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WooCommerce Image Upload’ is closed to new replies.