renzms
Forum Replies Created
-
Hi @jjattwood !
Do you happen to be using any of the Add-ons with WP RSS Aggregator, or are you only using the Core plugin?
This support forum is for questions related to the Free Core version of WP RSS Aggregator only.
For questions related to any of our premium add-ons, be it pre-sales or other, please only contact us via a premium support ticket at this link: https://www.wprssaggregator.com/contact/
Thanks!
Hi @louis4net!
Do you happen to be using any of the Add-ons with WP RSS Aggregator, or are you only using the Core plugin?
Hi @cleanbean76 !
Looks like you might be trying to install the WP RSS Full-Text add-on
This support forum is for questions related to the Free Core version of WP RSS Aggregator only.
For questions related to any of our premium add-ons, be it pre-sales or other, please only contact us via a premium support ticket at this link: https://www.wprssaggregator.com/contact/
Thanks!
Hi @niaosuan!
Sorry to hear you’re having trouble with importing. Could you please provide the Feed Source URL?
Also, are you using WP RSS Aggregator plugin with any of the premium add-ons?
Hi @twbarnes10
Thanks for that information!
What feed source URL are you using for the middle content and are you using the same exact shortcode without any additional parameters for each feed entry?
Hi @twbarnes10!
That particular error you are seeing is not really an error but a bug regarding the default display of the error log.
Regarding your feeds lagging, are you using WP RSS Aggregator plugin with any of the premium add-ons?
Hi @jmcgee83!
Your page seems to be fine on our end, were you able to work out how to setup the feed?
Hi @anthonymenard!
Yes, that would be best in this situation as the feed itself is something we have no control of. It looks like their feed source URL updates on a separate interval than their actual site.
Hi @anthonymenard !
The feed in question is valid and working on our end while testing.
May we please know if you are using WP RSS Aggregator with any of our premium add-ons?
Hi @brunobragaw8t !
This support forum is for questions related to the Free Core version of WP RSS Aggregator only.
For questions related to any of our premium add-ons, be it pre-sales or other, please only contact us via a premium support ticket at this link: https://www.wprssaggregator.com/contact/
Thanks!
Hi @jjattwood !
This support forum is for questions related to the Free Core version of WP RSS Aggregator only.
For questions related to any of our premium add-ons, be it pre-sales or other, please only contact us via a premium support ticket on this link: https://www.wprssaggregator.com/contact/
Thanks!
- This reply was modified 7 years, 2 months ago by renzms.
Hi @stobnok,
Thanks for letting us know. Yes, that seems to be a Translation issue possibly caused by WordPress default strings.
We’re investigating the issue, no ETA yet on the fix.
Hi @cetacousin!
Thanks for using the plugin and glad it suits your needs!
For Alphabetical sorting, please try using a filter. The argument that the wprss_display_feed_items_query filter receives is the same array that is used as a parameter to WP_Query‘s constructor, and hence all documented parameters are applicable in this case.
You can use the following as a starting point to get you in the right direction:
$args['order'] = 'ASC';
Changed to the following: (based on https://codex.www.ads-software.com/Class_Reference/WP_Query#Order_.26_Orderby_Parameters)
$args = array( 'orderby' => 'title', 'order' => 'DESC', );
Please also see: https://docs.wprssaggregator.com/how-to-add-actions-and-filters/
As for styling the feeds, please see the following: https://docs.wprssaggregator.com/styling-the-feeds/
Hope that helps!
Hi @stobnok!
Please note we are looking into Translation issues possibly caused by WordPress default strings, however, have no time-frame as of yet.
In the meantime, the “time ago” format string may come from this WordPress default time format. Does this still appear after you tried switching your WordPress installation to your language of choice?
Hi @andrew365!
You may have been using the Visual Editor, and the shortcode was not parsing correctly.
For the best results, please copy the shortcodes into the WordPress Text Editor, not the Visual Editor.
For more information on shortcodes, please see: https://docs.wprssaggregator.com/shortcodes/