Title: Images
Last modified: September 20, 2016

---

# Images

 *  Resolved [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/)
 * Hello
 * First of all thank you for this awesome plugin.
 * I have the following RSS feeds that do not include images but only in the original
   post. I can’t get the image even when I am using full text. Can you please check
   it and tell if there is a solution?
 * 1) [http://www.sigmalive.com/rss](http://www.sigmalive.com/rss)
    2) [http://www.philenews.com/Publications/RssModule/rss.aspx](http://www.philenews.com/Publications/RssModule/rss.aspx)
   3) [http://www.kerkida.net/taxonomy/term/1/feed](http://www.kerkida.net/taxonomy/term/1/feed)(
   This get Image but very small) 4) [http://www.tothemaonline.com/rss/rss.xml](http://www.tothemaonline.com/rss/rss.xml)
   5) [http://www.balla.com.cy/rss/feed.xml](http://www.balla.com.cy/rss/feed.xml)
 * Thank You

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Plugin Contributor [Tung Pham](https://wordpress.org/support/users/phamtungpth/)
 * (@phamtungpth)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/#post-8205125)
 * Hi polys_a,
 * As I checked your provide feeds, you could try to use [so] enclosures as the 
   input of Get Image processor with these feeds:
 * – [http://www.sigmalive.com/rss](http://www.sigmalive.com/rss)
    – [http://www.philenews.com/Publications/RssModule/rss.aspx](http://www.philenews.com/Publications/RssModule/rss.aspx)–
   [http://www.tothemaonline.com/rss/rss.xml](http://www.tothemaonline.com/rss/rss.xml)–
   [http://www.balla.com.cy/rss/feed.xml](http://www.balla.com.cy/rss/feed.xml)
 * But with [http://www.kerkida.net/taxonomy/term/1/feed](http://www.kerkida.net/taxonomy/term/1/feed)
   I think you should use [HTML Parser processor](https://thimpress.com/product/html-parser-processor-for-pipes/)
   for grabbing full content which contains images from the source pages first. 
   Then you could use the output of that HTML Parser processor as the input of Get
   Image processor.
 * Best Regards!
 *  Thread Starter [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/#post-8205144)
 * Hello thank you for the reply.
 * actually the [so] enclosure is working fine.
 * For kerkida.net I must use something like this?
 * replace|0|src=”|src=”[http://www.kerkida.net](http://www.kerkida.net)|
    ginner
   |1|div|artikel|0|1|
 * thank you in advance
    regards
 *  Plugin Contributor [Tung Pham](https://wordpress.org/support/users/phamtungpth/)
 * (@phamtungpth)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/#post-8209303)
 * Hi polys_a,
 * I think the parser code is not correct. Please try with this [https://goo.gl/Vh9Qxc](https://goo.gl/Vh9Qxc)
 * Best Regards!
 *  Thread Starter [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/#post-8210170)
 * Cheers man this work perfectly.
 *  Thread Starter [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/#post-8224788)
 * Hello
 * I have a new problem with the following:
 * Article: [http://capital.sigmalive.com/story/12686894](http://capital.sigmalive.com/story/12686894)
 * This code gets the image but the [http://capital.sigmalive.com](http://capital.sigmalive.com)
   is missing from the source.
 * The code:
 * ginner|0|article|article|0|1|
    ginner|1|figure|hero-image|0|1 wrap|2|{ogb-0}|
 * Any help?
    regards Polys
 *  [virtualfaceus](https://wordpress.org/support/users/virtualfaceus/)
 * (@virtualfaceus)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/#post-8233844)
 * Hello,
 * You could use **Replace command** to make the URL of image becomes full with 
   [http://capital.sigmalive.com/](http://capital.sigmalive.com/)
 *  Thread Starter [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/#post-8233905)
 * I’m trying o use this command but It doesn’t work:
 * replace|0|src=”|src=”http://http://capital.sigmalive.com/|
 * any suggestions?
 *  [virtualfaceus](https://wordpress.org/support/users/virtualfaceus/)
 * (@virtualfaceus)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/#post-8234008)
 * Please try with this code:
 * `replace|line_number|src="/|src="http://capital.sigmalive.com/|0|`
    -  This reply was modified 9 years, 7 months ago by [virtualfaceus](https://wordpress.org/support/users/virtualfaceus/).
 *  Thread Starter [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/images-36/#post-8234070)
 * Hello this is my full code and works very well.
 *     ```
       ginner|0|article|article|0|1|
       ginner|1|figure|hero-image|0|1
       replace|2|src="/|src="http://capital.sigmalive.com/|0|
       ginner|3|figure|hero-image|0|1|
       wrap|4|{ogb-0}|
       ```
   
 * Thank you again for the help
 *  Thread Starter [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/images-36/#post-8632862)
 * Good Morning and Happy new year.
 * I am having troubles getting the image of [http://www.themasports.com/rss-themasports.rss](http://www.themasports.com/rss-themasports.rss)
   with the HTML_Parser
 * The code I’m using is:
 *     ```
       ginner|0|div|col-md-12|0|1|
       ginner|1|img|img-responsive|0|1|
       replace|2|src="/|src="http://themasports.com/|0|
       ginner|3|img|img-responsive|0|1|
       wrap|4|{ogb-0}|
       ```
   
 * At the HTML Parcel Try is working fine but on Pipes is not.
 * Any help?
 * Thank you
 *  Plugin Contributor [Tung Pham](https://wordpress.org/support/users/phamtungpth/)
 * (@phamtungpth)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/images-36/#post-8644790)
 * [@polys_a](https://wordpress.org/support/users/polys_a/): I guess you set up 
   your pipe not correctly. Please try to check its settings!
 * [@virtualfaceus](https://wordpress.org/support/users/virtualfaceus/): Thank you!
   It seems you could control WPPipes in your hands. It is so great!
 *  Thread Starter [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/images-36/#post-8656392)
 * [@virtualfaceus](https://wordpress.org/support/users/virtualfaceus/) Perfect 
   thank you m8
 *  Thread Starter [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/images-36/#post-8659255)
 * Hello [@virtualfaceus](https://wordpress.org/support/users/virtualfaceus/)
 * I continue to have problems. Some times I get no image even if I select stop 
   if no image found. some times I get invalid url of image, could not get image
   from Source and some time it just works.
 *  [virtualfaceus](https://wordpress.org/support/users/virtualfaceus/)
 * (@virtualfaceus)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/images-36/#post-8663067)
 * As I know, that issue comes from inside of WPPipes plugin. Not from settings 
   of the pipe. I guess there is problem when WPPipes checking if the image is valid
   for using as featured image.
 *  Thread Starter [polys_a](https://wordpress.org/support/users/polys_a/)
 * (@polys_a)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/images-36/page/2/#post-8664563)
 * Yes but it was ok 2 days ago. This is very strange.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Images’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-pipes_baebe7.svg)
 * [WP Pipes](https://wordpress.org/plugins/wp-pipes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-pipes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-pipes/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-pipes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-pipes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-pipes/reviews/)

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)

 * 15 replies
 * 3 participants
 * Last reply from: [polys_a](https://wordpress.org/support/users/polys_a/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/images-36/page/2/#post-8664563)
 * Status: resolved