matrixino
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Some stores not appear in their categoriesAnyone? Any fix for this bug?
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Nothing is addedYou are correct, I tried other ASIN and they worked. So this products must be one of those you were talking about.
Everything seems ok now. The only unresolved thing is that if I create a post from “New Amazon Post” it’s not working (blank page in editor with correct title and amazon option below, but nothing is displayed in post), but I’m using amazon-element shortcode (creating a normal post) so I don’t really care.Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Nothing is addedOK, I managed to make it work. The only thing that is still not working is the image gallery. If I add a product with 2 or more images, only the first get posted even if I set gallery=1 and add “gallery” in fields.
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Nothing is addedIf I try [AMAZONPRODUCTS] shortcode I can see the product table but no info is shown (no price, always out of stock, image, etc). If I try [amazon-elements] shortcode nothing is shown like before.
Forum: Plugins
In reply to: [FeedWordPress] Encoding problemI have only 1 feed and yes it does the same thing for each item in that feed. Before uninstalling this plugin (I had to, meanwhile I’m using WPeMatico which is working good) I noticed it was actually not the same wrong characted every time, but each accented one had it’s own wrong replace. Also I noticed it was not the standard weird characted u usally get when there is an encoding problem, i never seen accented chars replaced with those in case of encoding mismatch.
Forum: Plugins
In reply to: [FeedWordPress] Encoding problemNo, it’s a plugin problem because I tried 4-5 other plugins with the same purpose and they all didn’t have this problem.
Forum: Plugins
In reply to: [WP Pipes] Understanding HTML Parser replace and imagesYes, I did have the line parameter. However don’t worry, I dirt-fixed it using striptags() php function in my WP theme.
I have a suggestion for your getfulltext processor that came to my mind since I had this problem in my personal case. It would be useful to set a maximum width/height for images, like we do for gettimage one.
For example some of the imported images in my posts were too large for my posts column. So i had to add a width attribute to img tags via replace.
It would be nice if I could tell the gettext processor to keep all the images who have <size than X*Y pixel and automatcally resize all the images who are larger than that.Forum: Plugins
In reply to: [WP Pipes] Understanding HTML Parser replace and imagesI want to add that those divs are empty only if I set “Remove images make list out html”
Forum: Plugins
In reply to: [WP Pipes] Understanding HTML Parser replace and imagesYes, I’ve been able to get it working on my own server. Before I was trying it on a dotster hosting plan and seems like they block something to make it work fully. However in my own root servers it works perfectly.
The only problem I’m having now is that in my posts content i have this at the beginning “<div></div><div>” and I can’t seem to avoid it even if I use a replace|<div></div><div>||.
Forum: Plugins
In reply to: [WP Pipes] Understanding HTML Parser replace and imagesThanks for your time. I tried again with no luck.
I’ll make another try from scratch on another server I own and let you know how it goes.Regards
Forum: Plugins
In reply to: [WP Pipes] Understanding HTML Parser replace and imagesI’m already using the latest 1.16, unless there is a git/svn testing repo available.
Forum: Plugins
In reply to: [WP Pipes] Understanding HTML Parser replace and imagesHm, it still gives me “invalid url of image, could not get image from Source” even if the post is actually imported with all the images. It just can’t seems able to set the post image. All the requirements are ok on my server. What could it be? Is there a debug output mode for me to check?
Forum: Plugins
In reply to: [WP Pipes] Understanding HTML Parser replace and imagesAlso wanted to point that I’m using this replace:
ginner|0|div|file-image|0|1| ginner|0|h1|article-title|0|1| ginner|0|div|field-type-text-with-summary|0|1| wrap|1,2,3|{ogb-0}{ogb-1}{ogb-2}| replace|4|src="/|src="https://site.com/|
because while the first image is relative to their website, the article ones have a full url in src. So I just replace the src of the heading one.
Forum: Plugins
In reply to: [WP Pipes] Understanding HTML Parser replace and imagesIt’s not running correctly here even with Origin empty (I almost tried everything there actually).
It says “invalid url of image, could not get image from Source”.
Can you export your working pipe so I can test?Also I have Get to Local Yes to /wppipes/images, but can’t find that folder in my filesystem. Is it relative to the theme or to the root? I don’t have any image saved locally, all the src in the post are external images.
Forum: Plugins
In reply to: [WP Pipes] Understanding HTML Parser replace and imagesThank you! I was able to show them correctly with your code.
However I’m still unable to get the images for the “Get images” processor.
In the post they works just fine and I can retrieve them, but the getimage processor can’t seems to find them. Once I load my pipe it says Array in po[images], but as soon as i set po[fulltext] or po[full_html] as source it becomes undefined. I exported my pipe so you can check HERE
Also there is a way to choose in which category to put the post based on title matching or something?