Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ali Irani

    (@airani)

    Please tell me exactly the image url that not saved

    Thread Starter Ovidiu

    (@ovidiu)

    ‘<div class=”thumb”><img class=”img_thumb” alt=”smaragdgrün” src=”assets/images/profile3d-paleta/iglo_energy_drzwi/thumbs/06.jpg” height=”50″ width=”100″>
    <p>smaragdgrün
    Renolit 611005</p>
    </div>’

    just an example and the page it comes from: https://www.drutex.de/produkte/turen/kunststoffturen/iglo-energy.html

    Plugin Author Ali Irani

    (@airani)

    Oh! for same image src plugins can’t getting main url and if you want save same images you must adding main url to first part of image address. like bellow code:

    <div class="thumb"><img class="img_thumb" alt="smaragdgrün" src="https://www.drutex.de/assets/images/profile3d-paleta/iglo_energy_drzwi/thumbs/06.jpg" height="50" width="100">
    <p>smaragdgrün
    Renolit 611005</p>
    </div>
    Thread Starter Ovidiu

    (@ovidiu)

    nope, you got that wrong. the code I gave you, is from the SOURCE webpage. I would have liked to copy that to another domain.

    so say: domain.tld now contains a page where I copied the above code to. so I am trying to pull images from drutex.de to domain.tld

    Plugin Author Ali Irani

    (@airani)

    check your problem again with version 3.0

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Downloaded all images but didn't change any src links’ is closed to new replies.