Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterGood to hear. I’ll ensure this can be disabled his options in the next version.
Aakash
KeymasterHi Greg,
Sorry for the inconvienence.
Please revert the last change I asked to make (addingreturn $items;
at line number 311)The first change alone is sufficient. (changing
true
tofalse
at line number 122)
I tested and it works.Please ensure the following,
1) You have saved the changes
2) The cache of the page (if any) where the shortcode is used is cleared.
3) WordPress sometimes caches the RSS feed which expires in 12 hrs. Please wait 12 hours if #1 and #2 didn’t help.I can’t think of any reason why it might not work.
Please do try and let me know.Thanks,
AakashAakash
KeymasterHi @gtelakis,
That should’ve worked. May be you looked at cached page.
Anyways can you also try adding this line in
super-rss-reader/includes/feed.php
at line no. 311 ?return $items;
Please do clear any page cache and give a try.
This should help you meantime till the next release.Thanks,
AakashAakash
KeymasterHi @gtelakis,
Looks like I need to add an option to disable sorting. I’ll add it in the next release.
Can you please make this small change in plugin editor ?
Open
super-rss-reader/includes/feed.php
at line no. 122
Replace this$feed->enable_order_by_date( true );
with this
$feed->enable_order_by_date( false );
and save the file. Please let me know how it goes.
Thanks,
AakashAakash
KeymasterHi Gabriel,
That is really strange.
Can you please create a temporary administrator user and share me the username and pass via my contact form below ?
Since 401 is “unauthorized”, I’m not sure if your website is kind of blocked by the RSS feed host.
Since other RSS feeds work, it has to do something with the specific feed URL.
I need to check this live to give you more clarity.Thanks,
AakashAakash
KeymasterHi Jazeel,
Thanks for using WP Socializer.
I’m sorry to say that WP Socializer plugin does not support this design right now.
It supports only vertical sticky floating share bar.Thanks,
AakashJune 28, 2021 at 1:51 am in reply to: Featured Image in the post not appearing while sharing on WhatsApp. #9644Aakash
KeymasterMarking this as resolved.
Aakash
KeymasterMarking this as resolved
Aakash
KeymasterHi Gabriel,
Error 401 means the feed is unauthorized. I tried the feed on my website and it works perfectly fine. There could some temporary access restriction at the time when the plugin tried. Please wait for a day and try again. Below is a screenshot when I tried on my side.
Also, please go to the widget and click save, delete the page cache if you are using any wordpress caching plugin.
Thanks,
AakashAakash
KeymasterLatest version of Super RSS Reader has support for default thumbnail. Marking this as resolved
Aakash
KeymasterMarking this as resolved.
Aakash
KeymasterMarking this as resolved.
June 14, 2021 at 10:31 pm in reply to: Featured Image in the post not appearing while sharing on WhatsApp. #9609Aakash
KeymasterHi,
Thanks for using WP Socializer. The featured image you see on “social networks” should be added separately via special tags called “open graph” at the top of the page. Social networks use this information to get the image.
WP Socializer does not add this. You can this open graph like described in the guide below.
https://www.wpbeginner.com/wp-themes/how-to-add-facebook-open-graph-meta-data-in-wordpress-themes/
Thanks,
AakashAakash
KeymasterOk.. I didn’t notice that you are using “immediate” display. In that it will be shown. In your case, since you have set a custom function it returns false which is hiding the announcement.
So you can either set “display” as schedule and set a older date and remove visitor condition (or) continue to use custom function as you do now.
Aakash
KeymasterHi Jeff,
Good to know it works.
You can remove [3][e].
That is not necessary.Thanks,
Aakash -
AuthorPosts