Forum Replies Created

Viewing 15 posts - 751 through 765 (of 2,111 total)
  • Author
    Posts
  • Aakash
    Keymaster

    Hi,

    I tried the RSS feed on my website and RSS feed works perfectly. Please see image below.

    https://i.snipboard.io/pU3B6X.jpg

    Also what is your website where you are placing the feed ?

    Can you also try below code in functions.php if it helps ?

    function srr_disable_ssl($feed, $url){
        $feed->set_curl_options(
            array(
                CURLOPT_SSL_VERIFYHOST => false,
                CURLOPT_SSL_VERIFYPEER => false,
            )
        );
    }
    add_action( 'wp_feed_options', 'srr_disable_ssl', 10, 2 );

    Thanks,
    Aakash

    in reply to: Show blank to editor to follow icons
    Aakash
    Keymaster

    Hi Somvir,

    Can you please press Ctrl+F5 on the settings page and then try opening the follow icons editor ?

    If it does not work, can you please create a dummy admin user creds and share me the login to my contact form ? https://www.aakashweb.com/contact/

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Brian,

    Like we discusssed over email, the RSS feed you provided were working on my website. Seems like some SSL configuration in your local site. Please do recheck them.

    I was able to find some discussion related to this online hope it is helpful.

    https://stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificate

    https://community.localwp.com/t/ssl-certificate-problem-on-windows/22666/4

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Brain, Ortho,

    Thanks for using Super RSS Reader.

    This issue might happen when the SSL certificate of the RSS feed URL had expired or something similar. A quick Google search confirms the same.

    Since the plugin didn’t receive any update in last 2-3 weeks there shouldn’t be any issue with the plugin, but with your website’s SSL certificate (or) the RSS feed URL’s SSL certificate.

    You can contact the RSS feed owner and inform them the same.

    As a workaround, can you please use a http:// URL instead of https:// URL for the RSS feed ?

    Thanks,
    Aakash

    in reply to: full text
    Aakash
    Keymaster

    Hi Gary,

    An RSS feed has two contents. One is a summary and other is the full content. Not all feeds have full content.

    So when you select “rich HTML” super RSS Reader prefers “summaries” with rich HTML over full content.

    In you case it seems the feed has full content and you want to display it. Right now there is no option to fetch that, I can add an option in the next version.

    For now can you please make a small change to the code ?

    – Go to plugin editor –> super rss reader –> includes/feed.php
    – Go to line 192
    – Replace get_description with get_content
    – Save the file.

    This should help, please let me know how it goes.

    Thanks,
    Aakash

    in reply to: full text
    Aakash
    Keymaster

    Hi Gary,

    Thanks for using Super RSS Reader.

    Yes you can do it. Please enable “Enable rich description” under the “Content” tab.
    This should display the full content.

    Thanks,
    Aakash

    in reply to: RSS Feed Not Working
    Aakash
    Keymaster

    Hi,

    I’m not sure why the feed is not fetched despite the http code is 200 which is success.

    I’ll check and get back to you.

    Thanks,
    Aakash

    in reply to: Remove Shortcoder menu item from Wp-admin backend
    Aakash
    Keymaster

    Hi Michael,

    You can use below code.

    function sc_remove_menu_item() {
        remove_menu_page( 'edit.php?post_type=shortcoder' );
    }
    add_action( 'admin_menu', 'sc_remove_menu_item', 99 );

    Thanks,
    Aakash

    in reply to: Follow Icons not appearing on widgets
    Aakash
    Keymaster

    Cheers !

    in reply to: Pagination or Search for Super RSS Reader?
    Aakash
    Keymaster

    Hi More,

    Thanks for using Super RSS Reader.

    Right now I do not have both pagination/text search in todo list. I got pagination as a request sometime before so I might implement that in the future. But I think text search does not align with the plugin.

    I have added pagination to my todo list, I’ll work on it soon and try to implement the same.

    Thanks,
    Aakash

    in reply to: Migration from 4.x to 5.0.6
    Aakash
    Keymaster

    Hi @lnki5538,

    It is very easy. You can get the content like below,

     $shortcodes = Shortcoder::get_shortcodes();
    $shortcode_content = $shortcodes['<name of the shortcode>'];

    Thanks,
    Aakash

    in reply to: Follow Icons not appearing on widgets
    Aakash
    Keymaster

    Hi Mae,

    Sure, can you please explain what exactly is happening when you try to add the widget ?

    Also, can you please share your website URL if I can look at the issue live.

    Thanks,
    Aakash

    in reply to: Migration from 4.x to 5.0.6
    Aakash
    Keymaster

    Hi @inki5538,

    Thanks for contacting. This should not happen. Seems strange since all known issue have been fixed couple of years before.

    Old data is still present so no worries there.
    Right now there is no manual way to restart the migration as it is done only once. I must login and check the issue live.

    Can you please create a temporary admin user and share me the website URL and the credentials to my contact form below ?

    Contact

    You can make use of the plugins like https://wordpress.org/plugins/controlled-admin-access/ if needed.

    Thanks,
    Aakash

    in reply to: Adjust the height of the bar for mobile
    Aakash
    Keymaster

    Excellent Brad!

    in reply to: Adjust the height of the bar for mobile
    Aakash
    Keymaster

    Hi Bradley,

    Can you please share your website ?

    I can have a look at it and share one accordingly.

    Thanks,
    Aakash

Viewing 15 posts - 751 through 765 (of 2,111 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