monkeyboz
Forum Replies Created
-
Forum: Plugins
In reply to: [WPScan - WordPress Security Scanner] Verify Issue When ReInstalledMuch appreciated, I had completely forgot about that particular situation that would result in a delayed or no-responsive cron execution depending on how you would want to run your cron-jobs.
Thank you again.
Forum: Plugins
In reply to: [WPScan - WordPress Security Scanner] Verify Issue When ReInstalledBTW the summary section is also not showing when not verified. There might need to be a button added to manually verify to make sure that your account is still active. It might also help with getting more registered users for the premium if you are able to show which settings are added when you register for the premium service other than more api calls.
From what I can see, there could be added apache2 security checks, but that might be too much information being gathered by the software.
Forum: Plugins
In reply to: [RSS Feed Importer] AutoPost functionThis item should be fixed with the shortcode or using the new auto page creation feature.
Forum: Plugins
In reply to: [RSS Feed Importer] Big Updates For Version 3.0 and aboveAll of these features have been added, and are now working.
Also don’t forget to try the auto posting feature in the settings page on the back-end.
The updates have been changed, and it should be working now.
Just check installing a few other plugins and it appears that we’re having an issue with the url names and feeds info. I will be making changes to my code to reflect such collisions.
Let me know if you’d like to specify your own in the back-end or if you’d like it to auto-populate.
As of right now all feeds created are tagged with feeds in it’s permalink url ie:
We will be automating for duplicate use on other plugins to either reflect the category of feed, or allow the user to decide the naming of the feed link. So the above link would reflect the back-end decision and would read:
once completed.
These changes should be finished by the end of the week.
Thank you again for pointing this out
Please give me more information about what exactly you’re talking about.
There was a small bug in recent versions with images that would not display read more and title at the bottom of the page with a link to the content. That might be the issue that you are stating.
Please let me know the rss feed as well as the page or pages that are not displaying.
Forum: Plugins
In reply to: [RSS Feed Importer] What is Impressions? All feeds create posts?Hello Toni,
Impressions show the total amount of impressions for a page and date. There are several ways to use impressions to make better changes to your website for better visitor interaction and higher visitor returns.
I’m currently working on an analytics setup that will allow you to not only see impressions about your categories, but also give information about changes that will help with several other things that will help with other options.
Forum: Plugins
In reply to: [RSS Feed Importer] Edit feeds and pagination?Hey Toni,
There’s a complex way to change the categories for a particular feed.
You’ll have to go to the feed menu at the left had corner and change the category for each feed.
There might be a category changer plugin, but I’m not 100% sure.
As of right now there is no pagination for this plugin based upon several different things. There should be a an update, but I’m currently working on several options on the backend which is taking a large amount of time for me to make updates regularly.
If you’d like, you can donate and i’ll make sure to put front-end changes to the front of my priority of changes on my schedule.
Forum: Plugins
In reply to: [RSS Feed Importer] Confused, I want to display feeds not create postsSorry about that, here’s a write-up about this plugin.
https://taureanwooley.com/blog/how-to-use-the-rss-feed-importer/
You can usually use the [feed_searches][/feed_searches] to get the feeds that were pulled into the content of your website.
also there is a widget that will also help ease the process.
Forum: Plugins
In reply to: [RSS Feed Importer] AutoPost functionHello lojzatran.
The lowercased issue, should be fixed by now, I was working on a solution for several languages at once, and came up with a dirty solution. Sorry about that mishap if it caused any issues.
To add the feeds to a page or post you’ll need to use the shortcode [feed_searches][/feed_searches] which will post all feeds automatically uploaded.
Please feel free to also look at the wordpress documentation specifically for the pagination of posts as well as category searches.
https://codex.www.ads-software.com/Class_Reference/WP_Query#Pagination_Parameters
https://codex.www.ads-software.com/Class_Reference/WP_Query#Category_ParametersThe feed_searches shortcode works in using the WP_Query function which allows several parameters to be passed through which include pagination limits, category searches, as well as several other options listed in the WP_Query documentation.