Title: WPShout's Replies - page 5 | WordPress.org

---

# WPShout

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 61 through 75 (of 1,069 total)

[←](https://wordpress.org/support/users/codeinwp/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/codeinwp/replies/?output_format=md) [2](https://wordpress.org/support/users/codeinwp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codeinwp/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/codeinwp/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/codeinwp/replies/page/6/?output_format=md)…
[70](https://wordpress.org/support/users/codeinwp/replies/page/70/?output_format=md)
[71](https://wordpress.org/support/users/codeinwp/replies/page/71/?output_format=md)
[72](https://wordpress.org/support/users/codeinwp/replies/page/72/?output_format=md)
[→](https://wordpress.org/support/users/codeinwp/replies/page/6/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Feedzy update causes login-fail](https://wordpress.org/support/topic/feedzy-update-causes-login-fail/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/feedzy-update-causes-login-fail/#post-9632385)
 * Hello [@anvas](https://wordpress.org/support/users/anvas/),
 * I’m not familiar with this error, could be because of uncompleted update. Can
   you try to delete the plugin a and install it again ?
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Missing Class](https://wordpress.org/support/topic/missing-class/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/missing-class/#post-9625816)
 * Hey [@lstoudenmire](https://wordpress.org/support/users/lstoudenmire/)
 * Yes, exactly, this feature is only available on the premium version.
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visualizer: Tables and Charts Manager for WordPress] Including in wp-admin](https://wordpress.org/support/topic/including-in-wp-admin/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/including-in-wp-admin/#post-9611130)
 * Hey [@dosser](https://wordpress.org/support/users/dosser/),
 * For the moment yes, this is not really working, but we will try to fix it in 
   the future.
 * Thank you for reporting this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visualizer: Tables and Charts Manager for WordPress] imposible to work with percent charts](https://wordpress.org/support/topic/imposible-to-work-with-percent-charts/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/imposible-to-work-with-percent-charts/#post-9611124)
 * Hey [@asmx3r](https://wordpress.org/support/users/asmx3r/),
 * Can you contact us at themeisle.com/contact for a more in depth analysis ? Please
   send us this topic as reference as well as the csv you are using as data source.
   
   Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form & SMTP Plugin for WordPress by PirateForms] Dropdown subject](https://wordpress.org/support/topic/dropdown-subject/)
 *  [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/dropdown-subject/#post-9611112)
 * Hey [@mitsakos999](https://wordpress.org/support/users/mitsakos999/),
 * Yes, you can surely do it.
 * here you have the code snippet which you can use to achieve this:
 *     ```
       add_filter( 'pirate_forms_public_controls', 'pf_add_subject_dropdown' );
       function pf_add_subject_dropdown( $elements ) {
       	foreach ( $elements as $key => $element ) {
       		if ( $element['id'] === 'pirate-forms-contact-subject' ) {
       			$elements[ $key ]['type']    = 'select';
       			$elements[ $key ]['options'] = array(
       				'My subject option 1' => 'My subject option 1',
       				'My subject option 2' => 'My subject option 2',
       				'My subject option 3' => 'My subject option 3'
       			);
       		}
       	}
   
       	return $elements; 
       }
       ```
   
 * Obviously you need to replace the select option with your values.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Loading Time](https://wordpress.org/support/topic/loading-time-15/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/loading-time-15/#post-9611092)
 * Hey [@bulineta](https://wordpress.org/support/users/bulineta/),
 * I don’t this is something that you can do as you using a lot of feeds with a 
   very small cache interval. In order to improve this you can either the feed items
   in your wordpress or increase the caching interval.
 * Let me know if you have any other questions.
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form & SMTP Plugin for WordPress by PirateForms] Can we delet the “IP” field on the email ?](https://wordpress.org/support/topic/can-we-delet-the-ip-field-on-the-email/)
 *  [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/can-we-delet-the-ip-field-on-the-email/#post-9608039)
 * Hey [@sopfiaadmin](https://wordpress.org/support/users/sopfiaadmin/),
 * For the moment such thing is not possible but we plan to introduce in the future.
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Wrong time and date](https://wordpress.org/support/topic/wrong-time-and-date/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/wrong-time-and-date/#post-9608035)
 * Hey,
 * Have a look at this doc [http://docs.themeisle.com/article/549-how-to-handle-time-and-date-content](http://docs.themeisle.com/article/549-how-to-handle-time-and-date-content)
   and let me know if this works for you.
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Remove End Hellip](https://wordpress.org/support/topic/remove-end-hellip/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/remove-end-hellip/#post-9608033)
 * Hey,
 * Can you share with me the url of the feed to have a look?
 * Thanks !
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Product Review Lite] Almost there…](https://wordpress.org/support/topic/could-be-better-26/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/could-be-better-26/#post-9603771)
 * Hey [@bwalklet](https://wordpress.org/support/users/bwalklet/),
 * I’m sure that this is a misunderstanding as i have never seen this behaviour 
   before for the image. I’m happy to help you solve this and track the issue, would
   you mind contacting us at themeisle.com/contact with this topic as a reference
   for a more in depth debug ?
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] not all graphics are displayed](https://wordpress.org/support/topic/not-all-graphics-are-displayed/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/not-all-graphics-are-displayed/#post-9600923)
 * Hey [@mikeaustria](https://wordpress.org/support/users/mikeaustria/),
 * Can you contact us at themeisle.com/contact for a more in depth analysis ?
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Feedzy or custom login page editor?](https://wordpress.org/support/topic/feedzy-or-custom-login-page-editor/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/feedzy-or-custom-login-page-editor/#post-9592282)
 * Hey [@lupet92](https://wordpress.org/support/users/lupet92/),
 * Just a small configuration issue, now all should be ok.
 * Sorry for the troubles.
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Settings page?](https://wordpress.org/support/topic/settings-page-15/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/settings-page-15/#post-9590092)
 * Hello [@aggk](https://wordpress.org/support/users/aggk/),
 * Yes, this should work just fine having blank all the settings.
 * You should use those settings in case the access to the feed is restricted, or
   blocked.
 * We are preparing some docs that should outline document how this is used.
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] 3.2.1 modifies global styling](https://wordpress.org/support/topic/3-2-1-modifies-global-styling/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/3-2-1-modifies-global-styling/#post-9584171)
 * Hey [@milkyco](https://wordpress.org/support/users/milkyco/) and [@edikitt](https://wordpress.org/support/users/edikitt/),
 * All should be fine now. Let me know if you need anything else.
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] duplicate readme.md file](https://wordpress.org/support/topic/duplicate-readme-md-file/)
 *  Plugin Author [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/duplicate-readme-md-file/#post-9584169)
 * Hey [@piccart](https://wordpress.org/support/users/piccart/),
 * Thanks again for your help, nice catch with the readme.md files 😀
 * I have pushed the new changes which should fix both of them.
 * if you have any other improvements in mind, just let me know.
 * Thanks !

Viewing 15 replies - 61 through 75 (of 1,069 total)

[←](https://wordpress.org/support/users/codeinwp/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/codeinwp/replies/?output_format=md) [2](https://wordpress.org/support/users/codeinwp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codeinwp/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/codeinwp/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/codeinwp/replies/page/6/?output_format=md)…
[70](https://wordpress.org/support/users/codeinwp/replies/page/70/?output_format=md)
[71](https://wordpress.org/support/users/codeinwp/replies/page/71/?output_format=md)
[72](https://wordpress.org/support/users/codeinwp/replies/page/72/?output_format=md)
[→](https://wordpress.org/support/users/codeinwp/replies/page/6/?output_format=md)