Title: Jarada's Replies | WordPress.org

---

# Jarada

  [  ](https://wordpress.org/support/users/jarada/)

 *   [Profile](https://wordpress.org/support/users/jarada/)
 *   [Topics Started](https://wordpress.org/support/users/jarada/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jarada/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jarada/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jarada/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jarada/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jarada/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theater for WordPress] Locations](https://wordpress.org/support/topic/locations-8/)
 *  Thread Starter [Jarada](https://wordpress.org/support/users/jarada/)
 * (@jarada)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/locations-8/#post-10748998)
 * Hey there,
 * Great! This is super useful. I’ll let you know how I get on.
 * David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Relevanssi Forbidden](https://wordpress.org/support/topic/relevanssi-forbidden/)
 *  Thread Starter [Jarada](https://wordpress.org/support/users/jarada/)
 * (@jarada)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/relevanssi-forbidden/#post-9107648)
 * Hi there,
 * Fantastic! Put these whitelisted URLs in, went to Relevanssi and saved without
   any 403 error while the Firewall was Enabled and Protecting.
 * That worked great! Thank you for all your help with this, it is much appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Relevanssi Forbidden](https://wordpress.org/support/topic/relevanssi-forbidden/)
 *  Thread Starter [Jarada](https://wordpress.org/support/users/jarada/)
 * (@jarada)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/relevanssi-forbidden/#post-9087866)
 * Hi there,
 * Apologies for the delay on this myself. I’ve just got this sent to you today.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Relevanssi Forbidden](https://wordpress.org/support/topic/relevanssi-forbidden/)
 *  Thread Starter [Jarada](https://wordpress.org/support/users/jarada/)
 * (@jarada)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/relevanssi-forbidden/#post-9014839)
 * Hey there,
 * Thank you for your replies.
 * We are using the latest versions of Wordfence (Version 6.3.6) and Relevanssi (
   Version 3.5.8), both free.
 * I’ve just tried the following:
    – Tested Relevanssi **Save options**; 403 error–
   Put WordFence into Learning mode – Tested Relevanssi **Save options**; all OK–
   Checked WordFence firewall rules; no new rules added – Put WordFence into Enabled
   and Protected mode – Tested Relevanssi **Save options**; 403 error – Checked 
   WordFence firewall rules; no new rules added
 * Among the rules that we do have, I have got this one also which I added as a 
   custom rule and has not had any effect:
    `/wp-admin/options-general.php request.
   queryString[page] 10/04/2017, 14:15:42 Whitelisted via Firewall Options page`
    -  This reply was modified 9 years, 2 months ago by [Jarada](https://wordpress.org/support/users/jarada/).
    -  This reply was modified 9 years, 2 months ago by [Jarada](https://wordpress.org/support/users/jarada/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] ERROR AFTER UPDATING](https://wordpress.org/support/topic/error-after-updating-15/)
 *  [Jarada](https://wordpress.org/support/users/jarada/)
 * (@jarada)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/error-after-updating-15/#post-8920822)
 * I can confirm I also encountered this error, and I had PHP Version 5.3 running,
   and that updating to version 5.6 fixed the error.
    -  This reply was modified 9 years, 3 months ago by [Jarada](https://wordpress.org/support/users/jarada/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] weird readygraph errors whenever publishing a post](https://wordpress.org/support/topic/weird-readygraph-errors-whenever-publishing-a-post/)
 *  [Jarada](https://wordpress.org/support/users/jarada/)
 * (@jarada)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/weird-readygraph-errors-whenever-publishing-a-post/#post-6221450)
 * I’m guessing since reset($arr) requires an array, and $images_list is an array,
   it is supposed to be:
 * `$post_image = reset($images_list);`
 * Again, just looking at the surrounding code. No idea if that’s correct.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super RSS Reader - Add attractive RSS Feed Widget] How to display thumbnail ? doesnt work at my wp site v.3.5.1](https://wordpress.org/support/topic/how-to-display-thumbnail-doesnt-work-at-my-wp-site-v351/)
 *  [Jarada](https://wordpress.org/support/users/jarada/)
 * (@jarada)
 * [13 years ago](https://wordpress.org/support/topic/how-to-display-thumbnail-doesnt-work-at-my-wp-site-v351/#post-3703633)
 * At the moment, as far as I can tell, thumbnail images will only display if you
   are showing the RSS description. Make sure you have Show Description ticked in
   your options.
 * If you want to show Thumbnails without the description, a temporary workaround
   would be to go into the Plugin Editor and edit the file _super-rss-reader/super-
   rss-reader.php_.
 * Find the following code:
 *     ```
       $thumb = '';
       if ($show_thumb == 1 && $enclosure = $item->get_enclosure()){
         $thumburl = $enclosure->get_thumbnail();
         if(!empty($thumburl))
           $thumb = '<img src="' . $thumburl . '" alt="' . $title . '" class="srr-thumb" align="left"/>';
       }
       ```
   
 * And change it so it reads:
 *     ```
       $thumb = '';
       if ($show_thumb == 1 && $enclosure = $item->get_enclosure()){
         $thumburl = $enclosure->get_thumbnail();
         if(!empty($thumburl))
           $thumb = '<img src="' . $thumburl . '" alt="' . $title . '" class="srr-thumb" align="left"/>';
       }
       if (!$show_desc && $show_thumb) $title = $thumb . $title;
       ```
   
 * This will display the thumbnail to the left of the title.

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