Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHi Craig,
Can you please check the “facebook app” and the credentials which you have created is working fine and all good ?
https://developers.facebook.com/apps/
Please go to WP Socializer -> Settings and recheck if the facebook app id, secrets are still valid and the APP has no warnings.
Facebook might have made the app inactive/disabled for some reason.
Thanks,
AakashAakash
KeymasterHi @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,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterHi Mike,
The preview feature is coming in the next version v5.
It will be released in couple of days.Thanks,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterHappy that issue is resolved.
Your rating will be greatly appreciated !
https://wordpress.org/support/plugin/super-rss-reader/reviews/?rate=5#new-post
Aakash
KeymasterHi,
Can you please replace
super-rss-reader/public/js/jquery.easy-ticker.min.js
with 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. #8486Aakash
KeymasterAlso, 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. #8485Aakash
KeymasterHi 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 #8484Aakash
KeymasterHi 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,
AakashAakash
KeymasterHi,
I can provide a code change. Please give me some time. May be by this weekend I can provide you on the same.
Thanks,
AakashAakash
KeymasterHi,
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,
AakashAakash
KeymasterThanks everyone !
Aakash
KeymasterHi @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.php
https://plugins.trac.wordpress.org/browser/super-rss-reader/trunk/includes/feed.php#L149
You can change
j F Y
to the format as mentioned in the page below.
https://www.php.net/manual/en/datetime.format.phpAn example would be
d-m-Y
to show date as01-12-2020
Thanks,
AakashAakash
KeymasterHi Marc,
Thanks for using WP Socializer.
Can you please share the webpage where the icon is black ?Thanks,
Aakash -
AuthorPosts