• Resolved yatgirl

    (@yatgirl)


    Is there anyway to remove/hide the new message below every product image on the edit product page?

    Upload JPEG files that are 1000 x 1000 pixels or larger (max. 2 MB) How to prepare images?

    This takes up too much space on every page. I would have thought this would be just a a tool tip that could be clicked on (if needed) rather than a static message.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi @yatgirl

    Thanks for reaching out!

    Can you please share with us a clear screenshot of what you are referring to here so that we could check further?

    If you don’t already have a screenshot service installed, you can try https://snipboard.io or http://skitch.com/. You can share the direct link to the image as a response to this topic.

    Thread Starter yatgirl

    (@yatgirl)

    Hi @yatgirl

    Thanks for sharing the screenshot which brings clarity to your request here.

    I found a forum thread related to your inquiry.

    One of the proposed solutions was to remove additional instructions using a filter. You can directly ask the developers here:

    https://github.com/woocommerce/woocommerce/pull/33660

    Hope this helps!

    Thread Starter yatgirl

    (@yatgirl)

    Thanks but didnt really help unfortunately. I posted in github on that thread 6 days ago, no reply. As well someone else is asking on the same thread after me, and no reply.

    Its odd, there are lots of items on the edit product page, if there were ‘helpful’ instructions for everything, the page would be unusable. At least the tool tips that are existing on the page are done properly as a ‘hover’ and are not taking up valuable page real estate like the upload jpeg files that are 1000 x 1000 pixels message.
    I guess if you cant provide a code snippet to remove it, I will go over to stack overflow or somewhere like that.

    Saif

    (@babylon1999)

    Hello @yatgirl,

    GitHub is the right place to take this, reports are reviewed in chronological order, severity, and other criteria so we can’t know for sure when the team will review your request.

    Although this is outside our scope of support, there is a workaround that doesn’t involve playing with the site files whatsoever.

    You can download this extension to add custom CSS to a site from your browser.

    Click on the extension once you’re on the order’s page.


    Link to image: https://i.imgur.com/nsgt3Ad.png

    Remove the highlighted part here and add the code as shown below.


    Link to image: https://i.imgur.com/PiIOgFe.png

    
    .image-added-detail{
        display: none;
    }

    You’re all done, that section should be removed.

    Hope this helps!

    Also, since you’ve taken this to Github I will go ahead and mark this as solved from here.

    Cheers!

    Thread Starter yatgirl

    (@yatgirl)

    Thanks, but I was looking for something to add to custom css or a snippet. I use a tablet, 2 computers and 3 different browsers. The solution you have given appears to be per browser.

    Saif

    (@babylon1999)

    The solution you have given appears to be per browser.

    That is correct, anything else will involve editing the site’s files which I don’t recommend.

    This is a fairly complex development topic. I’m going to leave it open for a bit to see if anyone is able to chime in to help you out.

    I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.

    You can also visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.

    Cheers!

    Thread Starter yatgirl

    (@yatgirl)

    Hi,

    Glad to hear that you figured this out. If you would like to share your experience with our community, feel free to leave a review.

    I’ll go ahead and mark this thread as resolved. Feel free to create a new thread if you have any other questions.

    Thread Starter yatgirl

    (@yatgirl)

    Glad to hear I figured it out ? My experience with our community ?
    Ok that is hilarious. I came here to the woo forum for a simple answer:

    A. Not to finally give up on woo personnel and get the answer myself
    B. Not to get the run around, be directed to somewhere that ignored my question
    C. Not to be told that its a complex development topic when it is as I suspected the simple matter of a small code snippet.
    If I were to give a review based on this, it would be 0. Honestly

    Hi,

    I totally understand. To clarify, it looks this issue was already reported. You can find more information here.

    According to the WooCommerce 6.9.3 Fix Release This issue was fixed. I am wondering if your WooCommerce version is not 6.9.3 or higher, you can consider updating it, here there is a guide that you can use to update your WooCommerce if necessary:
    https://woocommerce.com/document/how-to-update-woocommerce/

    Feel free to let us know if there are any questions or concerns.

    Thread Starter yatgirl

    (@yatgirl)

    OMG – I was not asking about the multiple instances of the message that was fixed, I wanted that message gone absolutely completely – it is a waste of space on the page. I asked for a code snippet to remove it completely, I got the run around. I found my own solution. I do not need instructions on how to update a plugin. OMG I give up….honestly.

    Hi,

    I can understand where you are coming from. My approaching was to inform that the issue was taken care of in the WooCommerce 6.9.3 Fix release, sorry for the inconvenience.

    Kind regards.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Remove / hide new message for images on edit product edit page’ is closed to new replies.