Title: Widget issues
Last modified: November 10, 2021

---

# Widget issues

 *  Resolved [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/widget-issues-13/)
 * The link gives me an error when I put a widget on home.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwidget-issues-13%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/widget-issues-13/#post-15056901)
 * Hi [@amafo78](https://wordpress.org/support/users/amafo78/) ,
 * It seems the rss feed is blocked for your website.
 * Error code 403 means “forbidden”.
 * Can you please check with the rss feed owner and ask them to whitelist your site?
 * Thanks,
    Aakash
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/widget-issues-13/#post-15058447)
 * I have used another plugin and it works for me. Check it.
 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/widget-issues-13/#post-15059728)
 * Hi [@amafo78](https://wordpress.org/support/users/amafo78/),
 * Your RSS feed is blocking requests coming from WordPress. The other plugin is
   overriding it by default.
 * This issue can be fixed by simply adding the code below in your theme’s function.
   php (or) in any plugin like “code snippets”
 *     ```
       function srr_set_user_agent( &$feed, $url ) {
           $feed->set_useragent('Mozilla/4.0');
       }
       add_filter( 'wp_feed_options', 'srr_set_user_agent', 10, 2 );
       ```
   
 * Thanks,
    Aakash
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/widget-issues-13/#post-15059952)
 * It doesn’t work, but thanks.
 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/widget-issues-13/#post-15062976)
 * Hi [@amafo78](https://wordpress.org/support/users/amafo78/),
 * I shared the cde after testing. It is working for me please see image below.
 * > [View post on imgur.com](https://imgur.com/2wiO7X5)
 * Can you please confirm if you have paste the code correctly ?
    How can I help?
   If you are ok you can share a temporary admin creds to my contact form here –
   [https://www.aakashweb.com/contact/](https://www.aakashweb.com/contact/)
 * Thanks,
    Aakash
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/widget-issues-13/#post-15063259)
 * I have added the code again and now it has accepted it for me. I don’t understand
   what has happened before. Thanks!
 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/widget-issues-13/#post-15063471)
 * Excellent ! Glad it works.
 * Thanks,
    Aakash

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Widget issues’ is closed to new replies.

 * ![](https://ps.w.org/super-rss-reader/assets/icon-256x256.png?rev=1749446)
 * [Super RSS Reader - Add attractive RSS Feed Widget](https://wordpress.org/plugins/super-rss-reader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/super-rss-reader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/super-rss-reader/)
 * [Active Topics](https://wordpress.org/support/plugin/super-rss-reader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/super-rss-reader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/super-rss-reader/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [vaakash](https://wordpress.org/support/users/vaakash/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/widget-issues-13/#post-15063471)
 * Status: resolved