Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 2,068 total)
  • Author
    Posts
  • in reply to: 500 internal server error
    Aakash
    Keymaster

    Hi @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

    in reply to: Bulk Actions in Widget List
    Aakash
    Keymaster

    Hi 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

    in reply to: How to Preview Announcement?
    Aakash
    Keymaster

    Hi Mike,

    The preview feature is coming in the next version v5.
    It will be released in couple of days.

    Thanks,
    Aakash

    in reply to: Depricated code
    Aakash
    Keymaster

    Hi 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

    in reply to: ticker animation stops when video streams
    Aakash
    Keymaster

    Happy that issue is resolved.

    Your rating will be greatly appreciated !

    https://wordpress.org/support/plugin/super-rss-reader/reviews/?rate=5#new-post

    in reply to: ticker animation stops when video streams
    Aakash
    Keymaster

    Hi,

    Can you please replace super-rss-reader/public/js/jquery.easy-ticker.min.js with the contents below content ?

    https://pastebin.com/6Bun5t5D

    Please clear your browser cache/web cache and retry again.

    Thanks,
    Aakash

    in reply to: Apostrophe content shows as ’ when sharing on whatsapp.
    Aakash
    Keymaster

    Also, 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,
    Aakash

    in reply to: Apostrophe content shows as ’ when sharing on whatsapp.
    Aakash
    Keymaster

    Hi 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,
    Aakash

    Aakash
    Keymaster

    Hi 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

    in reply to: ticker animation stops when video streams
    Aakash
    Keymaster

    Hi,

    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

    in reply to: ticker animation stops when video streams
    Aakash
    Keymaster

    Hi,

    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

    in reply to: Change date language
    Aakash
    Keymaster

    Thanks everyone !

    in reply to: Change date language
    Aakash
    Keymaster

    Hi @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.php

    An example would be d-m-Y to show date as 01-12-2020

    Thanks,
    Aakash

    in reply to: mail address is not shown
    Aakash
    Keymaster

    Hi Marc,

    Thanks for using WP Socializer.
    Can you please share the webpage where the icon is black ?

    Thanks,
    Aakash

    in reply to: Change date language
    Aakash
    Keymaster

    Hi 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

Viewing 15 posts - 991 through 1,005 (of 2,068 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms