Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.
This topic has 11 replies, 2 voices, and was last updated 2 years, 5 months ago by Szabi – CodeRevolution.
-
AuthorPosts
-
-
June 25, 2022 at 5:31 pm #5393
Hello,
One more question….
I want to put some custom feed tag in my post. I want the “geo:lat” -41.1619. I think this is custom tag name. I try everything such as geo:Point before the geo:lat and after the geo:lat. Also use the custom_feed_….. in the rss settings. And i use also the Feed item custom tag names and then custom_….. And i changed the tag separator one time from : to . But nothing works. So maybe you see directly what i am doing wrong:….
<div class=”line”><span class=”html-tag”><item></span></div>
<div class=”opened”>
<div class=”line”><span class=”html-tag”> <title></span>Green earthquake alert (Magnitude 5.6M, Depth:10km) in Southeast Of Easter Island</div>
<div id=”folder11″ class=”folder”>
<div class=”line”><span class=”html-tag”><geo:Point></span></div>
<div class=”opened”>
<div class=”line”><span class=”html-tag”> <geo:lat></span>-41.1619<span class=”html-tag”></geo:lat></span></div>
<div class=”line”><span class=”html-tag”> <geo:long></span>-89.8851<span class=”html-tag”></geo:long></span></div>
</div>
<div class=”line”><span class=”html-tag”></geo:Point></span></div>
</div>
</div>
<div></div>
<div>Thanks in advance</div> -
June 25, 2022 at 5:42 pm #5394
-
June 25, 2022 at 7:49 pm #5396
Hello,
Sorry, but currently the plugin cannot extract custom tags from data which is inside another custom tag. Example: if the custom tags are directly children of the RSS item, the plugin will be able to get data from them, however, if the custom items are inside another custom item (as in the case of the RSS feed from your screenshot), extracting data from it is not possible.
However, please send me the URL of this RSS feed and I will check on it, will search for a method to get this data from the feed.
Regards,
Szabi – CodeRevolution.
-
June 25, 2022 at 9:05 pm #5397
Hello Szabi,
Thanks again for your great and fast support.
The url: https://www.gdacs.org/xml/rss_eq_48h_med.xml
Thanks for your check!
-
June 26, 2022 at 9:21 am #5398
Hello,
Good news, I updated the plugin to v5.3.9, added support for nested RSS custom field importing.
Please update the plugin to the latest version and use the below syntax:
namespace:parenttagname=>namespace:childtagname.
Example:
geo:Point=>geo:lat
gdacs:resources=>gdacs:resource=>gdacs:acknowledgements
You can use the following shortcodes afterwards:
%%custom_geo:Point=>geo:lat%%
%%custom_gdacs:resources=>gdacs:resource=>gdacs:acknowledgements%%
Let me know if this helped.
Regards,
Szabi – CodeRevolution.
-
June 26, 2022 at 9:44 am #5399
Hi Szabi.
Thanks again for your very good support. Also bought the Twitomatic plugin today. Really fantastic plugins!
Just checked, empty cache and did not see the 5.3.9 via wordpress admin “Check For Updates”. Maybe that will take a while? Again really great how you solved this for me!
Attachments:
You must be logged in to view attached files. -
June 26, 2022 at 10:22 am #5401
Updated the plugin also on CodeCanyon, please redownload it from there.
Let me know if it worked.
Regards.
-
June 26, 2022 at 1:46 pm #5402
<p class=”p1″>Szabi you are the best, it works great!
<p class=”p1″>Only I get a strange sign when I want to import the Latitude to “Post Custom Field”.<span class=”Apple-converted-space”> </span>
<p class=”p1″>I may not be able to use the => sign twice?<span class=”Apple-converted-space”> </span>
<p class=”p1″>I now have it like this: latitude=>%%custom_geo:Point=>geo:lat%%, I get in the custom field: %%custom_geo:Point instead of the latitude, I may be doing something wrong?…. -
June 26, 2022 at 3:38 pm #5403
Szabi you are the best, it works great!
Only I get a strange sign when I want to import the Latitude to “Post Custom Field”.
I may not be able to use the => sign twice?
I now have it like this: latitude=>%%custom_geo:Point=>geo:lat%%, I get in the custom field: %%custom_geo:Point instead of the latitude, I may be doing something wrong?….
Attachments:
You must be logged in to view attached files. -
June 26, 2022 at 3:39 pm #5406
Bummer, thank you for reminding me of this.
I updated to v5.3.9.1, changed from => to -> in the ‘Feed Custom Tag Names’ settings field.
Let me know if this helped.
-
June 26, 2022 at 4:45 pm #5407
Hi, Szabi
Everything works perfectly! I am very grateful to you, I have never experienced such good plugin service! I wish you a very nice day and again many thanks!
-
June 26, 2022 at 4:50 pm #5408
I am glad to help! 🙂
Regards.
-
-
AuthorPosts
The topic ‘Custom tag, one more question’ is closed to new replies.