Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi @nyadna,
Usually 500 internal server error occurs when the server is overloaded.
When you were publishing the shortcode it is possible that the server was overloaded at that time. Publishing a shortcode is same as publishing a normal post. So the crash can happen even when you publish a post.
I tried the same code at my end and there were no crashes.
Please do try again.You might have also have to consider the recommendations in below page like increasing the PHP memory limit if the issue reoccurs.
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Thanks,
Aakash
AakashKeymasterHi Alexandros,
You can delete the widget one by one from the widget box just like how you delete a normal widget. Here the difference is the widget box is created with UFW.
Since the plugin’s main functionality is to create “floating area” the rest of the widget controls are normal as you would expect. Please correct me if you meant something else.
Thanks,
Aakash
AakashKeymasterHi Mike,
The preview feature is coming in the next version v5.
It will be released in couple of days.Thanks,
Aakash
AakashKeymasterHi Felix,
Thanks for using WP Socializer and reporting the issue.
A warning is shown in PHP 7.4. Nothing alarming. This issue will be fixed in the next release (I’m planning one for December mid).
In case you want a fix, please do make the change as in the post below.
https://wordpress.org/support/topic/showing-error-10/#post-13456666
Thanks,
Aakash
AakashKeymasterHappy that issue is resolved.
Your rating will be greatly appreciated !
https://wordpress.org/support/plugin/super-rss-reader/reviews/?rate=5#new-post
AakashKeymasterHi,
Can you please replace
super-rss-reader/public/js/jquery.easy-ticker.min.jswith the contents below content ?Please clear your browser cache/web cache and retry again.
Thanks,
AakashNovember 25, 2020 at 1:16 am in reply to: Apostrophe content shows as ’ when sharing on whatsapp. #8486
AakashKeymasterAlso, I see that the icon image is modified incorrectly making the icon empty. I think the icon title is set incorrectly as icon image. Please click the icon’s setting button and edit them in the advanced icon settings popup.
Thanks,
AakashNovember 25, 2020 at 1:10 am in reply to: Apostrophe content shows as ’ when sharing on whatsapp. #8485
AakashKeymasterHi Anson,
Thanks for using WP Socializer. That character is not an apostrophe. It is a special UTF-8 character. Please see screenshot below.
Looks like the title was copied from some other web page which had this special character.
https://i.snipboard.io/MPpmAn.jpg
Can you please use the typical ` or ‘ ?
Thanks,
AakashNovember 25, 2020 at 12:50 am in reply to: Mixed content Errors on HTTPS website due to image links in RSS feeds #8484
AakashKeymasterHi Ross,
Can you please make this small code change ?
Replace below line super-rss-reader/includes/feed.php at line 155
$thumb_url = $this->get_thumbnail_url( $item );with this
$thumb_url = $this->get_thumbnail_url( $item ); $thumb_url = preg_replace("/^http:/i", "https:", $thumb_url);Thanks,
Aakash
AakashKeymasterHi,
I can provide a code change. Please give me some time. May be by this weekend I can provide you on the same.
Thanks,
Aakash
AakashKeymasterHi,
Thanks for using Super RSS Reader.
I saw the page. The ticker stops because the main loses the focus.
The video is an embeded page. So when you click on the video the main page loses the focus.The users have to just click the page again to get going.
Thanks,
Aakash
AakashKeymasterThanks everyone !
AakashKeymasterHi @graciaac,
If translation is not needed but if you want to change the date format then it is pretty simple.
Please edit the below line in
super-rss-reader/includes/feed.phphttps://plugins.trac.wordpress.org/browser/super-rss-reader/trunk/includes/feed.php#L149
You can change
j F Yto the format as mentioned in the page below.
https://www.php.net/manual/en/datetime.format.phpAn example would be
d-m-Yto show date as01-12-2020Thanks,
Aakash
AakashKeymasterHi Marc,
Thanks for using WP Socializer.
Can you please share the webpage where the icon is black ?Thanks,
Aakash
AakashKeymasterHi All,
I still have this item in my todo list.
The plugin just displays whatever is available in the RSS feed. I think this feature is something which is beyond the scope of the plugin as the functionality of the reader is to display the RSS feed as is.
This translation can apply to anything like, title, description. Just translating only date would be the odd one out.
The ideal way would be the RSS feed has content in the required language.
But anyways, this idea is still active. I’ll consider the possible ways of understanding date time and i’ll have an option to convert it to WP language
Thanks,
Aakash -
AuthorPosts
