Support » Plugin: WPAdverts - Classifieds Plugin » Streaks in pictures and delete advert not possible

  • Hi, I’m building a small site for used childrens clothing and kids stuff.
    People are already uploading their products. In many pictures in the list are horrible streaks. They are not in the original picture, only in the list.
    When I edit the pictures manually (I make them smaller) the streaks are gone.
    I installed imagify to compress the pictures but it doesn’t help.
    Any ideas?

    When a user logs in to edit the adverts everything is possible except DELETING, that does not work.
    Any ideas?

    Thank you 😉

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    1. i am not exactly sure what do you mean by “streaks”? I am looking at one of the Ad details pages on your website (https://kleidermarkt-uwh.de/advert/t-shirt-set/) and it seems fine except that there is featured image displayed at the top.

    You can get rid of it by adding in wp-admin / Appearance / Customize / Additional CSS panel the code below

    
    article.type-advert > div > img {
        display: none !important;
    }
    

    If that’s not it can you maybe share some screenshot which would explain what is the problem?

    2. is there any error message when the user is trying to delete and Ad?

    Thread Starter heidin

    (@heidin)

    Hi Greg,
    thanks for your fast reply.

    1. The streaks in the pictures you can see in this ad:
    https://kleidermarkt-uwh.de/advert/kinderwagen-maxicosi-komplettset/
    Pictures 4, 5 and 7
    I can’t see an option to provide a screenshot here, sorry.

    2. When I try to delete an ad there’s no error or something, it’s just not doing it.
    Therefor, I think you need to post something yourself and try to delete it afterwards.
    Sometimes, when I click on delete several times, it works. But not always.

    Thanks for you help
    greetz Heidi

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    1. thanks, i allowed myself to download the image and test it on my dev site, it does not seem to be showing with streaks.

    Do you maybe have some kind of plugin for optimizing the uploads to the WP Media Library? If you do then please try disabling it, upload the file again and see if the same problem occurs.

    2. i allowed myself to register and post an Ad to test it. I think the problem with deleting an Ad here https://kleidermarkt-uwh.de/anzeigen-bearbeiten/ is mainly a language problem.

    That is when i click “Delete” a text “Sind Sie sicher? Ja Löschen”, which translates to “Yes delete”, but please note that these are two links actually one to confirm deletion and one to cancel it.

    So the text should be something like “Sind Sie sicher? Ja Nein”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Streaks in pictures and delete advert not possible’ is closed to new replies.