Forum Replies Created
-
AuthorPosts
-
June 26, 2022 at 9:21 am in reply to: Custom tag, one more question #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 25, 2022 at 7:49 pm in reply to: Custom tag, one more question #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 5:08 pm in reply to: READ MORE button text color #5392
I am glad to help! 🙂
-
June 25, 2022 at 4:43 pm in reply to: READ MORE button text color #5390
Code needed to be edited.
.button.purchase
{
color:white!important;
}
a.button.purchase:link { color:white!important;}
a.button.purchase:visited { color:white!important;}
a.button.purchase:hover { color:white!important; }
a.button.purchase:active { color:white!important; } -
June 25, 2022 at 4:23 pm in reply to: READ MORE button text color #5388
Interesting. Please send me temporary admin login credentials to your site and I check on this. My email is kisded@yahoo.com
-
June 25, 2022 at 9:04 am in reply to: READ MORE button text color #5386
Hello,
I am glad to hear that this is the last issue remaining. 🙂
Please add this CSS to your site:
.button.purchase
{
color:red;
}Be sure to replace the red word with the color of your choice.
Please check info here on how to add CSS to your site: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Regards, Szabi – CodeRevolution.
-
June 24, 2022 at 1:37 pm in reply to: archive.org Wayback Machine #5384
Hello,
First of all, thank you for your purchase.
Sure, please check: https://www.youtube.com/watch?v=8ckPB0c27GI
Regards, Szabi – CodeRevolution.
-
June 24, 2022 at 9:25 am in reply to: post custom field #5382
I am glad to hear that it works!
Regards.
-
June 23, 2022 at 3:52 pm in reply to: post custom field #5379
Hello,
Yes, importing custom fields from RSS custom tags is possible.
You need to parse the RSS feeds and extract the custom tags, as shown in this tutorial video: https://www.youtube.com/watch?v=a4BMWi2tCGQ also: https://www.youtube.com/watch?v=FUb4NDb_1yE
To assign these values to custom post meta, please check this other video: https://www.youtube.com/watch?v=GMIojmlI9fA
Regards, Szabi – CodeRevolution.
-
Hello,
First of all, thank you for your purchase.
Please check your code, it seems you forgot to add the correct IMG URL you want to use, please check below:
<img src=”IMG URL” brder=”0″ alt=”Read More”>
You should replace IMG URL with the correct URL of the image you want to use.
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
June 23, 2022 at 4:56 am in reply to: Revoking License #5371
Hello,
First of all, thank you for your purchase.
Yes, correct, you can activate the license of the plugin on a site, then revoke it and move the license to a new site. Please check details here: https://www.youtube.com/watch?v=79t14bFdhy8
If you encounter issues with the revoking process, please contact me at my email kisded@yahoo.com and I will help.
Regards, Szabi – CodeRevolution.
-
June 23, 2022 at 4:41 am in reply to: Purchase Code not working after changing domain name. #5370
Hello,
First of all, thank you for your purchase.
I removed your purchase code from the np.bottomground.com domain, please activate it on your new site, it will work now.
Regards, Szabi – CodeRevolution.
-
June 23, 2022 at 4:39 am in reply to: Echo RSS Feed Post and Nitter RSS #5369
I am glad to hear that this issue is solved. 🙂
-
June 22, 2022 at 11:32 am in reply to: Echo RSS Feed Post and Nitter RSS #5365
Hello,
I updated the plugin also on the demo site to v5.3.8, the feed is working, please check: http://wpinitiate.com/echo-test/demo16c33ed6/
On your server, I recommend you try using proxies in the plugin’s settings -> ‘Main Settings’ -> ‘Web Proxy Address List‘, because I suspect that they blocked your server’s IP address on nitter.net’s part. The proxies will get around this and will be able to fetch their feed.
Let me know if this worked.
Regards, Szabi – CodeRevolution.
-
June 22, 2022 at 6:23 am in reply to: Echo RSS Feed Post and Nitter RSS #5358
Hello,
First of all, thank you for your purchase.
I checked the feed you linked, on my test site and for me it worked, please check: https://ibb.co/92BhhdH – because of this, I suspect that your server is blocked by a firewall rule, so it is not able to access the RSS feed URL located on nitter.net
Can you check with your server’s hosting provider’s support if they changed any firewall rules recently, and if they could allow connection to nitter.net from your server?
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
AuthorPosts