Forum Replies Created
-
AuthorPosts
-
AakashKeymasterCan you please share your website URL?
Thanks,
Aakash
AakashKeymasterThe issue is caused by
wp-rss-retrieverplugin.Can you please disable that?
[19-Apr-2022 18:00:26 UTC] PHP Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /var/www/wp-content/plugins/<strong>wp-rss-retriever</strong>/inc/lib/simplepie/library/SimplePie/Parse/Date.php:544 Stack trace: #0 /var/www/wp-content/plugins/wp-rss-retriever/inc/lib/simplepie/library/SimplePie/Parse/Date.php(544): implode(Array, ‘|’)Thanks,
Aakash
AakashKeymasterHi Amin,
As mentioned in the article, can you please enable wp_debug and share the logs debug.log under wp-content folder?
This would help me locate if there is any issue.
Thanks,
Aakash
AakashKeymasterHi Amin,
There are no issues reported of the same. May be something specific to your website.
Can you please rename “super RSS reader” plugin folder
wp-content\plugins\super-rss-reader?https://www.webhostinghub.com/help/learn/wordpress/rename-plugin-to-disable
If super RSS reader is causing the issue, then your website should not throw 500 error.
If not then there is some other plugin causing the issue.You can also enable WordPress debugging to trace the issue.
https://www.makeuseof.com/tag/the-ultimate-guide-to-solving-500-internal-server-errors-and-blank-white-pages-in-wordpress/Thanks,
Aakash
AakashKeymasterHi Robert,
Thanks for using Super RSS Reader.
I see that
tags are removed while displaying the feed description.I’ll fix this in the next version.
Meantime you can make a small change in the plugin to get it working.
Go to Plugin editor > select Super RSS Reader/includes/feed.php
At line number 199 insert
<br>after<i>. Save the file.
It should work now.Thanks,
Aakash
AakashKeymasterHi,
As of now, we cannot change text based on language.
But if the language plugin you use supports creating “shortcodes”, then you can insert the shortcode which will change based on the language.
Something like below – https://wpml.org/documentation/support/wpml-coding-api/shortcodes/#wpml-string
Thanks,
Aakash
AakashKeymasterHi Jen,
Looks like you have already figured it out.
I see it working on your site.One optimization I give is below. You can try replacing the below code
jQuery(window).on('DOMContentLoaded load resize scroll', function() { var isi= document.getElementById('isi'); if (isi) { onVisibilityChange(isi, function(visible) { var my_ancr = document.getElementById('ancr-1641'); if (visible) { my_ancr.announcer.hide(); } else { my_ancr.announcer.show(); } })(); } });with this
jQuery( document ).ready(function() { var isi= document.getElementById('isi'); jQuery(window).on('DOMContentLoaded load resize scroll', function() { if (isi) { onVisibilityChange(isi, function(visible) { var my_ancr = document.getElementById('ancr-1641'); if(typeof my_ancr.announcer === 'undefined'){ return; } if (visible) { my_ancr.announcer.hide(); }else { my_ancr.announcer.show(); } })(); } }); });April 14, 2022 at 12:28 am in reply to: Feed limitation? Only showing 10 feeds and “appeared first on” #10902
AakashKeymasterHi Diana,
Great that you were able to configure the number of items in the RSS feed.
Regarding the cache, WordPress will store the cache for 12 hours by default. That is sitewide for any plugin trying to display an RSS feed.
There is however a code snippet which you can paste your theme’s function.php file.
The code is available in the FAQ section below.
https://www.aakashweb.com/docs/super-rss-reader/faq/#q-rss-feed-is-not-refreshing.Using this code, you can change how long the RSS feed cache should be stored.
Thanks,
Aakash
AakashKeymasterHi Jen,
I’ll get back to you tomorrow on this.
Thanks,
Aakash
AakashKeymasterHi @guymc,
Sorry for the late reply. Right now it is not possible since it requires special integration with the Block editor. I’m planning for it in the future.
I can suggest a workaround for now.
You can build the blocks in a normal post, switch to the code editor, copy the HTML and paste it as shortcode content.
The challenge with this approach is that if you need to edit the code, then you need to do the same in reverse.
I’ll update once I’m able to add this feature to the plugin.
Thanks,
Aakash
AakashKeymasterHi Jen,
Thanks for using Announcer.
It might require some JS to get it done.
Can you please share your website URL? I might need to look at the site to see the possibility.
Thanks,
Aakash
AakashKeymasterHi @charlemagne,
Sorry for the late reply.
Super RSS Reader already fetches the thumbnail from
<media:content>.Please ensure Content > “Show thumbnail if present” is checked.
http://rss.cnn.com/rss/edition.rss is an example. It has
<media:content>tag and the plugin is fetching the images.
Thanks,
AakashApril 6, 2022 at 9:17 pm in reply to: Is there a way to display the date and title without line breaks? #10870
AakashKeymasterHi Suzuki,
Please paste the below CSS into your theme’s additional CSS settings.
This would help you..srr-item .srr-clearfix { display: flex; flex-wrap: nowrap; } .srr-title { margin-left: 15px }Thanks,
AakashApril 6, 2022 at 10:35 am in reply to: Feed limitation? Only showing 10 feeds and “appeared first on” #10867
AakashKeymasterHi Diana,
Thanks for using Super RSS Reader.
Could you please confirm how many items are there in the RSS feed URL?
You can open the RSS feed URL and search for
<item>. This number tells you the total count the RSS feed has.Super RSS Reader does not restrict items based on license.
Regarding the text, WordPress caches RSS feed for 12 hours. Since it adds load to the server and RSS feeds usually refresh every day.
You can wait and check it tomorrow (or) add a
?1to the RSS feed URL to consider it as a new URL and override the cache.Thanks,
AakashApril 4, 2022 at 10:38 pm in reply to: Is there a way to display the date and title without line breaks? #10862
AakashKeymasterHi Suzuki,
Sorry for the super late reply. I missed replying after opening the topic. Could you please share your website URL?
I’ll look at the website and share CSS to align in the same line.
Thanks,
Aakash -
AuthorPosts
